body{
	padding: 0px;
	margin: 0px;
	font-family: "微軟正黑體";
	overflow: scroll;
	color:#666;
}
a:link {
	color: #376500;
	text-decoration: none;
}
a:visited {
	color: #376500;
}
a:hover {
	color: #669900;
}
img {
	border: 0px;
}
.clr { clear:both;}


.head {
	background: url(images/head_bg.gif) no-repeat right bottom;
	position: relative;
	height: 160px;
	margin: auto;
	width: 990px;
}
.logo{
	position: absolute;
}
.nav{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav li {
	float: left;
	height: 65px;
	width: 130px;
}

.nav li a {
	background-image: url(images/nav_bg.gif);
	height: 45px;
	width: 130px;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	font-weight: bold;
}
.nav li a:hover {
	background: url(images/nav_bg_hover.gif) no-repeat;
}



.wrap {
	margin: auto;
	width: 990px;
	position:relative;
}

.news {
	background-color: #8cc63f;
	margin-top: 10px;
	height: 250px;
	border-radius:20px; 
}
.news .text {
	margin: 10px;
	float: left;
	width: 270px;
	height: 230px;
	color:#331200;
}
.news .text h1 {
	background-color: #cce198;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-radius:20px;
}

.news .text p {
	padding-left: 10px;
}

.news .ad {
	height: 250px;
	width: 700px;
	float: right;
}
.news .ad img {
	border-top-right-radius:20px; 
	border-bottom-right-radius:20px; 
}

.article {
	height: 215px;
	width: 275px;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 10px;
	border-right: 5px solid #8cbd16;
	float: left;
}
.article h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.article ul {
	list-style-type: none;
	padding: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.article ul li {
	background: url(images/icon_left.gif) no-repeat;
	border-bottom: 1px dashed #8cbd16;
	background-position: 0px 10px;
	padding: 7px 0px 5px 20px;
}

.story {
	float: right;
	height: 215px;
	width: 700px;
	margin-top: 10px;
}

.story h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.story .story_home {
	margin: 10px;
	float: left;
	width: 211px;
	position: relative;
}

.story .story_home h2 {
	font-size: medium;
	background-color: #000;
	margin: 0px;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	width: 201px;
	opacity: 0.8;
}
.story .story_home h2 a {
	color: #FFF;
}
.story .story_home h2 a:hover {
	text-decoration:underline;
}
.story .story_home a img {
	display: block;
}
.tail {
	background: url(images/foot_bg.gif) repeat-x 0px top;
	width: 990px;
	clear: both;
	margin: 10px auto auto;
	text-align: center;
	padding-top: 25px;
	font-size: small;
	color: #999999;
	line-height: 1.5em;
}


/*-----內頁 nav系列-----*/
#about .a_about, #story .a_story, #article .a_article, #wallpaper .a_wallpaper, #product .a_product, #guestbook .a_guestbook {
	background:url(images/nav_bg_hover.gif) no-repeat;
}
/* side nav */
#location .a_about, #history .a_about, #tree .a_story, #culture .a_story, #natural .a_story, #crop .a_story, #disaster .a_story, #story_article .a_story{
	background:url(images/nav_bg_hover.gif) no-repeat;
}
/* side side-nav */
#location .side_nav1, #history .side_nav2, #tree .side_nav1, #culture .side_nav2,  #natural .side_nav3, #crop .side_nav4, #disaster .side_nav5{
	background:url(images/side_nav-hover.gif) no-repeat;
}

/* 內頁排版 */
.side {
	width:220px;
	position:relative;
	float:left;
	background:url(images/side_bg.gif) repeat-y 1px 0px;
	height:500px;
}
.side ul {
	list-style:none;
	background:url(images/side_bg-top.gif) no-repeat top;
	margin:0px;
	padding:0px;
	padding-top:20px;
}
.side ul li {
	margin-bottom:10px;
}
.side ul li a{
	color:#371104;
	background:url(images/side_nav.gif) no-repeat;
	display:block;
	width:200px;
	height:30px;
	padding-top:9px;
	padding-right:20px;
	text-align:center;
}
.side ul li a:hover{
	background:url(images/side_nav-hover.gif) no-repeat;
}
.side ul li.side_title a{
	background:url(images/side_title.jpg) no-repeat;
	width:200px;
	height:85px;
	padding-top:50px;
	font-size:x-large;
	text-shadow:1px 1px 1px #FFF;
}
.side ul li a:hover{
	color:#960;
}
.side_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(images/side_bg-btm.gif) no-repeat left top;
}
.main {
	float:right;
	width:750px;
	background:#8cc63f;
	border-radius:20px;
	margin-top:10px;
	padding:10px;
}
/*#story .main, #tree .main, #culture .main, #natural .main, #crop .main, #disaster .main{
	height:570px;
}
#about .main, #location .main, #history .main{
	height:470px;
}
#about .side, #location .side, #history .side{
	height:500px;
}*/
.main h2{
	background-color: #cce198;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border-radius:20px;
	font-weight:normal;
	font-size:x-large;
	color:#060;
	border-bottom:1px dashed #8cc63f;
}
.main .content {
	background-color: #FFF;
	padding: 20px;
	border-radius:20px;
	line-height:1.75em;
}
.main small {
	display:block;
	margin-top:10px;
	font-size:small;
}
.main .green{
	background-color: #cce198;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border-radius:20px;
	font-weight:normal;
	color:#060;
	margin-bottom:10px;
}
.page {
	text-align:center;
	margin-top:10px;
	clear:both;
}
.page a{
	border:1px solid #8cc63f;
	background:#cce198;
	padding:3px 5px;
	margin:5px;
	border-radius:5px;
}
.page a:hover {
	background:#FFF;
}

/*   about   */


/*   story   */

.story_list-box {
}
.story_list {
	padding:10px;
	margin-bottom:10px;
}
.story_list a img {
	background:#FFF;
	margin:10px;
}
.story_list a:hover img {
	opacity: 0.5;
}
.story_img{
	display:block;
	margin:0px 10px 10px 0px;
	border:5px solid #ddd;
	width:500px;
	float:left;
}

/* wallpaper */
ul.wallpaper {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.wallpaper li {
	margin:10px ;
	float:left;
	width:213px;
	height:185px;
	background:#FFF;
	padding:7px;
	box-shadow: 1px 1px 3px #666;
	border-radius:10px;
}
.price{
	font-size:small;
	float:right;
}
.price span{
	color:#C00;
	font-size:medium;
}
