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

@import url("reset.css");

body{
	background:url(../images/header_bg.jpg) top center repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	color:#666666;
}
#Header{
	width:950px;
	margin:0 auto;
	height:206px;
	position:relative;
}
a{
	color:#486A00;
}
a:hover{
	font-weight:bolder;
}
h1{
	text-indent:-9999px;
}
td{
	padding:4px;
}
#Header #Logo{
	position:absolute;
	top:30px;
	left:4px;
	width:272px;
	height:31px;
}
#Header #M_Fotos{
	width:674px;
	height:134px;
	position:absolute;
	left:276px;
	top:16px;

}
#Header #Main_Menu{
	position:absolute;
	left:166px;
	top:166px;
	width:754px;
	height:40px;
	background:url(../images/menu_bg.png) no-repeat;
	
}
#Header #Main_Menu ul{
}
#Header #Main_Menu li{
	display:block;
	height:40px;
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	padding:0 20px;
}
#Header #Main_Menu li a{
	text-decoration:none;
	font-size:6px;
	display:block;
	height:40px;
}
#Header #Main_Menu li a span{
	visibility:hidden;
}
#Header #Main_Menu li a:hover{
	background-position:bottom;
}
#Header #Main_Menu li.ic_01 a{
	background:url(../images/icon_01.png);
	width:80px;
}
#Header #Main_Menu li.ic_01 a:hover{
	background-position:bottom;
}
#Header #Main_Menu li.ic_02 a{
	background:url(../images/icon_02.png);
	width:80px;
}
#Header #Main_Menu li.ic_02 a:hover{
	background-position:bottom;
}
#Header #Main_Menu li.ic_03 a{
	background:url(../images/icon_03.png);
	width:106px;
}
#Header #Main_Menu li.ic_03 a:hover{
	background-position:bottom;
}
#Header #Main_Menu li.ic_04 a{ 
	background:url(../images/icon_04.png);
	width:80px;
}
#Header #Main_Menu li.ic_04 a:hover{
	background-position:bottom;
}
#Header #Main_Menu li.ic_05 a{
	background:url(../images/icon_05.png);
	width:80px;
}
#Header #Main_Menu li.ic_05 a:hover{
	background-position:bottom;
}
#Header #Main_Menu li.ic_06 a{
	background:url(../images/icon_07.png);
	width:80px;
}
#Header #Main_Menu li.ic_06 a:hover{
	background-position:bottom;
}

#Content{
	width:950px;
	height:auto;
	padding:25px 0;
	margin:0 auto;
	position:relative;
}
#Content #Main_Title{
/*	position:absolute;
	top:8px;*/
	width:160px;
	height:40px;
/*	float:left;*/
}
#Main_Con{
	width:680px;
	height:auto;
	padding:10px 0 10px 200px;
}
#Main_Con2{
	width:680px;
	height:auto;
	padding:10px 0 10px 160px;
}
#Main_Con3{
	width:680px;
	height:auto;
	padding:10px 0 10px 0px;
}
/*News_index*/
#News_title{
	width:754px;
	height:41px;
	position:relative;
	background:url(../images/news_title.png) no-repeat right;
	padding-left:160px;
}
#News_title .N_Title{
	font-size:15px;
	font-weight:bold;
	color:#4e7b00;
	display:block;
	width:600px;
	height:26px;
	line-height:26px;
	padding-left:50px;
	overflow:hidden;
	float:left;
}
#News_title .N_Date{
	display:block;
	width:80px;
	height:18px;
	color:#fff;
	font-size:11px;
	line-height:18px;
	float:right;
	padding:13px 10px 0 0;
}
/*News_list*/
.News_list{
	display:block;
	width:680px;
	height:60px;
	height:auto;
	padding:2px 0 2px 0;
	border-bottom: 1px dashed #B5D766;
}
.News_list ul{}
.News_list li.a{

}
.News_list li.News_In_Title{
	display:block;
	width:550px;
	height:26px;
	float:left;
	color:#669900;
	text-decoration:none;
}
.News_list li.News_In_Title a{
	text-decoration:none;
}
.News_list li.News_In_Title a:hover{
	font-weight:normal;
	color:#FF3366;
}
.News_list li.News_Date{
	display:block;
	width:120px;
	height:26px;
	float:right;
	text-align:right;
	font-size:11px;
}
/*--Page--*/
.Page{
	display:block;
	width:450px;
	height:26px;
	text-align:right;
	padding:18px 0 0 0;
	float:right;
	font-size:10px;
	}
.Page li{
	float:right;
	}
.Page li a{
	padding:0 4px;
	display:block;
	color:#666;
	text-decoration:none;
	}
.Page li a:hover{
	color:#669900;
	font-weight:bold;
	}
.Page li a.selected{
	olor:#369;
	font-weight:bold;
	}

