@charset "utf-8";

/* clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
	content:'';
	display:block;
	clear:both;
}

/* clearfix IE6 and IE7
------------------------------------------------------------------------------*/
.clearfix {
	/zoom:1;
}


/* contents
------------------------------------------------------------------------------*/
#sitemap .contentArea {
	margin-left:30px;
}
#sitemap .sitemapList .separation ,
#sitemap .sitemapList ul ul {
	margin-bottom:30px;
}
#sitemap .sitemapList ul ul ul {
	margin-bottom:0;
}
#sitemap .sitemapList ul li {
	float:left;
	width:350px;
}
#sitemap .sitemapList ul ul li {
	float:none;
	margin-left:1.5em;
}
#sitemap .oneColumn {
	margin-top:40px;
}
#sitemap .oneColumn ul li {
	float:none;
	width:auto;
}
#sitemap .borderSection {
	padding-top:30px;
	margin-bottom:30px;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}