@charset "utf-8";
/* CSS Document */

html {
	/*overflow: scroll;*/
	/*overflow: -moz-scrollbars-vertical;  Firefox先行安裝的值*/
	overflow-x: scroll;  /*解決Firefox中橫滾軸列無法顯示的問題*/
}
body {
	margin:0px;
	padding:0px;
}
#wrapper {
	text-align:center;
	position:relative;
	background-position:center 64px;
	background-repeat:repeat-x;
}
#header {
	width:980px;
	height:60px;
	margin:auto;
	position:relative;
	text-align:left;
	z-index:15000;
}
#logo {
	position:absolute;
	left:30px;
	top:12px;
}
#stay {
	position:absolute;
	top:16px;
	right:310px;
}
#stay td {
	font-size: 11px;
}
#stay td.separator {
	color:#323232;
	padding:0 10px;
	font-size:11px;
}
#stay td a{
	color:#323232;
	word-break:keep-all;
	white-space:nowrap;
	font-size: 11px;
	font-family:  Arial,Verdana,"細明體", "新細明體","MingLiU";
}
#stay td a:hover{
	color:#006a73;
}
/*
#stay td#home a{
	background-image:url(../images/icon_home.png);
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:18px;
}
#stay td#sitemap a{
	background-image:url(../images/icon_sitemap.png);
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:18px;
}
*/
#searchBlock {
	position:absolute;
	top:2px;
	right:8px;
	z-index:3000;
}
#search {
	position:absolute;
	right:18px;
	width:151px;
	height:22px;
	top: 18px;
}
#search form {
	padding:0;
	margin:0;
}
#search div.inputFrame {
	width:125px;
	height:18px;
	float:left;
}
#search div.inputFrame div.left {
	background-image:url(../images/bg_frame_left.gif);
	background-repeat:no-repeat;
	width:4px;
	height:18px;
	float:left;
}
#search div.inputFrame div.center {
	background-image:url(../images/bg_frame_center.gif);
	background-repeat:repeat-x;
	width:117px;
	height:17px;
	*height:18px;
	padding-top:1px;
	*padding-top:0px;
	float:left;
}
#search div.inputFrame div.right {
	background-image:url(../images/bg_frame_right.gif);
	width:4px;
	height:18px;
	float:left;
	background-repeat:no-repeat;
}
#search div.inputFrame div.center input {
	border:0;
	width:117px;
	height:14px;
	line-height:14px;
	font-size:11px;
	color:#323232;
}
#search div.btnFrame {
	float:left;
	margin-left:6px;
	width: 18px;
}
#search div.btnFrame input {
	width:18px;
	height:18px;
	background-image:url(../images/btn_search.gif);
	background-repeat:no-repeat;
	border:0;
	cursor: pointer;
}
#language {
	position:absolute;
	width:124px;
	height:18px;
	right:176px;
	top: 18px;
	z-index: 15000;
	cursor: pointer;
}
#language div.left {
	background-image:url(../images/bg_frame_left.gif);
	width:4px;
	height:18px;
	float:left;
	background-repeat:no-repeat;
}
#language div.center {
	background-image:url(../images/bg_frame_center.gif);
	width:99px;
	height:17px;
	*height:18px;
	padding:1px 0 0 6px;
	*padding:0px 0 0 6px;
	line-height:18px\9;
	*line-height:19px;
	float:left;
	background-repeat:repeat-x;
	overflow:hidden;
	font-size:11px;
	color: #323232;
}
body:nth-of-type(1) #language div.center{line-height:16px;} /* Chrome、Safari支持 */
#language div.right {
	background-image:url(../images/bg_language_frame_right.gif);
	width:15px;
	height:18px;
	float:left;
	background-repeat:no-repeat;
	cursor: pointer;
}
#language div#languageSelect {
	position:absolute;
	left:0px;
	top:18px;
	border:solid 1px #DDDDDD;
	border-top:0px;
	width:122px;
	background-color:#FFF;
	padding:5px 0px;
	z-index:5000;
}
#language div#languageSelect div {
	color:#006a73;
	padding:0 10px;
	font-size:11px;
}
#language div#languageSelect div:hover {
	background-color:#24a4ba;
	color:#fff;
}

