@charset "UTF-8";
/* CSS Document */

body,div,ul,ol,li,h1,p {
	margin:0;
	padding:0;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif, '微軟正黑體';
}

img {border:0}

/**/
.wrapper {
	margin: 0 auto;
	padding:0;
}
.nav {
	width:960px;
	height:auto;
	margin:auto;
}
.topbox {
	width:960px;
	height:70px;
	margin:auto;
}
.box-l {
	float:left;
}
.box-r {
	float:right;
}
.footer {
	width:960px;
	height:70px;
	font-size:12px;
	line-height:20px;
	background:url(../Images/tw/footerBG.gif) repeat-x top;
}
.footer a {
	color:#06C;
	text-decoration:none;
}
.footer a:hover {
	text-decoration: underline;
}
.end {clear:both;}

/*menu*/
.link {
	font-size:12px;
	text-align:right;
	height:20px;
	color:#069;
	padding:5px 5px 0 0;
}
.link a {
	color:#069;
	text-decoration:none;
}
.link a:hover {
	text-decoration:underline;
}
.menubox {
	width:790px;
	height:30px;
	padding-top:15px;
	background:url(../Images/tw/menubg.png) no-repeat bottom;
}
.menu {
	padding:5px 0 0 30px;
	font-family: Arial, Helvetica, sans-serif, '微軟正黑體';
}
.menu ul {
	list-style:none;
}
.menu li {
	margin:0 2px;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	float:left;
	list-style:none;
	display:block;
	width:146px;
	text-align:center
}
.menu li a {
	font-size:15px;
	color:#FFF;
	text-decoration:none;
}
.menu li a:hover {
	color: #ffc600;
	text-decoration:none;
}



