@charset "utf-8";
/* CSS Document */
#center_menu {/* 頁首設定 */
	font-family: "新細明體";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 30px;
}
#center_menu li{/* 頁首設定 */
	display:inline;
	list-style-type:none;
	margin:0 10px;
}

#center_menu a:link {
	color: #666666;
	text-decoration: none;
}
#center_menu a:visited {
	text-decoration: none;
	color: #666666;
}
#center_menu a:hover {
	text-decoration: none;
	color: #666666;
}
#center_menu a:active {
	text-decoration: none;
	color: #663366;
}

