@charset "utf-8";
body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "細明體", "新細明體";
	font-size: 100%;
	line-height: 10px;
}
#head {
	height: 820px;
	width: auto;
	clip: rect(0px,auto,auto,auto);
	overflow: hidden;
}
.style2 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.text-12 {
	font-size: 13px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	background-color: #F96;
	text-align: center;
}
.text-12b {	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #3E3E3E;
	text-decoration: none;
	font-weight: normal;
}
.text-13r {
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	background-color: #EAEAEA;
	text-align: center;
}
.text-13w {	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	font-weight: bold;
}
