@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body {
	margin: 0; padding: 0;
	font: 14px normal Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
#WRAPPER {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/banner.jpg) no-repeat center top;
	padding-top: 250px;
}
#header .disclaimer {
	color: #999;
	padding: 230px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}
#CONTENT {
	background-color: #eeF;
	background-image: url(../images/lines.png) ;
/*	margin-left:175px; */
	min-height:500px;
	font-size:14px;
}
ul.content {
	margin-top:30px;
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
}
ul.content li {
	background-image: url(../images/li_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 10px 15px 10px 40px;
	min-height:50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ol.data {
	margin-top:30px;
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
}
ol.data li {
	padding: 10px 15px 10px 40px;
	list-style:decimal;
}
#CONTENT h4, #CONTENT p {
	padding:6px 20px 6px 20px;
	margin-left: 20px;
	font-size:14px;
}
#CONTENT h2 {
	font-size: 1.1em;
	font-weight:bold;
	line-height:30px;
}

.sch {
	font-weight:bold;
	font-size:15px;
	line-height:30px;
	color: #009;
}
/* ---- 頁尾 ---- */
#FOOTER {
	_width:100%;
	clear: both;
	background-color: #292C29;
}
#FOOTER h2, #FOOTER p {
	font-size: 14px;
	padding:5px 100px;
	font-family: Arial;
	color: #FFFFFF;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
