@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	width:100%;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	background:url(../images/C01_bg.jpg) center top repeat-x;
	background-color:#1f441d;
	font-size:15px;
}
a:link {
	color:#666;
	text-decoration: none;
}
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#6ba831;
	text-decoration: none;
}
a:active {
	color:#666;
	text-decoration: none;
}
/* 三欄式自動調幅版面
---------------------------------------------*/
#contentWrapper {
	width:1200px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
	
	#content {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
		text-align:center;
		position:relative;
		z-index:2;
	}
	.news_list{
		position:relative;
		top:100px;
		font-size:12px;
		width:260px;
		left:50px;
	}
		.news {
			width:250px;
			float:left;
		}
		.news .news_1 {
			width:70px;
			float:left;
			text-align:left;
			color:#6ba831;
		}
		.news .news_2 {
			width:180px;
			float:left;
			text-align:left;
		}
		.news_line {
			border-bottom:1px dotted #CCCCCC;
			clear:both;
			padding-top:5px;
			margin-bottom:5px;
		}
		
	#content .news_icon {
		position:absolute;
		width: 357px;
		height: 212px;
		top:700px;
		right:120px;
		z-index:5;
		background:url(../images/news_icons.png) top center no-repeat;
	}
	.news_icon .arrow{
		position:absolute;
		text-align:center;
		width:16px;
		height:13px;
		top:10px;
		right:171px;
		z-index:6;
	}
	
	#content .logo {
		position:absolute;
		width: 357px;
		height: 212px;
	}
	
	#content .news_icon {
		position:absolute;
		width: 357px;
		height: 212px;
		top:700px;
		right:120px;
		z-index:5;
		background:url(../images/news_icons.png) top center no-repeat;
	}
		
	.clear {
		clear:both;
		height:1px;
	}
	
	#footer {
		width: 100%;
		height: 150px;
		text-align:center;
		background-color:#000000;
		position: relative;
		clear:both;
		z-index:10;
	}