/* ■サイトマップ -------------------------------------------------------------*/

ol,ul {
	list-style:none;
}

.site_tree a:link,.site_subtree a:link {
	color:#333333;
	text-decoration: none;
}
.site_tree a:visited,.site_subtree a:visited {
	color:#333333;
	text-decoration: none;
}
.site_tree a:hover,.site_subtree a:hover {
	color:#319ED2;
	text-decoration: none;
}
.site_tree a:active,.site_subtree a:active {
	color:#319ED2;
	text-decoration: none;
}

#main_contents img {
	vertical-align:middle;
}

.sttl_txt {
	font-weight:bold;
	color:#666666;
}

.sitemap_navi {
	border-bottom:1px solid #319ED2;
	padding-bottom:11px;
	font-weight:bold;
}

.navi_link li{
	margin-bottom:5px;
	list-style-type:none;
	width:145px;
	float:left;
}

.site_category {
	padding:22px 0px 5px;
	border-bottom:1px dashed #319ED2;
}

.site_tree li {
	margin-left:30px;
	padding-left:11px;
	list-style-type:none;
	background-image:url(../img/listmark_tri.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.site_subtree li {
	margin-left:60px;
	padding-left:11px;
	list-style-type:none;
	background-image:url(../img/listmark_rad.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.site_tree_etc li {
	font-weight:bold;
	padding-left:16px;
	list-style-type:none;
	background-image:url(../img/listmark_squ.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.site_tree_etc a:link,.sttl_txt a:link {
	color:#0D85BE;
	text-decoration: none;
}
.site_tree_etc a:visited,.sttl_txt a:visited {
	color:#0D85BE;
	text-decoration: none;
}
.site_tree_etc a:hover,.sttl_txt a:hover {
	color:#666666;
	text-decoration: none;
}
.site_tree_etc a:active,.sttl_txt a:active {
	color:#666666;
	text-decoration: none;
}
