@charset "utf-8";

body {
	font-family: "LiHei Pro",Helvetica, "新細明體", Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu {
	width: 990px;
	position: absolute;
	top: 18px;
	left: 0px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	height: 18px;
}
#menulist {
	width: 650px;
	text-align: center;
}
#menulist .line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 1px;
}

div.copyright {
	font-size: 11px;
	text-align: center;
	vertical-align: text-top;
	line-height: 22px;
	height: 25px;
	position: absolute;
	width: 990px;
	top: 48px;
	left: 0px;
}

