@charset "utf-8";
/* CSS Document */

#mainwrapper .contentsInner {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 750px;
	font-size:1.0em;
}
#mainwrapper h3 {
	font-size: 115%;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C00;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
#mainwrapper h4 {
	padding-left:38px;
	font-size:1.1em;
	color:#226622;
	background:url(../image/icon.gif) no-repeat;
	margin-bottom:10px;
	margin-top:20px;
}

ul.sitemap li a {
	display:block;
	line-height:30px;
	padding-left:30px;
	font-size:0.9em;
	color:#333;
	background:url(../image/icon2.gif) no-repeat;
	text-decoration:none;
}
ul.sitemap li.second a {
	background:url(../image/icon3.gif) no-repeat;
	margin-left:50px;
}
ul.sitemap li a:hover {
	padding-left:31px;
	color:#e74a19;
}