@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: "微軟正黑體";
}
.mainBG {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
}
#left {
	float:left;
}
#links {
	margin-bottom: 10px;
	float:left;
}
#tit {
	float:left;
	width: 630px;
	height: 60px;
	font-family: "微軟正黑體";
	font-size: 24px;
	font-weight: bold;
	color: #FF0;
	background-image: url(images/tit1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-top: 10px;
}
#content {
	width: 660px;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}
.t1 {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #461600;
	background-color: #FFDCB9;
	letter-spacing: 1px;
	padding-left: 8px;
	margin-right: 10px;
}
.t2 {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}
.t3 {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 25px;
	color: #461600;
}

/*----------------------------------------------------選單navi--------------------------------------------------------------------------------------------*/
#navi{
	margin:0 auto;
	width:850px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	float: left;
}
li a {
	display: block;
	width: 170px;
	height: 70px;
	background-image: url(images/navibg.jpg);
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	padding-top: 17px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "微軟正黑體";
}
li a:hover {
	background-image: url(images/navibg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FF0;
}
