@charset "utf-8";

#main_left h3 {
	font-size: 14px;
}

#main_left dl {
	width: 625px;
	border: none;
}

#main_left dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main_left dl dt {
	float: left;
	width: 200px;
	border-top: 1px dashed #777;
	padding-top: 5px;
}

#main_left dl dd {
	width: 425px;
	border-top: 1px dashed #777;
	display: block;	
	padding-top: 5px;
}

* html body dl dd {
	display: inline-block;
}

#main_left dl dt.top,#main_left dl dd.top {
	border-top: none;
}
