<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#header {
	height: 102px;
	width: 1076px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
#header #logo {
	float: left;
	height: 102px;
	width: 298px;
}
#header #sign {
	color: #F90;
	font-size: 12px;
	width: 778px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sign ul li {
	display: block;
	list-style-type: none;
	float: right;
	padding-right: 15px;
}

#sign ul li a {
	color: #CCC;
	text-decoration: none;
	display: block;
}
#sign ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#header #nav {
	float: left;
	width: 778px;
	color: #FFF;
	font-family: "微軟正黑體", Tahoma, SimHei, "Microsoft YaHei", "MS PGothic",  sans-serif;
	font-size: 26px;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li {
	float: left;
	list-style-type: none;
	width: 155px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #F90;
}
#sign ul {
	margin: 0px;
	padding: 0px;
}
#header #nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#nav ul li a:hover {
	color: #F90;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
</pre></body></html>