@charset "Shift_JIS";

@import "../default.css";

#map_list {
	margin-left:10px;
	font-size:80%;
}
#map_list p {
	line-height:200%;
}


/*サイトマップ*/
.sitemap dl {
	float:left;
	width:265px;
	margin-bottom:50px;
}
.sitemap dl dt {
	background-color:#eee;
	border-right:30px solid #fff;
	padding:2px inherit;
	font-weight:bold;
	color:#237abf;
	border-left:5px solid #ccc;
	padding-left:4px;
}
.sitemap li {
	margin-top:5px;
	margin-left:20px;
	list-style-type:square;
	font-size:85%;
}
