@charset "utf-8";
@import url("common.css");
@import url("layout.css");
/* CSS Document */


/*中間欄位設定*/

/*----------------------------最新消息----------------------------*/
.news {
	margin: 0px 0px 15px 5px;
	font-size: 12px;
}
.news h1 {
	background: url(../images/news_title.gif) no-repeat left 0px;
	color: #118033;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 2px 0px 0px 20px;
	margin:4px 0px;
}
.news ul{
	margin: 0px 0px 5px 0px;
	padding: 20px 10px 5px 30px;
	list-style-type: none;
	background-image: url(../images/new_bg.jpg);
	height: 290px;
	width: 565px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.news li{
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding:0px 0px 0px 10px;
	color: #CC6600;		
	line-height: 23px;
	display:block;
}
.news li a{
	color: #04295C;	
	letter-spacing: 1px;
	text-decoration: none;	
}
.news li a:hover{
	color: #996600;
	text-decoration: underline;
}
.news .img_new{
	vertical-align: -0px;
}
.news .more{ text-align:right;}
/*---------------------------重要相關連結-----------------------------*/
.relatedlink {
	margin: 12px 0px 15px 5px;
	
}
.relatedlink h1 {
	background: url(../images/news_title.jpg) no-repeat left 0px;
	color: #653302;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 10px 0px 0px 28px;
	margin:4px 0px;
}
.relatedlink table{
	width:94%;
	font-size: 12px;
	padding:5px;
	margin-left:25px;
}
.relatedlink li a{
	color: #444444;
	letter-spacing: 1px;
	text-decoration: none;	
}
.relatedlink li a:hover{
	background-color: #FBF8EC;
	color: #996600;
	text-decoration: underline;
}

/*右側欄位設定*/


/*-------------------------------------------廣告圖-------------*/
.ad {
	margin:10px 5px;
	text-align: left;
}
.ad ul {
	margin:0px;
	list-style-type: none;
}
.ad li{
	padding:2px;
	display:inline;
}

.ad img {	
	border: 1px solid #CCCCCC;
	width: 130px;
	height: 40px;
}
/*-------------------------------------------update,conuter-------------*/
.UC{
	font-family:  sans-serif;
	color: #996600;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 20px;
	padding-left:10px;
}

