@charset "big5";
body {
	background-color: #000000;
	margin: 0px;
	scrollbar-face-color: #212121; /*捲軸顏色*/
	scrollbar-highlight-color: #404040; /*捲軸左與上內邊框*/
	scrollbar-shadow-color: #000000;/*捲軸右與下內邊框*/
	scrollbar-3dlight-color: #616161; /*捲軸左與上外邊框*/
	scrollbar-darkshadow-color: #000000;/*捲軸右與下外邊框*/
	scrollbar-arrow-color: #A1A1A1; /*捲軸箭頭*/
	scrollbar-track-color: #000000; /*捲軸底色*/
}
.text01 {
	font-family: "新細明體";
	font-size: 9pt;
	line-height: 18px;
	color: #eadbaf;
	letter-spacing: 1px;
}
.text02 {
	font-family: "新細明體";
	font-size: 9pt;
	line-height: 24px;
	color: #FFCC00;
	letter-spacing: 1px;
}
.text03 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}
a {
	color: #FFCC00;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif, "細明體", "新細明體";
	font-size: 9pt;
	text-decoration: none;
}
a:link {
	color:#FFCC00;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif, "細明體", "新細明體";
	font-size: 9pt;
}
a:visited {
	color:#FFCC00;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif, "細明體", "新細明體";
	font-size: 9pt;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Geneva, Arial, Helvetica, sans-serif, "細明體", "新細明體";
	font-size: 9pt;
}
.btn_input {
	font-family: "新細明體";
	font-size: 9pt;
	background-color: #333333;
	color: #CCCCCC;
	border: 1px solid #999999;
	height: 22px;
	text-align: center;
	width: 120px;
}
.textfield01 {
	background-color: #FFFFFF;
	border: 2px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 24px;
}
.textfield02 {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 22px;
}

