@charset "UTF-8";
@import url(../../css/common.css);
@import url(../../css/style.css);
@import url(../../css/font.css);

#sitemap{
	overflow:hidden;
}
#sitemap h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sitemap h4 {
	background: url(../../img/common/arrow03.gif) no-repeat 8px 4px;
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: 8px;
}
#sitemap ul.business li{
	padding-left: 40px;
	background: url(../../img/common/arrow04.gif) no-repeat 26px 8px;
	margin-bottom: 8px;
}
#sitemap h4.company {
	background: url(../../img/common/arrow05.gif) no-repeat 8px 4px;
}
#sitemap a{
	text-decoration: none;
	color: #333;
}
#sitemap a:hover{
	color: #bbb;
}

.sitemap_block{
	float:left;
	width:170px;
	height:330px;
	margin-right:10px;
}


