@charset "UTF-8";
@import "style.css";


/*　サイトマップ　*/

h3 {
	margin-bottom: 20px;
}

h4 {
	padding-left: 18px;
	background: url(../../img/lmenu_mark.gif) no-repeat 0 23px;
	border-top: 1px dotted #CCC;
	margin: 0 0 10px 13px !important;
	padding-top: 20px;
	font-weight: bold;
	font-size: 116% !important;
	color: #990000;
}

.tableWidth932 {
	width: 932px;
	margin: 30px auto 20px auto;
}

.tableWidth932 p {
	margin-top: 15px;
}

.sitemap {
	margin: 0 0 20px 15px;
}

.sitemap li {
	display: -moz-inline-box;   
    display: inline-block;   
    /display: inline;   
    /zoom: 1;

	width: 165px;
	padding-left: 10px;
	background: url(../../img/mark_sitemap.gif) no-repeat 0 3px;
	margin-bottom: 10px;
}


.sitemap a:link, .sitemap a:visited { color: #660000;text-decoration: underline;}
.sitemap a:hover, .sitemap a:active { color: #F00;text-decoration: underline;}