@charset "utf-8";
/* sitemap.css */

#sitemap h2 {
	overflow: hidden;
	margin: 18px 0 18px;
	padding: 0;
	width: 225px;
	height: 30px;
	background: url(../sitemap/images/title.gif) top no-repeat;
	text-indent: -9999px;
	display: block;
}

#sitemap .div_page {
	clear: both;
	margin: 0 auto 50px auto;
	width: 920px;
}

#sitemap ul.page {
	margin: 0 0 0 30px;
	border: 0;
	width: 255px;
	float: left;
}

#sitemap ul.page li.page_name {
	margin: 0 0 15px;
	border: 0;
	padding: 0 0 0 15px;
	font-size: 14px;
	background: url(../sitemap/images/icon.gif) left no-repeat;
	font-weight: 100;
	list-style: none;
}

#sitemap .div_page_sub {
	clear: both;
	margin: 0 auto 10px auto;
	width: 920px;
}

#sitemap ul.page li.content {
	margin: 0 0 0 10px;
	border: 0;
	padding: 2px 0 2px 15px;
	background: url(../sitemap/images/icon_arrow.gif) left no-repeat;
	list-style: none;
}
