@charset "EUC-JP";

#sitemap{
	font-size:small;
}

/*--box*/
#sitemap .maincontainer{
	overflow:hidden;
	width:670px;
}

#sitemap .contentLeft{
	float:left;
	width:325px;
	margin-right:20px;
}

#sitemap .contentRight{
	float:right;
	width:325px;
}

/*--content*/
#sitemap h1{
	font-size:medium;
	margin:0;
}

#sitemap h2{
	font-size:small;
	margin-top:0;
	margin-bottom:5px;
	border-bottom:1px dashed #999999;
}

#sitemap ul{
	list-style:none;
	padding:0;
	margin:0 0 25px 0;
}

#sitemap li{
	padding-left:10px;
	background:url("/common/imgs/square.gif") no-repeat left;
}

#sitemap li.long{
	padding-left:10px;
	background:url("/common/imgs/square.gif") no-repeat left 11px;
}