@charset "utf-8";

#bmtContents h3 {
	float: left;
	width: 200px;
	font-size: 85%; /*11px相当*/
	font-weight: normal;
	padding: 13px 10px;
	border-top: 1px solid #3F3F3F;
	background: url(../images/line.gif) no-repeat left bottom;
}

#bmtContents {
	background: url(../images/bg_link.gif) no-repeat 95% 38%;
}

#link h3 {
	border-top: 1px solid #3F3F3F;
}

#link dl {
	float: left;
	width: 750px;
	margin: 20px 0 0 20px;
	font-size: 85%; /*11px相当*/
}

#link dl dt {
	font-weight: bold;
}

#link dl dd {
	margin: 10px 0 30px 0;
	padding: 0;
}

span.mark {
	font-weight: normal;
	color: #E86F28;
}

#link h3.otherLink {
	margin-top : 50px;
}

#link dl.otherLink {
	margin-top : 70px;
}