@charset "utf-8";
/* CSS Document */
@import "text.css";
@import "header.css";
@import "index.css";
@import "content.css";
@import "footer.css";


html {
	scrollbar-face-color: #669900; /*捲軸顏色*/
	scrollbar-highlight-color: #669900; /*捲軸左與上內邊框*/
	scrollbar-shadow-color: #669900;/*捲軸右與下內邊框*/
	scrollbar-3dlight-color: #669900; /*捲軸左與上外邊框*/
	scrollbar-darkshadow-color: #669900;/*捲軸右與下外邊框*/
	scrollbar-arrow-color: #ffffff; /*捲軸箭頭*/
	scrollbar-track-color: #dddddd; /*捲軸底色*/
	height: 100%;
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #F2F2CC;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體";
	color: #666666;
	font-size: 12px;
}

.flashSubstitute {
	display: none;
}
.floatclear {
	clear: both;
}
