/* CSS Document */

#companyProfile {
	margin-top: 20px;
}
#companyProfile dl {
	width: 695px;
	margin-top: 10px;
}
#companyProfile dt {
	width: 120px;
	color: #4F6B75;
	float: left;
}
#companyProfile dd {
	width: 570px;
	float: right;
}
#companyProfile a {
	background-image: url(../img_cmn/ancher_common_txt.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	text-decoration: underline;
}

