@charset "utf-8";
/* CSS Document */
.contents_l_text ul {
	margin-right: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
.contents_l_text li {
	margin-bottom: 10px;
}
.contents_l_text dt {
	float: left;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: #2162A3;
}
.contents_l_text dd {
	float: left;
	width: 390px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.boarder_top_dot {
	border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:1px;
}
.boarder_top_dot02 {
	border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;

}