@charset "UTF-8";

#sitemap-content {
	margin-left: 65px;
	margin-top: 30px;
}
#sitemap-title {
	width: 830px;
	border-bottom: 1px solid #D8D8D8;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.column {
	width: 174px;
	margin-right: 15px;
	padding-bottom: 50px;
}
.column dl {
	margin-bottom: 20px;
}

.column dt {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 15px;
	/*line-height: 100%;*/
	background: url(/sitemap/images/mark02.gif) left center no-repeat;
}
.column a {
	color: #B30F74;
	text-decoration: none;
}
.column a:hover {
	text-decoration: none;
	background-color: #E6E6E6;
}
.column a:visited {
	color: #666666;
}
.column dd {
	color: #CCCCCC;
	display: list-item;
	list-style-type: square;
	/*list-style-position: inside;*/
	margin-left: 2em;
	font-size: 10px;
}

