@charset "big5";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	background-color: #ebebeb;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-color: #EBF7F9;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	position:absolute;
	top:-9999px;
	width:300px;
	font-size: 10px;
}
#header {
	margin: 0px;
	height: 50px;
	border-bottom:1px #e7d8bb solid;
	background-color: #FFFFFF;
}
/*  導覽列  */
#subNav {
	margin:0;
	padding:0;
	list-style:none;
	width:750px;
	height:48px;
	float:right;
	font-size: 0.8em;
}
#subNav a{
	display:block;
	width:104px;
	text-align:center;
	float:left;
	text-decoration:none;
}
#subNav a .ch{
	color:#003366;
}
#subNav a .en{
	color:#339999;
}
#subNav a:hover .ch{
	color:#339999;
}
#subNav a:hover .en{
	color:#003366;
}
#subNav a:hover {border:none;}
#subNav li{
	float:left;
	border-left: 1px solid #aeaeae;
	margin-top:6px;
	padding-top:4px;
	padding-bottom:2px;
}
/*上面大圖區*/
#main {
	margin: 0px;
	padding: 0px;
}

#title {
	margin-left:290px;
	width:710px;
}
/*表單*/
#formGift {
	margin: 0px;
}
form {
	margin:0px;
	padding:0px;
	font-size:12px;
	color: #ffffff;
}
form ol { margin:0px; padding:0; list-style-type: none;}
form li { padding-bottom:1px;}
form label {margin-right:3px;}
fieldset.submit {
	border:0 none #FFFFFF;
	float:none;
	clear:left;
	width:auto;
	text-align:center;
	margin-top: 6px;
}
.text { height:18px;}

/*九大課程*/
#classList {
	margin:0px;
	clear:both;
	background: url(images/h3_class.gif) no-repeat center 8px;
}

#gift7 {
	padding: 0px;
	margin: 0px;
	height: 260px;
	background:url(images/gift7.jpg) no-repeat center;
}

#footer {
	padding: 0px;
	margin-top:10px;
	margin-left:20px;
	height:84px;
	font-size: 0.7em;
	color: #666666;
}
#note {
	float:left;
	width: 640px;
	text-align: left;
}
#copyright {
	float:right;
	width: 280px;
	text-align: left;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-top:12px;
	height: 64px;
}
