@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.sitemap
-------------------------------------------------------------------*/
.sitemap {
	overflow:hidden;
	/zoom:1;
	margin-bottom:20px;
}
.slast {
	margin-bottom:40px;
}
.sitemap .box {
	float:left;
	width:270px;
	border:1px solid #DAD8CF;
	padding:14px 19px 14px;
	margin-right:20px;
}
.sitemap .none {
	margin-right:0;
}
.sitemap .box p {
	color:#34A5CA;
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:8px;
	background:url(../image/s_icon.jpg) left bottom repeat-x;
	margin-bottom:13px;
}
.sitemap .box p.p1 {
	background:none;
	padding-bottom:0;
	margin-bottom:1px;
}
.sitemap .box li a {
	font-weight:normal;
}
.sitemap .box li {
	line-height:1.6;
	background:url(../image/sitemap_icon.jpg) left 3px no-repeat;
	padding-left:25px;
	margin-bottom:5px;
}
.sitemap .box li.pl20 {
	padding-left:20px;
}
.sitemap .box li ul {
	margin:4px 0 0 0;
}
.sitemap .box ul.mb10 {
	margin-bottom:16px;
}