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

body {
	  background:#FFFBDE;
      padding:0;
}

a {
	color: #767676;
	text-decoration: none;
}
a:link {
	color: #767676;
	text-decoration: none;
}
a:visited {
	color: #767676;
	text-decoration: none;
}
a:hover {
	color: #092659;
}
a:active {
	text-decoration: none;
}

.page_body {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*Top*/
.logo_top {
	width:1000px;
	height:200px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bannerbg.png);
}
.menu {
	  width:100%;
	  height:30px;
	  color:#178641;
	  font-size:18px;
	  line-height:30px;
	  letter-spacing:5px;
	  font-weight:bolder;
	  font-family:微軟正黑體, Microsoft JhengHei, Geneva, sans-serif;
}
.menu a{
	  color:#178641;
	  letter-spacing:5px;
	  font-weight:bolder;
	  font-family:微軟正黑體, Microsoft JhengHei, Geneva, sans-serif;
	  text-decoration : none;
}


.menu img{
	  vertical-align:middle;
	  margin:0 10px;
}
.white_area {
	  width:1000px;
	  height:360px;
	  padding-left: 10px;
	  background:url(../images/white_bg.png) center bottom no-repeat;
	  
}
.white_area_bg {
	position:absolute;
	left:0;
	z-index:-1;
	width:100%;
	height:360px;
	background-color:#FFFFFF;
}
.green_area {
	  width:1000px;
	  height:360px;
	  padding-left: 10px;
	  background:url(../images/green_bg.png) center bottom no-repeat;
	  
}
.green_area_bg {
	position:absolute;
	left:0;
	z-index:-1;
	width:100%;
	height:360px;
	background:url(../images/green_bg2.png) repeat-x;
}
.green_area_left{
	float:left;
	width:680px;
	height:360px;
}
.green_area_right{
	float:left;
	width:280px;
	padding-top:40px;
	padding-left:20px;
	font-size:17px;
	font-family:微軟正黑體, Microsoft JhengHei, Geneva, sans-serif;
}

.orange_area {
	  width:1000px;
	  height:360px;
	  padding-left: 10px;
	  background:url(../images/orange_bg.png) center bottom no-repeat;
	  
}
.orange_area_bg {
	position:absolute;
	left:0;
	z-index:-1;
	width:100%;
	height:360px;
	background:url(../images/green_bg2.png) repeat-x;
}
.orange_area_left{
	float:left;
	padding-top:90px;
	padding-left:40px;
	width:900px;
	height:270px;
	font-size:12px;
}

.blue_area {
	  width:1000px;
	  height:360px;
	  padding-left: 10px;
	  background:url(../images/blue_bg.png) center bottom no-repeat;
	  
}
.blue_area_bg {
	position:absolute;
	left:0;
	z-index:-1;
	width:100%;
	height:360px;
	background:url(../images/green_bg2.png) repeat-x;
}
.blue_area_left{
	float: left;
	padding-left: 10px;
	width: 650px;
	height: 360px;
	font-size: 12px;
}
.photogallery_area_bg {
	position:absolute;
	left:0;
	z-index:-1;
	width:100%;
	height:600px;
	background-color:#FF0;
}
.photogallery_area_left{
	float: left;
	padding-left: 10px;
	width: 720px;
	height: 600px;
	font-size: 12px;
}
.photogallery_area_right{
	float: left;
	z-index:0;
	padding-top:200px;
	width: 270px;
	height: 400px;
	font-size: 12px;
	background-color:#FF0;
	background-image:url(../images/photogallery_right.jpg);
}
.three { 
      width:970px;
	  height:350px;
}
.three_1 { 
      margin:20px 6px;
      width:300px;
	  height:300px;
	  border:#178641 7px solid;
	  float:left;
	  color:#333;
}
.three_img{ 
      width:100%;
	  height:150px;
	  overflow:hidden;
}
.three_img img{ 
      width:100%;
}
.three_text {
	  width:300px;
	  height:150px;
	  background:url(../images/three_text_bg.png) center bottom no-repeat;
	  overflow:hidden;
}
.three_text ul{
      margin:0px;
	  padding:0px 25px;
}
.three_text li{
	  list-style:none;
}
.three_text h2{
      margin:0px;
	  padding:10px 0px;
	  border-bottom:#CCCCCC 1px dotted;
	  line-height:20px;
}
.more_news_div {
	  width:100%;
	  color:#544D40;
	  font-size:12px;
	  display:none;
	  
}
.more_news_div_title{
	  color:#4A5440;
	  font-weight:bold;
	  font-size:16px;
	  border-left:solid 3px #FF0000;
	  padding:0px 3px;
	  
}
.more_news {
	  width:80px;
	  margin:0 auto;
	  background:#F4F0D4;
	  color:#6D6529;
	  font-size:12px;
	  letter-spacing:5px;
	  font-weight:bolder;
	  font-family:微軟正黑體, Microsoft JhengHei, Geneva, sans-serif;	  
	  padding:6px 10px;
      -moz-box-shadow:1px 1px 3px 2px rgba(20%,20%,40%,0.2) inset;
      -webkit-box-shadow:1px 1px 3px 2px rgba(20%,20%,40%,0.2) inset;
      box-shadow:1px 1px 3px 2px rgba(20%,20%,40%,0.2) inset;
      -webkit-border-radius:5px;
      border-radius:5px; /*四個角一起設定*/
      -moz-border-radius:5px; /*四個角一起設定*/
	  cursor:pointer;
}

.bottom_box {
	float:left;
	width:970px;
	height:320px;
	background:#297C47;
	padding:5px;
	color:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bottom_box ul{
      margin:0px;
	  padding:0px 5px;
}
.bottom_box li{
	  list-style:none;
	  color:#D3EFDD;
}
.bottom_box h2{
      margin:0px;
	  padding:10px 0px;
	  border-bottom:#CCCCCC 1px dotted;
	  line-height:20px;
	  color:#FFF;
	  letter-spacing:8px;
	  font-family:微軟正黑體, Microsoft JhengHei, Geneva, sans-serif;
}
.bottom_box_1 {
	width:250px;
	height:320px;
	float:left;
	color:#333;
	font-size:13px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.bottom_box_1 p{
	  border:#E5F794 3px solid;
	  background:#409D64;
	  padding:10px;
	  font-size:15px;
}
.bottom_box_2 {
	width:340px;
	height:320px;
	float:left;
	color:#333;
	font-size:13px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.bottom_box_3 {
	width:280px;
	height:320px;
	float:left;
	color:#333;
	font-size:13px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}

.bottom_box2 {
	float:left;
	width:970px;
	height:30px;
	background:#297C47;
	padding:5px;
	color:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.talbe_left {
	  font-weight:bold;
	  text-align:right;
}
.slideshow { 
		height: 680px;
		width: 360px;
		margin: auto;
		float:left;
}
