@charset "utf-8";
/* CSS Document */

.rss{
	display:block;
	background-image:url(../images/news/rss-icon-44x16.png);
	width:44px;
	height:16px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:10px;
	float:right;
}
.newsBox li{
	position:relative;
	overflow:hidden;
	zoom:1;
	margin:30px;
	padding:20px 0;
}
.newsBox li ul{ /* 每則新聞區塊 */
	display:block;
	padding-bottom:10px;
}
.newsBox li ul h2{ /* 新聞標題 */
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#004276;
	margin-bottom:5px;
	word-spacing:2px;
}
.newsDate{ /* 新聞類型 與 日期 */
	font-size:12px;
	color:#999999;
}
.newsType{
	font-size:12px;
	color:#424242;
	font-weight:bold;
}
.newsBox li ul p{ /* 新聞內容 */
	font-size:12px;
	word-spacing:2px;
	font-weight:100;
	line-height:160%;
	color:#333333;
}
.newsBox span.newsBoxImg{ /* 新聞類型圖 */
	display:block;
	float:left;
	padding:5px;
	margin:45px 0 0 25px;
	border:#999999 solid 1px;
}
.floatImg{/* 新聞圖片 */
	float:right;
	margin:2px;
}

