@charset "UTF-8";
/* CSS Document */
.text_dot {
	border-bottom:dotted 1px #333333;
	padding:20px;
	font-size:11px;
}
.text_dot h1 {
	margin-top:20px;
	margin-bottom:10px;
	font-size:15px;
	color:#333333;
	font-weight:bold;
}
.right {
	text-align:right;
	width:100%;
}
.text_dot dl dt {
	padding-left:20px;
	background-image:url(../sitemap/img/icon_arrow.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	float:left;
	width:150px;
	height:100%;
	display:block;
}
.text_dot dl dt a {
	text-decoration:underline;
	color:#CC0000;
}
.text_dot dl dd ul {
	float:left;
}