@charset "UTF-8";

#main_cont{
	width:580px;
	color:#4F4F4F;
}

*html #main_cont{
	width:570px;
	color:#4F4F4F;
}

dl{
	width:580px;
	margin-bottom:20px;
}

dt{
	color:#182F51;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #182F51;
}

*html dt{
	color:#182F51;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #182F51;
	width:570px;
}

dd.text{
	line-height:14pt;
}

dd.text p{
	margin:10px 0px 10px 0px;
}


