@charset "utf-8";
/*CSS document*/

#sitemap{
	margin: 10px 0 0 0;
	background: #fff url(../../images/bg/bg_lineccc.gif);
	border: 1px solid #ccc;
}
	*html #sitemap{
		display: inline-block;
	}
	*:first-child+html{
		display: inline-block;
	}
#sitemap:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#sitemap div{
	width: 220px;
	margin: 5px 0 0 5px;
	padding: 0 5px 5px 5px;
	float: left;
}
#sitemap h3{
	padding: 0;
	margin: 5px 0 0 0;
	background: none;
	border: none;
	font-size: 1em;
	font-weight: bolder;
}
#sitemap h3 a{
	margin: 0;
	padding: 0 0 0 5px;
	border-left: 5px solid #ccc;
	font-size: 1em;
	font-weight: bolder;
	letter-spacing: 0;
	display: block;
}
#sitemap h4{
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 1em;
	font-weight: bolder;
	letter-spacing: 0;
	display: block;
	color: #666;
	border: none;
	border-left: 5px solid #ccc;
	background: none;
}
#sitemap ul{
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 8px;
}
#sitemap ul li a{
	font-size: 0.9em;
	padding: 0 0 0 12px;
	background: transparent url(../../icon/sankaku_right_999.gif) left center no-repeat;
}
#sitemap ul li a:hover {
	background: transparent url(../../icon/sankaku_right_f60.gif) left center no-repeat;
}
