@charset "utf-8";
/* CSS Document */

body {
	font: 77% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	background: url(../images/index_bg.gif) repeat-x #f2f2f2;
	margin: 0;
	padding: 0;
	text-align: center; 
}
#container {
    width: 990px;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
}
#top_nav {
    width: 550px;
	height:40px;
	margin-left:435px;
	background:url(../images/top_nav_bg.png) no-repeat;
}
#mainBody {
    width:980px;
	height:620px;
	border: 5px solid #fff;
	background:#fdfdfd;

}
#header {
    width:980px;
	height:320px;
	margin: 0;
	background:#fff;
}
#menu {
    width:720px;
	height:55px;
	background:url(../images/menu_bg.jpg) no-repeat;
	float:left;
} 
#quick_link {
    width:715px;
	height:240px;
	margin-top:5px;
	float:left;
}
#quick_link_pic {
    width:115px; 
	height:240px; 
	float:left;
	background:#f2f2f2;
}
#quick_link_pic2 {
    width:115px; 
	height:240px; 
	float:left;
	margin-left:5px;
	background:#f2f2f2;
}
#news_Area {
    width:260px;
	height:300px;
	background:url(../images/news_bg.jpg) no-repeat;
	float:right;

}
#news_title {
	padding:0;
	margin: 0 auto;
	width: 240px;
	height:50px;
	position: relative;
}
#news_pic {
	padding:0;
	margin: 10px auto;
	width: 240px;
	height:110px;
}
#news {
	height:110px;
}
#news, #links{
	padding:0;
	margin: 10px auto;
	width: 240px;
}
#news ul, #links ul{
	list-style-image:url(../images/vmenuarrow.gif);
	margin: 0px 10px;
	padding: 0px;
	text-align:left;
}
#news li a, #links li a{
	color: #000;
	margin: 0;
	text-decoration: none;
	text-align:left;
}
#news li a:hover, #links li a:hover {
	color: #990000;
	text-decoration:underline;
}
#links_title {
	padding:0;
	margin: 0 auto;
	width: 240px;
	height:30px;
}

#footer {
	padding: 10px 0; /* 這個欄位間隔符合上面顯示的 Div 中，元素的靠左對齊。 */
	text-align:right;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	color:#666666;
	
}
.news_more {
	bottom: 0px;
	position: absolute;
	right: 0px;
}
