@charset "utf-8";
/* css for mp */


/* 最新消息 */
#News {
	margin-bottom: 20px;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#News .Head {
	font: bold 20px/19px "標楷體";
	color: #CC3300;
	background: url(../images/news_head_bg.gif) no-repeat left center;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 3px;}
	html>body #News .Head{ background-position: left 8px;}
	
#News .Body {
	padding: 12px 12px 30px;
}
#News .Body h1 {
	font-size: 13px;
	font-weight: bold;
	color: #4D4E4F;
	margin-top: 5px;
	margin-bottom: 8px;
}
#News .Body img {
	float: left;
	margin-right: 7px;
	border: 1px solid #999999;
	width: 160px;
}
#News .Body .Abstract {
	font-size: 12px;
	line-height: 150%;
}
#News .Body ul {
	font-size: 12px;
	clear: both;
	margin-left: 3px;
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#News .Body ul li {
	color: #8ED6E1;
	background: url(../images/bullet1.gif) no-repeat 0px 6px;
	padding-left: 15px;
	line-height: 140%;
	margin-top: 5px;
}

#News .Foot {
}

/* 人物特寫 */
#Profile {
	margin-bottom: 20px;
	text-align:left;
}
#Profile .Head {
	font: bold 19px/19px "標楷體";
	color: #003399;	
	background: url(../images/profile_head_bg.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 3px;}
	html>body #Profile .Head{ background-position: left 8px;}
	
#Profile .Body {
	padding: 12px 12px 30px;
}
#Profile .Body h1 {
	font-size: 15px;
	font-weight: normal;
	color: #996600;
	margin-top: 5px;
	margin-bottom: 8px;
}
#Profile .Body img {
	float: left;
	margin-right: 7px;
	border: 1px solid #999999;
	width: 160px;
}
#Profile .Body .Abstract {
	font-size: 12px;
	line-height: 150%;
}
#Profile .Foot {
}

/* 站內查詢 */
#Search {
	width: 160px;
	height:78px;
	text-align: left;
	background: url(../images/search_bg.gif) no-repeat center top;
	margin-bottom: 10px;
}
#Search .Head {
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;	
	letter-spacing: 0.2em;
	padding-top: 8px;
	padding-bottom: 1px;
	padding-left: 25px;	
	font-weight: bold;
}
#Search .Body {
	padding: 5px 10px;
}
#Search .Body a {
	font-size: 12px;
	padding-left: 15px;
	background: url(../images/icon_search.gif) no-repeat left top;
}
#Search .Body form {
	margin: 0px;
}
#Search .Body form input.Text {
	font-size: 12px;
	background: #FEFEFE;
	border: 1px solid #7DAEDB;
}
#Search .Body form input.Button {
	font-size: 12px;
	background: url(../images/form_button_bg.gif) repeat-x left top;
	border-top: 1px solid #B0CA8A;
	border-right: 1px solid #669933;
	border-bottom: 1px solid #669933;
	border-left: 1px solid #B0CA8A;
	color: #006600;
	padding-top: 1px;
	height: 19px;
}
#Search .Foot {
	font-size: 5px;	
	height: 10px;
}

/* 訂閱電子報 */
#Epaper {
	width: 156px;
	text-align: left;	
}
#Epaper .Head {
	font-size: 13px;
	height:28px;
	color: #04325D;
	padding:8px 0px 0px 10px;
	background: url(../images/epaper_head_bg.gif) no-repeat;
	font-weight: bold;
}
#Epaper .Body {
	padding: 5px 10px;
}
#Epaper .Body form {
	margin: 0px;
}
#Epaper .Body form input.Text {
	font-size: 12px;
	background: #FEFEFE;
	border: 1px solid #7DAEDB;
	margin-bottom: 3px;
}
#Epaper .Body form input.Button {
	font-size: 12px;
	background: url(../images/form_button_bg.gif) repeat-x left top;
	border-top: 1px solid #B0CA8A;
	border-right: 1px solid #669933;
	border-bottom: 1px solid #669933;
	border-left: 1px solid #B0CA8A;
	color: #006600;
	padding-top: 1px;
	height: 19px;
}
#Epaper .Foot {
	font-size: 5px;
	height: 10px;
}

/* 相關網站 */

#ReSites {
	width: 156px;
	text-align: left;	
	margin-bottom: 10px;
}
#ReSites .Head {
	font-size: 13px;
	height:28px;
	color: #04325D;
	padding:8px 0px 0px 10px;
	background: url(../images/reSites_head_bg.gif) no-repeat;
	font-weight: bold;
}
#ReS
#ReSites .Body {
	padding: 5px 10px;
}
#ReSites .Body ul {
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	list-style: none;
	padding: 0px;
}
#ReSites .Body ul li {
	color: #8ED6E1;
	background: url(../images/bullet1.gif) no-repeat 0px 6px;
	padding-left: 15px;
	line-height: 140%;
	margin-top: 5px;
}
#ReSites .Foot {
	font-size: 5px;
	height: 10px;
}

/* 日期時間 */
#Date {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0554AB;
	margin-top: 2px;
	margin-bottom: 3px;
}
