@charset "utf-8";
.page_text  dl {

}
.page_text dt {
	font-size: 16px;
	font-weight: bold;
	color: #2D8723;
	display: block;
	width: 460px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D8723;
	margin-bottom: 10px;
	clear: left;
	margin-top: 15px;
}
.page_text dd {
	float: left;
	clear: left;
	width: 450px;
}
