@charset "UTF-8";

@import url("reset.css");
@import url("base.css");

#sitemap{
	width:738px;
	margin:10px auto 0 auto;
}

h1{
	margin:0 0 30px 0;
}

#sitemap h2{
	font-size:1.14em;
	font-weight:bold;
	width:680px;
	background-image: url(../img/common/list01.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding:0 0 0 18px;
	margin:20px 0 0 20px;
}

#sitemap ul{
	width:650px;
	margin:10px 0 0 35px;
}
.clear{
	clear:left;
}

#sitemap ul li{
	display:inline;
	background-image: url(../img/common/list02.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding:0 0 0 15px;
	margin:10px 10px 0 0;
}

