#top {
	background-color: #031B6B;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 35px;
}
#top a img {
	display: block;
	height: 13px;
	width: 72px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top_02 {
	height: 70px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(../images/logo.png);
	float: left;
	height: 70px;
	width: 270px;
	background-repeat: no-repeat;
	background-position: center center;
}
#logo a {
	display: block;
	height: 70px;
	width: 270px;
}

#menu {
	float: right;
	height: 70px;
	font-family: "微軟正黑體";
	width: 500px;
	font-size: 15px;
}
#menu a {
	text-decoration: none;
	color: #333;
	display: block;
	float: left;
	margin-top: 34px;
	background-image: url(../images/menu_line.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
#menu a:link {
	color: #333;
}
#menu a:visited {
	color: #333;
}
#menu a:hover {
	color: #0C60BE;
}
#menu a:active {
	color: #333;
}
#top_pic {
	height: 240px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