#navigationBlock {
	height:34px;
	position:relative;
	width:980px;
	margin:auto;
	z-index:6000;
}
#navigation {
	position:absolute;
	right:0px;
	z-index:5000;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation ul li {
	float:left;
	position:relative;
	text-align:center;
	left:0;
}
#navigation ul li div.l1{
	height:28px;
	padding:0 20px;
	margin:4px 0 0;
}
#navigation ul li div.last{
	margin-right:0;
}
#navigation ul li div.this a{
	/*line-height:25px;
	*height:20px;*/
	font-weight:bold;
	font-size:14px;
}
#navigation ul li div.l1 a {
	color:#fff;
	font-weight:bold;
	position:relative;
	display:block;
	height:24px;
	padding-top:4px;
	line-height:20px;
	height:23px\9;
	padding-top:5px\9;
	font-size:14px;
	overflow:hidden;
}
#navigation ul li:hover div.l1 div.left,
#navigation ul li div.this div.left
{
	background-image:url(../images/bg_navigation_left.png);
	background-repeat:no-repeat;
	background-position:left 0;
	width:4px;
	height:27px;
	position:absolute;
	left:-4px;
	top:0;
}
#navigation ul li:hover div.l1 div.right,
#navigation ul li div.this div.right
{
	background-image:url(../images/bg_navigation_right.png);
	background-repeat:no-repeat;
	background-position:right 0;
	width:4px;
	height:27px;
	position:absolute;
	right:-4px;
	top:0;
}
#navigation ul li div.this{*float:left;}
#navigation ul li:hover div.l1,
#navigation ul li div.this
{
	position:relative;
	background-image:url(../images/bg_navigation_select.png);
	background-repeat:repeat;
}
#navigation ul li:hover div.l1 a,
#navigation ul li div.this a
{
	color:#308080;
	/*padding:0 0 8px;
	*padding:0 0 24px;*/
}
#navigation ul li ul.u2
{
	display:none;
}
#navigation ul li:hover ul.u2
{
	display:block;
}
#navigation ul li ul {
	position:absolute;
	left:0;
	top:32px;
	z-index:10000;
	padding-top:9px;
	background-image:url(../images/bg_navigation_select.png);
	background-repeat:repeat;
}
#navigation ul li ul li {
	float:left;
	position:relative;
	width:100%;
}

#navigation ul li ul li div.l2 {
	position:relative;
	/*height:36px;*/
	width:100%;
}
#navigation ul li ul li div.l2 div{
	float:left;
	/*height:36px;*/
	position:relative;
}
#navigation ul li ul li div.l2 div.left {
	width:5px;
	height:36px;
	position:absolute;
	left:-4px;
	z-index:1000;
}
#navigation ul li ul li div.l2:hover div.left {
	background-image:url(../images/bg_navigation_2nd_left.png);
	background-repeat:no-repeat;
	width:5px;
	height:36px;
	position:absolute;
	left:-4px;
	z-index:1000;
}
#navigation ul li ul li div.l2 div.center {
	text-align:left;
	/*padding-right:12px;*/
	display: table;
	width:100%;
}
#navigation ul li ul li div.l2 div.center a {
	color:#666;
	font-size:12px;
	word-break:keep-all;
	white-space:nowrap;
	height:36px;
	/*line-height:22px;*/
	min-width:120px;
	*min-width:150px;
	line-height:36px;
	display: table-cell;
	*display:inline-block;
	padding:0 10px;
}
#navigation ul li ul li div.l2:hover div.center a {
	color:#e54700;
	font-weight:bold;
	background-image:url(../images/bg_navigation_2nd_center.png);
	background-repeat:repeat-x;
	height:36px;
	line-height:36px;
}
#navigation ul li ul li div.l2:hover div.center{
	/*background-color:#a5334c;*/
}
#navigation ul li ul li div.l2 div.right {
	width:12px;
	height:36px;
	position:absolute;
	right:0px;
	z-index:1000;
}
#navigation ul li ul li div.l2:hover div.right {
	/*background-image:url(../images/bg_navigation_2nd_right.png);
	background-repeat:no-repeat;
	background-position:left 0;*/
	width:12px;
	height:36px;
	position:absolute;
	right:0px;
	z-index:1000;
}


#container {
	width:980px;
	margin:auto;
	text-align:left;
	position:relative;
	/*top:-62px;*/
	top:-86px;
}
#wrapper_footer {
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding: 8px 0 0 0;
	position:relative;
	top:-50px;
}

#footer {
	width:980px;
	text-align:center;
	margin:auto;
	position:relative;
	height:59px;
}
#footer div#quick {
	color:#4e6b97;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	position: relative;
}
#footer div#quick a {
	color:#006a73;
	font-size:11px;
}
/*
#footer div#quick img {
	margin:0;
	padding:0;
	position:relative;
	top:3px;
	left:0;
	border: 0;
}
*/
#footer div#copyright {
	color:#666;
	display: inline-block;
	font-family:  Verdana,Arial,"細明體", "新細明體","MingLiU";
	font-size:11px;
}
.clear {
	clear:both;
}
