/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
	font-size: 1.8em;
	height: 50px;
	width: 100%;
	display: table;
	padding: 0 10px 0 30px;
	margin: 0 0 10px 0;
	background: url(../images/h2_bg.jpg) left center no-repeat;
	color: #FFF;
}
h2 span {
	display: table-cell;
	vertical-align: middle;
}
h3 {
	font-size: 1.5em;
	padding: 8px 10px 6px 30px;
	margin: 20px 0 10px 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
	color: #46761D;
	border-bottom: 2px solid #66A628;
}
h4 {
	font-size: 1.2em;
	margin: 5px 0;
	color: #46761D;
}
h5 {
	font-size: 1.1em;
}
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: #F7F3F0;
}
.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Backgraund === */
.wrap {
	background: url(../images/wrap_bg.jpg) repeat-x #FFF;
}
/* ==== Header === */
.hd {
	height: 95px;
	position: relative;
	background: url(../images/hd_bg.jpg) bottom center no-repeat;
}
.hd h1 {
	display: inline-block;
	position: absolute;
	top: 18px;
}
.hd_nav{
	width: 438px;
	position: absolute;
	top: 27px;
	right: 0px;
}
/* ==== Navigation === */
.nav_bg {
	background: url(../images/nav_bg.jpg) repeat-x;
}
.nav {
	height: 50px;
}
.nav li {
	float: left;
}
.nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}
/* ==== Content === */
.con {
	padding: 30px 0;
}
.sidenav {
	width: 200px;
	float: right;
}
.sidenav_ul li a {
	width: 162px;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.gif) no-repeat left top;
	font-size: 12px;
	color: #333333;
}
.sidenav_bnr li{
	margin-bottom: 10px;
}
.sidenav h4{
	padding: 5px 10px;
	margin-bottom: 0px;
	background: #4C9D01;
	font-size: 0.9em;
	color: #FFF;
}
.sidenav address{
	padding: 10px 20px;
	margin-bottom: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #F7F3F0;
}
.main {
	width: 730px;
	float: left;
}
/* ol,ul */
.main ol, .main ul {
	padding: 5px 0px 5px 25px;
	margin-left: 5px;
}
.main ul {
	list-style-type: disc;
}
.main ol li, .main ul li {
	padding: 5px 0px;
}
/* table */
.main table {
	margin: 10px 0px;
}
.main table th, .main table td {
	padding: 5px;
}
/* img */
.main a img:hover, .img_hover a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
.ft {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 3px solid #4C9D01;
}
/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
.i_wrap {
	background-image: url(../images/i_wrap_bg.jpg);
}
.i_hd{
	height: 82px;
	background: none;
}
.i_img {
	height: 100px;
	width: 840px;
	padding: 143px 60px 0;
	background-image: url(../images/i_img_bg.jpg);
}
.i_news {
}
	
/* ==== Other === */
