@charset "big5";
@import url("common.css");
@import url("layout.css");
/* CSS Document */


/*中間欄位設定*/

/*----------------------------最新消息----------------------------*/
.news {
	/*background: url(../images/news_bg.jpg) no-repeat right 0px;*/
	margin: 20px 0px 0px 5px;
	
}
.news h1 {
	background: url(../images/news_titlebg.gif) no-repeat 0px bottom;
	color: #003399;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:left;
	padding: 0px 0px 0px 25px;
	margin:0px 0px;
}
.news ul{	
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 20px 20px;	
	list-style-type: none;
	
}
.news li{
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding:0px 0px 0px 12px;
	color: #006699;
	line-height: 25px;		
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.news li a{
	color: #333;		
	letter-spacing: 1px;
	text-decoration: none;	
}
.news li a:hover{
	text-decoration: underline;
	color: #CC6600;
}
.news .img_new{
	vertical-align: -0px;
}

/*---------------------------重要相關連結-----------------------------*/
.relatedlink {
	margin: 12px 0px 15px 5px;
}
.relatedlink h1 {
	background: url(../images/news_titlebg.gif) no-repeat 0px 0px;
	color: #003399;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:center;
	width:140px;
	height:28px;
	padding: 15px 0px 0px 0px;
	margin:0px 0px;
}
.relatedlink table{
	width:94%;
	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;
}

/*---------------------------主題推薦-----------------------------*/
.theme {
	margin: 12px 0px 15px 5px;
	line-height: 22px;
	color: #333333;
}

.theme h1 {
	background: url(../images/news_titlebg.gif) no-repeat 0px bottom;
	color: #003399;
	letter-spacing: 1px;
	font-size: 15px;
	text-align:left;
	padding: 0px 0px 0px 25px;
	margin:0px 0px;
}
.theme h2 {
	font-weight: bold;
	color: #2B80C0;
	margin:0px;
	padding:0px;
	font-size: 13px;
}
.theme .pic{
	width:150px;
	float:left;
	padding:2px;
	margin:2px;
	border:1px solid #cccccc;
}
.theme li a{
	color: #006699;
	letter-spacing: 1px;
	text-decoration: none;	
}
.theme li a:hover{
	background-color: #FBF8EC;
	color: #996600;
	text-decoration: underline;
}


/*右側欄位設定*/

/*-------------------------------------------相關連結-------------*/
.link {
	text-align: left;
	line-height: 18px;
	margin: 15px 0px;
	background-color: #FFF;
	border: 1px solid #7EBE55;
}
.link h1{
	text-align: left;
	font-size: 13px;
	padding:5px 0px 2px 8px;
	margin:0px;
	font-weight: bold;
	color: #307C24;
	background-color: #ddd;
}
.link ul{
	margin: 2px 5px 2px 20px;
	list-style-type: circle;
}
html>body .link ul{
	margin: 2px 5px 2px -15px;
}
.link li{
}
.link li a{
	line-height: 22px;
	color: #07556F;
	text-decoration: underline;
}

.link .Foot {
	font-size: 9px;
	line-height: 9px;
	background: url(../images/epaper_foot_bg.gif) no-repeat right bottom;
	height: 16px;
	margin-top: -16px;
}

/*-------------------------------------------問卷調查-------------*/
.questionary {
	text-align: left;
	line-height: 18px;
	margin: 15px 0px;
	background-color: #fff;
	border: 1px solid #7EBE55;
}
.questionary h1{
	text-align: left;
	font-size: 13px;
	padding:5px 0px 2px 8px;
	margin:0px;
	font-weight: bold;
	color: #307C24;
	background-color: #ddd;
}
.questionary p{ margin: 2px 5px;}
.questionary form{
	margin: 4px 5px;
	color: #408635;	
}

.questionary form input.Button {
	font-size: 12px;
	color: #FFF;
	height:19px;
	
	text-decoration: none;	
	background: #2E79B9;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #cccccc;
}
.questionary .Foot {
	font-size: 9px;
	line-height: 9px;
	background: url(../images/epaper_foot_bg.gif) no-repeat right bottom;
	height: 16px;
	margin-top: -16px;
}

/*-------------------------------------------廣告圖-------------*/
.ad {
	margin:5px 0px;
	text-align: center;
}
.ad ul {
	margin:0px;
	list-style-type: none;
}
.ad li{
	padding:2px;
	display:block;
}

.ad img {	
	border: 1px solid #CCCCCC;
}
/*-------------------------------------------update,conuter-------------*/
.UC{
	font-family:  sans-serif;
	color: #996600;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 20px;
	padding-left:10px;
}
