@charset "utf-8";
/* CSS Document */

h2 {
	background-image: url(../images/sitemap_h2.gif);
	height: 40px;
	width: 480px;
	display: block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
}
#main dl {
	width: 480px;
	clear: both;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 8px;
	display: block;
}
#main dt {
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: left;
	display: block;
	width: 190px;
	padding-left: 10px;
}
#main dd {
	font-size: 14px;
	float: right;
	clear: right;
	display: block;
	width: 270px;
	padding-left: 10px;
	list-style: circle inside;
}
