#top_pic {
	height: 306px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_pic.jpg);
}
#top_pic a {
	height: 306px;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#menu_box {
	vertical-align: bottom;
	background-image: url(../images/top_pic02.jpg);
	width: 1000px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
}
#group {
	float: left;
	height: 34px;
	width: 85px;
	line-height: 44px;
	margin-left: 10px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
}
#menu_box #menu {
	width: 899px;
	font-family: "微軟正黑體";
	float: left;
	height: 44px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-position: right;
}
#menu_box #menu a {
	display: block;
	float: left;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	padding-right: 24px;
	padding-left: 25px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menu_box #menu a:link {
	color: #000000;
}
#menu_box #menu a:visited {
	color: #000000;
}
#menu_box #menu a:hover {
	color: #3E3C82;
}
#menu_box #menu a:active {
	color: #3E3C82;
}