/*Footer*/
#Footer{
	height:60px;
	margin:0 auto;
	background:url(../images/footer_bg.jpg) bottom center repeat-x;
}
#Footer .Copy{
	display:block;
	width:500px;
	height:20px;
	line-height:20px;
	color:#fff;
	margin:0 auto;
	padding-top:40px;
	text-align:center;
}
/*More ICON*/
.IC_MR{
	float:right;
	clear:both;
	display:block;
	width:81px;
	height:36px;	
}
.IC_MR a{
	display:block;
	width:81px;
	height:36px;
	background-image:url(../images/icon_more.png);
	font-size:8px;
	text-decoration:none;
	line-height:6PX;
}
.IC_MR a:hover{
	background-position:bottom;
}
.IC_MR a span{
	visibility:hidden;
}
/*Download ICON*/
.IC_DL{
	float:right;
	clear:both;
	display:block;
	width:97px;
	height:22px;	
}
.IC_DL a{
	display:block;
	width:97px;
	height:22px;
	background-image:url(../images/icon_dl.png);
	font-size:8px;
	text-decoration:none;
	line-height:6PX;
}
.IC_DL a:hover{
	background-position:bottom;
}
.IC_DL a span{
	visibility:hidden;
}
/*Back ICON*/
.IC_BK{
	float:right;
	clear:both;
	display:block;
	width:81px;
	height:36px;	
}
.IC_BK a{
	display:block;
	width:81px;
	height:36px;
	background-image:url(../images/icon_back.png);
	font-size:8px;
	text-decoration:none;
	line-height:6PX;
}
.IC_BK a:hover{
	background-position:bottom;
}
.IC_BK a span{
	visibility:hidden;
}
/*Send ICON*/
.IC_Send{
	float:right;
	display:block;
	width:71px;
	height:18px;
	padding:2px 4px;;	
}
.IC_Send a{
	display:block;
	width:71px;
	height:18px;
	background-image:url(../images/icon_send.gif);
	font-size:8px;
	text-decoration:none;
	line-height:6PX;
}
.IC_Send a:hover{
	background-position:bottom;
}
.IC_Send a span{
	visibility:hidden;
}
/*Reset ICON*/
.IC_Reset{
	float:right;
	display:block;
	width:71px;
	height:18px;
	padding:2px 4px;
	z-index: 9999;
}
.IC_Reset a{
	display:block;
	width:71px;
	height:18px;
	background-image:url(../images/icon_reset.gif);
	font-size:8px;
	text-decoration:none;
	line-height:6PX;
}
.IC_Reset a:hover{
	background-position:bottom;
}
.IC_Reset a span{
	visibility:hidden;
}
/*次標*/
.Sub_title{
	display:block;
	padding:2px 0 2px 160px;
	height:26px;
	font-size:15px;
	color:#598400;
	font-weight:bolder;
	line-height:26px;		
}
/*留言內容*/
.Message{
	display:block;
	height:auto;
	width:600px;
	padding:4px 10px;
	margin-bottom:10px;
	border-bottom:1px #669900 dashed;
}
.Message .MS_Name{
	display:block;
	height:26px;
	float:left;
	width:500px;
	float:left;
	color:#3E5B00;
}
.Message .MS_Date{
	display:block;
	height:26px;
	width:100px;
	text-align:right;
	float:right;
	font-size:11px;
}
.Message .MS_Title{
	display:block;
	height:26px;
	float:left;
	width:600px;
	float:left;
	color:#3E5B00;
	background-color:#EBEBEB;
}
.Message .MS_Content{
	clear:both;
	display:block;
	height:auto;
	padding:2px 4px 5px 4px;
	width:592px;
	text-align:left;
	background-color:#E7F3D3;
}
/*小icon*/
.ii_Icon{
	background:url(../images/ii1_icon.png) no-repeat left;
	height:26px;
	padding-left:35px;
	display:block;
}
/*字體樣式*/
.style_01{
	font-size:15px;
	color:#598400;
	font-weight:bolder;
	line-height:26px;
}
.style_02{
	font-weight:bold;
	color:#454545;
}
.style_03{

	color:#598400;
}
/*表格樣式*/
.TD_style01{
	background-color:#72962E;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.TD_style02{
	background-color:#E3E3E3;
	color:#669900;
	text-align:center;
}
.TD_style03{
	background-color:#D8E897;
	color:#598400;
	font-weight:bold;
}
.TD_style04{
	background-color:#EEF8E4;
	color:#4A6F00;
}
.TD_style04_2{
	background-color:#EEF8E4;
	color:#4A6F00;
	text-align:center;
}
.TD_style05{
	background-color:#E4F8CF;
	color:#669900;
	text-align:center;
	font-weight:bold;
}
.TD_style06{
	background-color:#EEEEEE;
	color:#336699;
}
.TD_style07{
	background-color:#FFFBE6;
	color:#4A6F00;
	text-align:center;
}
/*表單*/
input, select{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height:22px;
}
input{
	height:22px;
}
.con{
	position: absolute;
	z-index: 9999;
}
.con1{
	display: block;
	height: 40px;
	width: 160px;
}
.con2{display: block;
	height: 40px;
	width: 160px;}
.re{
	margin-top: -60px;
	position: relative;
	padding-left:0;
	margin-left:160px;
}
