﻿@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-image: url(images/bg_c.gif);
}
#wrapper {
	text-align: left;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bg {
	text-align: center;
	width: 100%;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	padding: 0px;
	height: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:0.8em;
}
/*  導覽列  */
#subNav {
	margin:0;
	padding:0;
	list-style:none;
	width:700px;
	height:48px;
	float:right;
	font-size: 1em;
}
#subNav a{
	display:block;
	width:98px;
	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;
}
#banner {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 855px;
}
#leftColumn {
	width: 312px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#rightColumn {
	width: 588px;
	padding: 0px;
	float: right;
	margin: 0px;
	background-image: url(images/index_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 415px;
}
#gift7 {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#note {
	font-size: 0.8em;
	margin-top: 12px;
	margin-left: 24px;
}
#footer {
	padding: 0px;
	clear: both;
	height: 36px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 0.8em;
	text-align: center;
	color: #666666;
}
.formStyle {
	font-size:0.8em;
	margin-left:16px;
}
