@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #D9D9D9;
	background-image: url(/image/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a{
	color:#618628;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:28px;
	padding:0px;
	margin:0px;
	font-weight: normal;
}
h2{
	font-size:16px;
	margin:0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.error{
    color:red;
    font-size: 12px;
}

#content_bottom_bg {
	background-image: url(/image/content_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
}
#content_area {
	background-color: #FFFFFF;
	font-size: 12px;
}
#bottom_menu {
	font-size: 12px;
	color: #666666;
	padding-top: 20px;
	padding-left: 20px;
}
#bottom_menu a{
	color: #666666;
}
#bottom_copyright {
	font-size: 12px;
	color: #999999;
	padding-top: 20px;
}
#content_left {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#content_right {
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content_center {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
#content_center a{
	text-decoration:underline;
}
#content_center a:hover{
	text-decoration:none;
}

#bottom_copyright a{
	color: #999999;
}

#main_bg{
	background-image: url(/image/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}#menu_area {
	background-color: #719E30;
	background-image: url(/image/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
#menu_area a{
	color:#FFFFFF;
}

/*////////////*/
.input100proc{
    width:98%;
}

.menu_text{
  background-image: url(/image/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#FFFFFF;
  font-size: 16px;
}

.menu_text_hover{
  background-image: url(/image/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#FFFFFF;
  font-weight: bold;
}
menu_sub_table{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.menu_sub_table{
    border-collapse: collapse;
}

.menu_sub_table td{
    border: 0.1px solid rgb(204, 204, 204);
}

.menu_sub_text{
	background-color: #719E30;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
  color: #FFFFFF;
	padding-bottom: 5px;

}
.menu_sub_text_hover{
	background-color: #83B537;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
  font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;

}
.menu_sub_text_click{
  background-color: #91C642;
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 5px;

}
.news_item{
	padding: 5px;
	background-image: url(/image/news_seporator.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;

}
.news_item_date{
	padding-top:5px;
	color:#999999;
}
.news_item_title{
	color:#000000;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}
.news_item_title a{
	color:#000000;
}
.news_item_content{
	color:#999999;
}
.news_item_more{
	color:#000000;
}