#sitemap_word {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #333;
	line-height: 180%;
	text-decoration: none;
	letter-spacing: 1px;
}
#sitemap_word ul {
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;

}
#sitemap_word ul li{
	list-style-type: none;
	padding: 5px;
}
#sitemap_word ul li strong {
	color: #3d6417;
}

#sitemap_list {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#sitemap_list li {
	list-style-type: none;
}
.sitemap_title {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
.sitemap_title a {
	display: block;
	text-decoration: none;
	color: #000;
	border-radius: 10px;
    background: #EDF4E2;
	height: 26px;
	padding-top: 9px;
	padding-left: 10px;
}
.sitemap_title a:hover {
	display: block;
	color: #3d6417;
}
.sitemap_table {
	margin-top: 10px;
	width: calc(100%/2 - 20px);
	margin-right: calc(20px * 2 / 1);
	
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.sitemap_table:nth-of-type(even) {
    margin-right: 0;
}

.sitemap_table li  {
	list-style-type: none;
	padding-left: 30px;
	background-image: url(../images/icon04.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	font-size: 100%;
	line-height: 150%;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.sitemap_table li a  {
	text-decoration: none;
	color: #333;
}
.sitemap_table li a:hover {
	color: #3d6417;
}
.sitemap_table li a:focus {
	color: #3d6417;
}

.sitemap_table li ul  {
	padding: 0px;
	margin-right: -10px;
	margin-left: -30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sitemap_table li ul li  {
	font-size: 95%;
	background-image: url(../images/icon03.jpg);
	background-repeat: no-repeat;
	background-position: 32px 14px;
	padding-left: 43px;
	border-bottom-style: none;
}
.sitemap_table li ul li a  {
	color: #666;
}
.sitemap_table li ul li a:hover {
	color: #eb6100;
}
.sitemap_table li ul li a:focus {
	color: #eb6100;
}

.total_hit{ text-align:right; float:right; display:inline-block; font-size:84%; width:60px;  color:#A25500}
