@charset "utf-8";

#gowu {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	width: 100%;
	background-image: url(bg_gowu.jpg);
	background-position: center 0px;
	overflow: hidden;
	background-color: #e8a652;
	background-attachment: fixed;
	background-repeat: no-repeat;
	SCROLLBAR-ARROW-COLOR: #480000;
	SCROLLBAR-DARKSHADOW-COLOR: #d89000;
	SCROLLBAR-BASE-COLOR: #DC8B1F;
}
#header {
}
#mainContent {
	height: 330px;
	text-align: center;
	width: 100%;
	padding-top: 23px;
	padding-bottom: 27px;
}
#gowu h1 {
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 9pt;
	margin: 0px;
}
#gowu #text {
	font-size: 9pt;
	color: #FFFFCC;
	line-height: 7pt;
}
#gowu #title {
	text-align: left;
	text-indent: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#gowu #table {
	font-size: 9pt;
	line-height: 7pt;
	color: #FFFFCC;
}
#gowu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#gowu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#gowu a:hover {
	color: #FFFF66;
	text-decoration: none;
}
#mainContent #menu_list {
	width: 250px;
	float: left;
	margin-left: 20px;
	color: #993300;
	margin-top: 10px;
}

#mainContent #menu {
	width: 530px;
	overflow: auto;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: top;
	height: 315px;
}
#mainContent #menu td {
	color: #FFFFCC;
	font-size: 9pt;
	line-height: normal;
}
#mainContent #menu th {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AA6B17;
}
#menu #combo {
	color: #CC3300;
}
