@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/bg_header_line.png) repeat-x left top;
	padding-top: 10px;
}
h4{
	width:720px;
	/*height:30px;*/
	padding-bottom:10px;
	font-size:16px;
	letter-spacing:2px;
	margin:35px 0 0 0;
	text-indent:1px;
	color:#666;
	background:url("../images/h4.png") repeat-x left bottom;
	clear:both;
}

h4#first{
	margin-top:25px;
	clear:both;
}

p.contentstext{
	font-size:14px;
	color:#666;
	line-height:1.6;
	margin:10px 0 15px 0;
}

p.firsttext{
	font-size:14px;
	color:#666;
	line-height:1.6;
	margin:0 0 15px 0;
}

p.firstcontentstext{
	font-size:14px;
	color:#666;
	line-height:1.5;
	margin:0 0 15px 0;
}

p.img{
	width:168px;
	float:right;
	margin:5px 0 20px 30px;
	border:#CCC 1px solid;
	padding:2px;
}
.headerBox{
	margin-bottom: 5px;
}
#menu-header strong{
	display:inline-block;
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.main-navigation{
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.main-navigation li {
	width: 136px;
	margin:0;
}
.main-navigation li a {
	height: 60px;
	border-right: solid 1px #ddd;
	width: 100%;
		margin:0;
}
.main-navigation li.last a {
	border-right: none;
}
.main-navigation li a:hover{
	color: #81ba32;
}
#menu-header span{
	display: block;
	color: #81ba32;
	font-size: 10px;
	margin:0; padding:0;
	line-height: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	top: 36px;
}
.full{
	background: url(../images/bg_global_menu.png) repeat-x left top;
	min-width: 1000px;
}
.widget-area {
	width: 220px;
	background: url(../images/bg_sidecl.png) repeat left top;
	padding: 10px;
}
#sideBanners{
	padding: 0 10px;
}
#sideBanners li{
	margin-bottom: 5px;
}
#sideBanners li a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
}
#sideMenu{
	width: 220px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#sideMenu dt{
	color: #31220f;
	background: url(../images/bg_sidemenu_head.png) no-repeat left top;
	width: 220px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#sideMenu dd{
	margin:0; padding:0;
}
#sideMenu dd li{
	height: 44px;
	border-top: solid 1px #ddd;
	background: url(../images/bg_sidemenu.png) no-repeat left top;
}

#sideMenu dd li.last{
	border-bottom: solid 1px #ddd;
}
#sideMenu dd li a{
	display: block;
	color: #81ba32;
	font-weight: bold;
	line-height: 44px;
	padding-left: 15px;
}
#sideMenu dd li a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #81ba32;
	color: #fff;
}
#sideMenu #menu01{
	position: relative;
}
#subMenu{
	display: none;
	position: absolute;
	right: -220px;
	top : 0;
	width: 220px;
	margin: 0 auto;
	margin-bottom: 20px;
}