@charset "utf-8";
/* CSS Document */
/*-----語言列-----*/
.lagH a[title="簡體"] {
	background:url(../../images/btn_lag02.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	color:#FFF;
	line-height:50px;
	text-align:center;
}

.lagH a[title="繁體"] {
	background:url(../../images/btn_lag01.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	margin-right:8px;
}

.lagH a[title="簡體"]:hover {
	background:url(../../images/btn_lag02.png) 0 100% no-repeat;
}

.lagH a[title="繁體"]:hover {
	background:url(../../images/btn_lag01.png) 0 100% no-repeat;
}

/*-----首頁語言列-----*/
.index .lagH a[title="簡體"] {
	background:url(../../images/btn_lag02.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	color:#FFF;
	line-height:50px;
	text-align:center;
}

.index .lagH a[title="繁體"] {
	background:url(../../images/btn_lag01.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	margin-right:15px;
}

.index .lagH a[title="簡體"]:hover {
	background:url(../../images/btn_lag02.png) 0 100% no-repeat;
}

.index .lagH a[title="繁體"]:hover {
	background:url(../../images/btn_lag01.png) 0 100% no-repeat;
}
/*-----內頁選單-----*/
#navMenu li#menu_1367 {
	width:218px;
}

#navMenu li#menu_1371 {
	padding-right:2px;
}
/*-----首頁選單-----*/
.index #navMenu li#menu_1367{
	width:220px;	
}

.index #navMenu li#menu_1371 {
	padding-right:1px;
}