﻿@charset "UTF-8";


/*---リスト---*/
.Sitemap_List {
	width:958px;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	margin:0px 0px 0px 0px;
	padding:20px 0px 25px 20px;
}

.Sitemap_List li {
	width:160px;
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px 0px 4px 11px;
	text-align:left;
	background:url(../img/list_navi_arrow.png) no-repeat left 5px;
	border-bottom:1px dotted #CCC;
}

.Sitemap_List a {
        color: #00A0E9;
	text-decoration: none;
}

.Sitemap_List a:hover {
        color: #00A0E9;
        text-decoration: underline;
}

.Sitemap_List h4 {
	clear: both;
	width:922px;
	height:26px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	background:url(../img/h4_bg_full.jpg) no-repeat left top;
	padding:4px 0px 0px 12px;
}
