@charset "big5";
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffeeb8;
	background-image: url(images/bg.gif);
}

#wrapper {
	width: 960px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 48px;
}
#banner {
	height: 664px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#leftColumn {
	float: left;
	width: 664px;
	height: 675px;
	background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightColumn {
	float: right;
	width: 296px;
	height: 675px;
	background-image: url(images/form_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#gift_7 {
	clear: both;
	height: 269px;
}
#note {
	font-size:.8em;
	color:#333;
	padding-left:24px;
}
#footer {
	clear:both;
	font-size:0.8em;
	color:#666;
	text-align: center;
	background: #ffeeb8;
	padding-top: 16px;
}


/* form */
form {
	margin:0px;
	padding:0px;
	font-size:0.8em;
	color: #FF0066;
}
form ol {
	margin:18px .7em 0 1em;
	padding:0;
	list-style-type: none;
}
form li {
	padding-bottom:5px;
}
form label {
	margin-right:3px;
}
fieldset.submit { border:0 none #FFFFFF; float:none; clear:left; width:auto; text-align:center;}
.text {
	height:18px;
}



/*  ¾ÉÄý¦C  */
#subNav {
	margin:0;
	padding:0;
	list-style:none;
	width:718px;
	height:48px;
	float:right;
	font-size: .8em;
}
#subNav a{
	display:block;
	width:100px;
	text-align:center;
	float:left;
	text-decoration:none;
}
#subNav a .ch{
	color:#000000;
}
#subNav a .en{
	color:#FF3300;
}
#subNav a:hover .ch{
	color:#FF3300;
}
#subNav a:hover .en{
	color:#000000;
}
#subNav a:hover {border:none;}
#subNav li{
	float:left;
	border-left: 1px solid #929292;
	margin-top:6px;
	padding-top:4px;
	padding-bottom:2px;
}

