/* --------------------中部分--------------------- */

#mail_box{
	width:580px;
	margin-top:50px;
	margin-bottom:300px;

}

#mail_box_left{
	width:257px;
	float:left;

}

#mail_box_right{
	width:305px;
	margin-left:272px;


}

dl.mail_box_right{
	width:305px;
	margin:0;
	padding:0;
	list-style:none;

}

dt.mail_box_right{
	width:305px;
	text-align:left;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#477B90;
	background-image:url(images/mail_mark.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:3px;
	padding-left:33px;
	margin-bottom:5px;

}

dt.mail_box_right a{
	color:#477B90;

}


