@charset "utf-8";
/* 首頁左側 */
#eventbar {
	float: left;
	width: 250px;
}
.time {
	width: 250px;
	height: 200px;
}
.eventAD {
	width: 200px;
	margin: 10px 0;
}
.eventAD p {
	margin: 0 0 5px;
}
/* 首頁中間內容 */
#main {
	float: left;
	width: 500px;
	margin: 0 15px;
}
.moviebox {
	background-color: #eeeded;
	border: solid 1px #dadada;
	width: 488px;
	padding: 5px;
	overflow: hidden;
}
ul.mvlist {
	background-color: #000;
	width: 480px;
	height: 54px;
	padding: 5px 2px 5px 6px;
	overflow: hidden;
}
ul.mvlist li {
	display: inline;
	margin: 0 1px 0;
	width: 90px;
}
.box500 {
	width: 500px;
	overflow: hidden;
}
.box500 h1 {
	height: 36px;
	margin: 10px 0 5px;
}
table.eventlis {
	width: 480px;
	margin: 0 auto 27px;
	color: #4c4948;
}
table.eventlis th {
	background: url(../images/icon_point.gif) no-repeat 0 7px;
	padding-left: 18px;
	line-height: 27px;
	border-bottom: dotted 1px #cedbe7;
	width: 350px;
}
table.eventlis td {
	line-height: 27px;
	border-bottom: dotted 1px #cedbe7;
	color: #a5a6a6;
}
table.eventlis a {
	text-decoration: none;
	color: #4c4948;
}
table.eventlis a:hover {
	text-decoration: none;
	color: #861886;
}
/* 首頁右側 */
#sidebar {
	float: left;
	width: 180px;
}
.searchbox {
	background: url(../images/searchBg.jpg) no-repeat 0 0;
	width: 180px;
	height: 37px;
}
input.searchtxt {
	background: transparent;
	margin: 8px 0 0 33px;
	border: 0;
}
input.searchbtn {
	vertical-align: middle;
	margin-left: 2px;
}
.box180 {
	width: 180px;
	overflow: hidden;
}
.box180 h1 {
	height: 36px;
	margin: 10px 0 5px;
}
.historybox {
	width: 156px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-top: dotted 1px #656565;
}
.historybox h2 {
	font: 700 15px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #841784;
	margin: 8px 0;
}
.historybox p.source {
	text-align: right;
	font: 400 11px/130% Verdana, Arial, Helvetica, sans-serif;
}
.noborder {
	border: 0;
}
/* 電子報 */
.epaperbox {
	background: url(../images/epaperBg.gif) no-repeat 0 0;
	height: 41px;
	padding: 35px 0 0 10px
}
input.epapertxt {
	height: 12px;
	vertical-align: middle;
}
input.epaperbtn {
	vertical-align: middle;
	margin: 0 0 0 2px;
}
.btncenter {
	text-align: center;
	padding: 5px 0;
}
