@charset "UTF-8";


/* lawyer.html
===================================================== */
div#wrapper div#contents div#main ul#lawyerNav {
	width: 510px;
	margin: 30px auto;
	list-style: none;
	font-size: 15px;
}
div#wrapper div#contents div#main ul#lawyerNav a {
	color: #333;
}
div#wrapper div#contents div#main ul#lawyerNav li {
	float: left;
	display: inline;
	background: url("../img/lower/lawyer_icon.gif") no-repeat left center;
	padding-left: 25px;
	margin-right: 30px;
}
div#wrapper div#contents div#main dl.lawyerBox {
	margin: 20px 0 50px;
}
div#wrapper div#contents div#main dl.lawyerBox dt {
	display: inline;
	float: left;
	width: 161px;
}
div#wrapper div#contents div#main dl.lawyerBox dd {
	display: inline;
	float: right;
	width: 455px;
}
div#wrapper div#contents div#main dl.lawyerBox dd h4 {
	background: url("../img/lower/lawyer_h4bg.gif") no-repeat center;
	font-size: 15px;
	line-height: 15px;
	color: #073d71;
	padding-left: 22px;
	margin-bottom: 10px;
}