@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-position: center 40px;
	margin:0px;
	font-family: "微軟正黑體";
}
#main {
	background-image:url(images/tabbg.jpg);
	background-repeat:repeat-y;	
	background-position:center top;
	overflow:hidden;
}
#mainTop {
	background-image:url(images/topbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
}
#navis {
	width:990px;
	text-align: center;
	padding-top:370px;
}
#left {
	float:left;
	width:685px;
	margin-left:80px;
	margin-top:30px;
	padding-bottom:30px;
}
#links {
	float:left;
	margin-top:30px;
}
a:hover {
	text-decoration: none;
}
.tit {
	background-image: url(images/tit.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-family: "微軟正黑體";
	font-size: 22px;
	color: #FFCC99;
	width: 630px;
	float:left;
	padding-left: 22px;
	padding-bottom: 30px;
}
.txt1 {
	font-family: "微軟正黑體";
	font-size: 17px;
	color: #FFF;
	line-height:30px;
}
.txt2 {
	font-family: "微軟正黑體";
	font-size: 17px;
	color: #FF0;
}
.txt3 {
	font-family: "微軟正黑體";
	font-size: 17px;
	color: #00FFFF;
}
.txt4 {
	font-family: "微軟正黑體";
	font-size: 17px;
	color: #CC0000;
}
.tabT1 {
	font-family: "微軟正黑體";
	font-size: 17px;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}