@charset "utf-8";
body.index {
	background: #5E8800 url(../img/bg_index2.jpg) repeat-x left top;
}
.index /* CSS Document */

 #content a:hover  {
	background: #D4D0C8 url(../img/bg_link.gif);
}
.index #bgindex {
	background: url(../img/bg_index.jpg) no-repeat center top;
}

.index #content {
	padding: 20px;
}
.index #contentL {
	float: left;
	width: 640px;
}
.index #contntR {
	float: right;
	width: 265px;
}
.index #contntR li {
	background: url(../img/line.gif) repeat-x left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index #contntR ul {
	margin-bottom: 20px;
}

.index #contntR h4 {
	padding-top: 45px;
}


.index #content h2 {
	padding-bottom: 10px;
	padding-top: 20px;
}
.index #content h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}


.index #content a:hover img         {
	background: url(../img/bg_link.gif);
}
.index #mainImage {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: text-top;
}
.index #mainImage  a:hover img  {

}
.index #footer {
	background: url(../img/line.gif) repeat-x left top;
	text-align: center;
	padding: 10px;
	margin-top: 30px;
}
