@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

@import url("base.css");

#sitemap{
	width:500px;
	margin:2px 0 10px 24px;
}

#sitemap p#area1{
	font-size:1.2em;
	width:447px;
	background-image: url(../img/sitemap/list01.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #595959;
	padding:20px 0 10px 13px;
	margin:0 0 0 40px;
}

#sitemap div#area2{
	width:500px;
	padding:10px 0 5px 0;
}

#sitemap div#area2 li{
	font-size:1.2em;
	background-image: url(../img/sitemap/list01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:5px 0 5px 13px;
	margin:0 0 0 65px;
}

#sitemap div#area3 p{
	font-size:1.2em;
	background-image: url(../img/sitemap/list01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:5px 0 5px 13px;
	margin:0 0 0 25px;
}

#sitemap div#area3 div.area3box{
	width:460px;
	padding:5px 0 5px 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #595959;
	margin:0 0 0 40px;
}

#sitemap a{
	color:#000;
	text-decoration:none;
}

#sitemap a:hover
,#sitemap a:focus
,#sitemap a:active{
	color:#000;
	text-decoration:underline;
}

