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


body {
	behavior:url(../style/csshover.htc) /*ie hover*/
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體", "細明體";
	color: #333333;
	height: 100%;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	font-style: normal;
	background-color: #000000;
}
.flashSubstitute {
	display: none;
}

html {
	scrollbar-face-color: #333333; /*捲軸顏色*/
	scrollbar-highlight-color: #333333; /*捲軸左與上內邊框*/
	scrollbar-shadow-color: #333333;/*捲軸右與下內邊框*/
	scrollbar-3dlight-color: #333333; /*捲軸左與上外邊框*/
	scrollbar-darkshadow-color: #333333;/*捲軸右與下外邊框*/
	scrollbar-arrow-color: #ffffff; /*捲軸箭頭*/
	scrollbar-track-color: #eeeeee; /*捲軸底色*/
	height: 100%;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.floatclear {
	clear: both;
}

.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
