/****** 新聞列表 ******/
#newsList {
	margin: 0; padding: 0;
	list-style-type: none;
}
#newsList li {
	position: relative;
	width: 691px; height: 280px; overflow: hidden;
	background-image: url('../images/news-list-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
	/*#newsList li div.newsTitle {
		margin: 5px auto 5px 10px;
		width: 670px; height: 32px; overflow: hidden;
		color: rgb(68,160,227);
		font-size: 24px; font-weight: bold; font-family: 'Verdana';
	}
		#newsList li div.newsTitle a {
			color: rgb(68,160,227);
			text-decoration: none;
		}
		#newsList li div.newsTitle a:hover {
			color: rgb(68,160,227);
			text-decoration: underline;
		}*/
	#newsList li div.newsSummary {
		margin: 5px auto 5px 10px;
		width: 670px; height: 232px; overflow: hidden;
		color: rgb(111,111,111);
		font-size: 15px; font-family: 'Verdana';
	}
		#newsList li div.newsSummary a {
			color: rgb(111,111,111);
			text-decoration: none;
		}
		#newsList li div.newsSummary a:hover {
			color: rgb(111,111,111);
			text-decoration: underline;
		}
	#newsList li div.forward {
		position: absolute; bottom: 0; right: 170px;
		width: 70px; height: 15px; text-align: right;
		color: rgb(111,111,111);
		font-size: 12px; font-family: 'Verdana';
	}
	#newsList li div.replys {
		position: absolute; bottom: 0; right: 0;
		width: 160px; height: 25px; text-align: right;
		color: rgb(111,111,111);
		font-size: 15px; font-family: 'Verdana'; font-weight: bold;
	}
	#newsList li div.replys a {
		color: rgb(68, 160, 227);
		text-decoration: none;
		font-size: 21px; font-family: 'Verdana'; font-weight: bold;
	}
	#newsList li div.replys a:hover {
		color: rgb(68, 160, 227);
		text-decoration: underline;
	}
	div.NewsPages {
		width: 650px; height: 25px;
		margin: 5px auto;
		text-align: center;
	}
/****** 新聞列表 End ******/



/****** 新聞檢視 ******/
#newsInfo {
	position: relative; left: 0; top: 0;
	width: 691px;
	background-image:url('../images/news-bg1.gif');
	background-repeat: repeat-y;
	background-position: center top;
}
	#newsInfo div.newsTitleArea {
		width: 691px;
		/*height: 94px;
		overflow: hidden;*/
		overflow:auto;
		background-image:url('../images/news-bg0.gif');
		background-repeat: no-repeat;
		background-position: center top;
	}
	#newsInfo div.newsTitleArea div.newsTitle {
		font-size: 30px; line-height: 1.1; font-family: '細明體', 'Verdana';
		font-weight: bold;
		color: rgb(68,160,227);
		padding: 5px 20px;
	}
	#newsInfo div.newsTitleArea div.newsKind {
		font-size: 13px; line-height: 1;
		color: rgb(104,104,104);
		padding: 5px 20px;
	}
		#newsInfo div.newsTitleArea div.newsKind a {
			text-decoration: none;
			color: rgb(68,160,227);
		}
		#newsInfo div.newsTitleArea div.newsKind a:hover {
			text-decoration: underline;
			color: rgb(68,160,227);
		}
	#newsInfo div.newsContent {
		font-size: 13px; line-height: 1.3;
		color: rgb(104,104,104);
		padding: 5px 20px;
	}

#newsCommunity {
	position: relative; left: 0; top: 0;
	width: 693px;
	background-image:url('../images/bbs1.gif');
	background-repeat: repeat-y;
	background-position: center top;
}
#newsPosts {
	position: relative; left: 0; top: 0;
	margin: 0; padding: 0;
	width: 693px;
	list-style-type: none;
}
	#newsPosts li {
		position: relative;
		width: 693px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#newsPosts li.odd {
		background-color: rgb(241,241,241);
	}
	#newsPosts li div.divX {
		position: absolute; top: 15px; left: 2px;
		width: 20px; height: 20px;
	}
	#newsPosts li div.postImg {
		margin: 3px 10px auto 25px;
		width: 55px; height: 45px;
		float: left;
	}
		#newsPosts li div.postImg img {
			border: 1px solid black;
		}
	#newsPosts li div.postContent {
		margin-left: 95px;
		padding-bottom: 10px;
		font-size: 13px; line-height: 1.5;
		color: rgb(54,54,54);
	}
	#newsPosts li div.postContent span.author {
		font-size: 13px; line-height: 2;
		color: rgb(0,97,155);
	}

#postLogin {
	position: relative;
	margin: 5px auto;
	width: 550px; height: 120px;
	text-align: center;
	color: rgb(68,168,227);
	font-size: 12px; line-height: 1.2; font-family: 'Verdana';
}
#postLogin img, input {
	vertical-align: middle;
}
#postLogin input.email {
	width: 100px; height: 17px;
	border: none;
	background-color: rgb(181,181,181);
	font-size: 13px; font-family: 'Verdana';
}
#postLogin input.password {
	width: 80px; height: 17px;
	border: none;
	background-color: rgb(181,181,181);
	font-size: 13px; font-family: 'Verdana';
}
	#postLogin div.postJoin {
		position: relative; top: -20px;
		margin: 0 auto;
		width: 200px; height: 30px;
	}
	#postLogin div.postJoin img {
		vertical-align: middle;
	}
	#postLogin div.postJoin a {
		color: rgb(68,168,227);
		text-decoration: none;
	}
	#postLogin div.postJoin a:hover {
		color: rgb(68,168,227);
		text-decoration: underline;
	}

#postAdd {
	position: relative;
	margin: 5px auto;
	width: 600px; height: 100px;
	text-align: center;
}
#postAdd textarea.reply {
	width: 390px; height: 90px;
	background-color: rgb(233,235,225);
	font-size: 13px; line-height: 1.2;
	color: rgb(92,92,92);
	border: none;
}
/****** 新聞檢視 End ******/
