@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #323D7F;*/
	background: #293780;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
}
#header {
	background-image:url(/SWDCF/images/index-top_flashpsd.jpg);
	background-position:center top;
	vertical-align:top;
	background-repeat: no-repeat;
	}
#header_2 {
	background-image:url(/SWDCF/images/index-top_flashpsd_2.jpg);
	background-position:center top;
	vertical-align:top;
	background-repeat: no-repeat;
	}
#mainContent {
	background-image:url(/SWDCF/images/index-main_02.jpg);
	background-position:center top;
	vertical-align:top;
	background-repeat: repeat-y;
}
form {
margin:0;
}
a {
	color: #FFE8D0;
	text-decoration: none;
	cursor: pointer;
}
#news-list .table_title {
	color: #A4CDDB;
}
#news-list .table_title a {
	color: #80BBCC;
	font-size: 13px;
}
#news-list .table_title a:hover {
	color: #FFDB99;
}
a:hover {
	color: #FFDB99;
}
h1 {
	color: #D2D2BF;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7F9383;
	margin-left: 10px;
}
h2 {
	font-size: 18px;
	margin-left: 15px;
	margin-top: 15px;
	
	margin-bottom: 5px;
	color: #BECFCB;
	height:20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #DBE3E1;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
}
hr {
	border-top-width: thick;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7F9383;
	margin-right: 30px;
	margin-left: 30px;
}

p {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #E8F1F4;
	line-height: 25px;
	text-transform: none;
}
#menu {
	font-size: 15px;
	color: #D6CDBC;
	margin: 10px;
	border-top: thin dotted #AAAD95;
	border-bottom: thin dotted #AAAD95;
}

em {
	font-style: normal;
	color: #CC6600;
}
#news .table_title {
	color: #B5D5DF;
	font-size: 12px;
}
#news .table_date {
	color: #FFFFCC;
	font-size: 12px;
}
#news .table_date a {
	color: #CBE1E9;
}#news .table_title #textfield {
	color: #A2CADB;
}
#news td {
	color: #DFDCAE;
}
#news2 .table_title {
	color: #B5D5DF;
	font-size: 12px;
}
#news2 .table_date {
	color: #FFFFCC;
	font-size: 12px;
}
#news2 .table_date a {
	color: #CBE1E9;
}#news .table_title #textfield {
	color: #A2CADB;
}
#news2 td {
	color: #DFDCAE;
}
#vote p {
	padding-left: 0px;
	margin: 0px;
}
#vote #ucVote_lblDate {
	margin: 0px;
	color: #B3BAE1;
	font-size: 10px;
}
#vote #ucVote_lblTitle {
	font-size: 16px;
	font-weight: bold;
	color: #E2D9B1;
}
#vote #radio {
	color: #323D7F;
}

