@charset "utf-8";
/* CSS Document */
body {
	background:	#FFFFFF url(image/body_bg.gif) center top repeat-y;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	height: inherit%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#apDiv1 {
	position:absolute;
	left:5px;
	top:9px;
	width:257px;
	height:24px;
	z-index:1;
	text-align: left;
	font: 0.75em 'Century Gothic', Verdana, Arial, Sans-Serif;
}
.test {
	/*font-family: "新細明體";*/
	font-size: 13px;
	color: #999999;
}

#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -424px;
	width: 846px;
	height: 100%;
}
#container {
	width: 846px;
	margin-right: 0px;
	margin-left: 0px;
}

#menu {
	position: absolute;
	top:199px;
	left: 0px;
	width: 846px;
	height: 30px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
	border-bottom: 2px soild #CCCCCC;
}

#menu li{
	float: left;
	width: 94px;
	margin: 0;
	padding: 0;
}

#menu a{
	display: block;
	width: 100%;
	padding: 8px 0 8px 0;
	color:#FFFFFF;
	font-size: 0.75em;
	/*background-color: #FC4D32;*/
	background: url(image/menu_button1.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
}

#menu a:hover{
	/*background-color: #FFCC00;*/
	background: url(image/menu_button2.jpg) no-repeat;
	color: #333333;
}
#maincontant {
	position: absolute;
	top:230px;
	left: 0px;
	width: 846px;
	height: auto;
}