@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#fbf484;
}

img{
	border:0;
	vertical-align:bottom;
}

#top{
	width:auto;
	height:40px;
	background-color:#000000;
	}
#main{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fbf484;
	}
#footer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
.style1{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	}
.style2{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding:10px;
}
.a2 {
	color: #370061;
	font-family: Verdana, Arial, Helvetica, sans-serif,"微軟正黑體";
	font-size: 25px;
	font-weight: bold;
	line-height: 20px;
	padding:10px;
}
.a3 {
	font-family: "微軟正黑體";
	font-size: 12px;
	line-height: 20px;
	color: #004E0B;
	text-decoration: none;
}
.a4 {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 20px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.a5 {
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	font-family: "微軟正黑體";
	line-height: 22px;
}
.a6 {	
	font-size: 13px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 1;
}