@charset "big5";
/* footer */
.footer-wrap {
	position: relative;
	z-index:10010;
	font-size:12px;
	line-height:1.2em;
	font-family: Verdana, "·s²Ó©úÅé";
	font-weight:normal;
	background-color: #FFFFFF;
	background-image: url("/images/bg-footer.png");
	background-repeat: repeat-x;
	text-align:center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #88bcfd;
}
.footer-wrap ul {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
.footer-wrap .footer-content h2 {
	display:none;
}
.footer-wrap .footer-content {
	position:relative;
	width:960px;
	margin:0 auto;
	overflow: hidden;
	height:60px;
}
.footer-wrap .footer-content li {
	float:left;
	margin:10px 0;
	padding:0 10px;
	color:#666;
	background-image:url(/images/bg-footer-line.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.footer-wrap .footer-content li.footer-copyright {
	background:none;
}
.footer-wrap .footer-content a,
.footer-wrap .footer-content a:visited {
	color:#666;
	text-decoration:none;
}
.footer-wrap .footer-content img {
	border-width: 0px;
}
.footer-wrap .footer-content a:hover {
	color:#f77d13;
}
.footer-wrap .footer-logo {
	position:absolute;
	top:7px;
	right:5px;
}
.footer-wrap .footer-logo span {
	position:absolute;
	text-indent:-9999px;
}
.clearfix {
	zoom:1
}
.clearfix:after {
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
