
#sitemap {
	width: 760px;
	padding: 3px 0;
	background-color: #FFF;
}

#sitemap .mapbox {
	background-color: #FFF;
	overflow: hidden;
	padding-top: 29px;
	padding-bottom: 1px;
}
#sitemap .mapbox:first-child {
	padding-top: 0;
}

#sitemap .list_box {
	float: left;
	display: block;
	margin-left: 5px;
}

#sitemap .mapbox.c4 .list_box {
	width: 186px;
}
#sitemap .mapbox.c3 .list_box {
	width: 248px;
}



#sitemap .list_box:first-child {
	margin-left: 0;
}

#sitemap dt.blue {
	background: #69F;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 8px;
}


#sitemap .mapbox dd {
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	display: block;
	padding: 10px 0 0 8px;
}


#sitemap .list_box dd a {
	padding-left: 14px;
	font-size: 13px;
	color: #5A5A5A;
	display: block;
	background: url('../images/base/bg_map.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#sitemap .list_box.blue dd a {
	background: url('../images/base/bg_map2.gif');
	background-repeat: no-repeat;
	background-position: left center;

}

