/* Sitemap
----------------------------------------------------------------------------------------------------*/
div#sitemap {
	background: url(cmn/images/bg_sitemap.gif) left top repeat-x;
}

#sitemap h1 {
	height: 70px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(cmn/images/cmn_bg_ttl_sitemap.gif) left center no-repeat;
}

#sitemap #box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(cmn/images/line2.gif) left bottom repeat-x;
}

#sitemap h2 {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(cmn/images/cmn_ico_arrow01.gif) left center no-repeat;
	line-height: 250%;
}

#sitemap ul {
	float: left;
	list-style-type: none;
}

#sitemap ul li {
	padding-left: 13px;
	background: url(cmn/images/sitemap_arrow02.gif) left center no-repeat;
	line-height: 250%;
}

#sitemap p.pagetop {
	margin-top: 30px;
}