/* --------------------中部分--------------------- */

.interior_title{
	width:580px;
	height:40px;
	background-image:url(images/man_title_back2.gif);
	background-repeat:no-repeat;
}

.explain_box{
	width:540px;
	clear:both;
	margin-left:20px;
	margin-right:20px;
}
*:first-child+html .explain_box{
	margin-bottom:20px;
}
 
.explain_box dt{
	float:left;
	width:190px;
	margin-bottom:20px;
}
.explain_box dd{
	float:left;
	width:330px;
	margin-left:20px;
	margin-bottom:20px;
}
.interior_title p{
	font-size:17px;
	color:#477B90;
	font-weight:bold;
	padding-left:15px;
	text-align: justify;
	text-justify: distribute;
}


.interior_box{
	width:580px;
	height:185px;
	margin-top:15px;
	margin-bottom:90px;
}

.interior_box img{
	float:left;
	width:215px;
	margin-top:20px;

}

.interior_textbox{
	font-size:12px;
	width:310px;
	margin-left:250px;
	text-align: justify;
	text-justify: distribute;
	line-height:170%;
	margin-top:20px;
}

#interior_btn{
	text-align:center;
	width:580px;

}

#interior_btn a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
