@charset "utf-8";
/* CSS Document */

/* initialize */
h1.sitemap {
	margin: 20px 0 20px 0;
}
h2.sitemap {
	margin-top: 15px;
	padding-top: 5px;
	background: url(/img/list_h2.jpg) no-repeat 0 7px;
	border-top: 1px solid #800000;
}

/* #contents */
#contents ul.sitemap{
	width: auto;
	height: auto;
	margin: 15px 0 30px 0;
}
#contents ul.sitemap li{
	width: auto;
	height: auto;
	margin: 5px 0 0 25px;
	padding-left: 12px;
	background: url(/img/list_sitemap.gif) no-repeat 0 7px;
}
