@charset "utf-8";

/* ---------------------------------------- 
										サイトマップ				
---------------------------------------- */
#content h2 {
	background:url(../../img/others/sitemap.png) no-repeat;
	height:55px;
	text-indent:-9999px;
}

ul.map {
	width:480px;
	margin:0 auto;
	font-size:114%;
	line-height:2;
	text-align:left;
}
.map li {
	border-bottom:1px dotted #666;
	list-style-type:square;
}
li.sub {
	text-indent:1em;
	list-style-type:none;
	border-bottom:none;
}
li.ar {
	text-indent:2em;
	background:url(../../img/others/arrow.png) 4% center no-repeat;
	list-style-type:none;
	border-bottom:none;
}
li.to {
	border-top:1px dotted #666;
}
li.bo {
	border:none;
}
#content {
	text-align:center;
}

