@charset "UTF-8";

html, body, #wrap { height: 100%; }

body {
	overflow-x: hidden;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	height: 100%;
	border: none;
}

.com { ie fix for span a:hover span; }

/*-------------------滿版設定-------------------*/
body > #wrap {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	min-height: 100%;	
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#main {
	padding-bottom: 25px;
}

/*-------------------頁尾版權宣告-------------------*/
#footer {
	position: relative;
	margin: -25px 0 0 290px;
	height: 25px; 
	clear: both;
	z-index: 3;
}

#footer .copyright {
	width: 200px;
	height: 10px;
	background: url(../images/copyRight.png) top left no-repeat;
}

#footer .copyrightPage {
	width: 200px;
	height: 10px;
	background: url(../images/copyRightPage.png) top left no-repeat;
}

/*-------------------menu-------------------*/
#menuBg {
	position: fixed;
	_position: absolute;
	width: 268px;
	height: 100%;
	background: url(../images/leftBg.gif) repeat-y top left fixed;
	z-index: 4;
}

#menuBg .menuAll {
	width: 268px;
	margin: 100px 0 0 60px;
	cursor: pointer;
}

#menuBg .menuAll .menu {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat;
}

#menuBg .menuAll .menu:hover {
	background-position: -167px 0;
}

#menuBg .menuAll .menu_c {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat -167px 0;
}

#menuBg .menuAll .news {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat 0 -38px;
}

#menuBg .menuAll .news:hover {
	background-position: -167px -38px;
}

#menuBg .menuAll .news_c {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat -167px -38px;
}

#menuBg .menuAll .location {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat 0 -76px;
}

#menuBg .menuAll .location:hover {
	background-position: -167px -76px;
}

#menuBg .menuAll .location_c {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat -167px -76px;
}

#menuBg .menuAll .about {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat 0 -114px;
}

#menuBg .menuAll .about:hover {
	background-position: -167px -114px;
}

#menuBg .menuAll .about_c {
	width: 167px;
	height: 38px;
	background: url(../images/menu.png) no-repeat -167px -114px;
}

/*-------------------logo&slogan-------------------*/
#logo {
	position: fixed;
	_position: absolute;
	width: 420px;
	height: 100px;
	top: 0;
	right: 0;
	background: url(../images/logo.png) no-repeat top right;
	z-index: 3;
	cursor: pointer;
}

#slogan {
	position: fixed;
	_position: absolute;
	width: 415px;
	height: 54px;
	top: 470px;
	right: 0;
	background: url(../images/slogan.png) no-repeat;
	z-index: 3;
}

/*-------------------右下角(changeBtn)-------------------*/
#changeBtn {
	position: fixed;
	_position: absolute;
	width: 219px;
	height: 90px;
	top: 540px;
	right: 35px;
	z-index: 4;
	cursor: pointer;
}

#changeBtn .btn1{
	float: left;
	width: 73px;
	height: 90px;
	background: url(../images/changeBtn.png) no-repeat 0 0px;
}

#changeBtn .btn1:hover{
	background-position: 0 -90px;
}

#changeBtn .btn2{
	float: left;
	width: 73px;
	height: 90px;
	background: url(../images/changeBtn.png) no-repeat -73px 0;
}

#changeBtn .btn2:hover{
	background-position: -73px -90px;
}

#changeBtn .btn3{
	float: left;
	width: 73px;
	height: 90px;
	background: url(../images/changeBtn.png) no-repeat -146px 0;
}

#changeBtn .btn3:hover{
	background-position: -146px -90px;
}

.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.slidetabs {
	position: fixed;
	_position: absolute;
	width: 219px;
	height: 90px;
	top: 540px;
	right: 35px;
	z-index: 4;
	cursor: pointer;
}

.slidetabs .btn1{
	float: left;
	width: 73px;
	height: 90px;
	background: url(../images/changeBtn.png) no-repeat 0 0;
} 

.slidetabs .btn1:hover {
	background-position: 0 -90px;
}

.slidetabs .btn1.current {
	background-position: 0 -90px;    
} 

.slidetabs .btn2{
	float: left;
	width: 73px;
	height: 90px;
	background: url(../images/changeBtn.png) no-repeat -73px 0;
} 

.slidetabs .btn2:hover {
	background-position: -73px -90px;
}

.slidetabs .btn2.current {
	background-position: -73px -90px; 
} 

.slidetabs .btn3{
	float: left;
	width: 73px;
	height: 90px;
	background: url(../images/changeBtn.png) no-repeat -146px 0;
} 

.slidetabs .btn3:hover {
	background-position: -146px -90px;
}

.slidetabs .btn3.current {
	background-position: -146px -90px;   
} 

/*-------------------What's New-------------------*/
#whatsNew {
	position: fixed;
	_position: absolute;
	width: 545px;
	height: 200px;
	top: 490px;
	left: 48px;
	z-index: 4;
}

#whatsNew .pic{
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 10px;
	overflow: hidden;
}

#whatsNew .pic img{
	width: 200px;
	height: 200px;
}

#whatsNew .text{
	float: left;
	width: 145px;
	height: 51px;
	margin: 62px 0 63px 0;
	padding: 12px 0 12px 0;
	color: #3B3028;
	background: #FFF2E9;
}

/*#whatsNew .text .tc{
	display: inline-block;
	color: #464A4B;
	margin: 0 0 3px 0;
}

#whatsNew .text .en{
	display: inline-block;
	color: #3B3028;
	font-size: 12px;
}*/

#whatsNewTitle{
	position: fixed;
	_position: absolute;
	width: 545px;
	height: 200px;
	top: 552px;
	left: 413px;
	z-index: 4;
	background: url(../images/whatsNew.gif) no-repeat;
	cursor: pointer;
}

/*-------------------bottom(to location/everrich)-------------------*/
#everrichBtn {
	display: block;
	position: fixed;
	_position: absolute;
	width: 120px;
	height: 32px;
	bottom: 10px;
	right: 155px;
	background: url(../images/everrich.png) no-repeat;
	z-index: 4;
	cursor: pointer;
}

#locationBtn {
	display: block;
	position: fixed;
	_position: absolute;
	width: 120px;
	height: 32px;
	bottom: 10px;
	right: 35px;
	background: url(../images/everrich.png) no-repeat -120px 0;
	z-index: 4;
}

/*-------------------首頁換大圖-------------------*/
h2.content{
	position: absolute;
	width: 0px;
	height: 100%;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.img1{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
	overflow: hidden;
	background: url(../images/bg1.jpg) center no-repeat fixed;
}

.img2{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
	overflow: hidden;
	background: url(../images/bg2.jpg) center no-repeat fixed;
}

.img3{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
	overflow: hidden;
	background: url(../images/bg3.jpg) center no-repeat fixed;
}

/*-------------------slideShow-------------------*/
h4.centerImg {
	position: absolute;
	width: 0px;
	height: 100%;
	left: 0;
	z-index: 2;
	overflow: hidden;
	text-align: right;
}

h4.centerImg .slideShow{
	position: absolute;
	width: 325px;
	height: 100%;
	left: 268px;
}

h4.centerImg .slideShowSlogan{
	position: absolute;
	width: 325px;
	height: 60px;
	margin: 360px 0 0 268px;
	background: url(../images/slideShowSlogan.png) no-repeat;
}

/*-------------------location-------------------*/
h2.content .locationContent{
	position: absolute;
	width: 360px;
	top: 160px;
	left: 640px;
}

h2.content .locationContent .locationTitle{
	width: 160px;
	height: 24px;
	margin: 0 0 20px 0;
	background: url(../images/locationTitle.gif) no-repeat;
}

h2.content .locationContent p{
	margin: 10px 0 10px 0;
}

/*-------------------about-------------------*/
h2.content .aboutContent{
	position: absolute;
	width: 305px;
	top: 160px;
	left: 640px;
}

h2.content .aboutContent .aboutTitle{
	width: 160px;
	height: 24px;
	margin: 0 0 20px 0;
	background: url(../images/aboutTitle.gif) no-repeat;
}

h2.content .aboutContent .aboutDetail{
	line-height: 23px;
}

/*-------------------menu-------------------*/
h2.content .menuContent{
	position: absolute;
	width: 832px;
	left: 268px;
}

/*-------------------news-------------------*/
h2.content .newsContent{
	position: absolute;
	width: 350px;
	top: 130px;
	left: 650px;

}

h2.content .newsContent .newsListPanel{
	width: 350px;
	height: 380px;
}

h2.content .newsContent .newsListPanel b{
	display: inline-block;
	width: 330px;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	overflow: hidden;
}

h2.content .newsContent .newsListPanel p{
	width: 330px;
	height: 50px;
	margin: 10px 0 25px 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 17px;
	overflow: hidden;
}

h2.content .newsContent .newsListPanel a{
	color: #000;
	text-decoration: none;
}

h2.content .newsContent .newsListPanel a:hover{
	color: #FFF;
	background-color: #000;
}

/*-------------------news_detail-------------------*/
h2.content .newsContent .newsDetailPanel{
	width: 360px;
	height: 440px;
}

h2.content .newsContent .newsDetailPanel b{
	display: inline-block;
	width: 330px;
	font-size: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 1px;
	overflow: hidden;
}

h2.content .newsContent .newsDetailPanel p{
	width: 330px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 17px;
	overflow: hidden;
}

h2.content .newsContent .newsDetailPanel p.img{
	width: 330px;
	height: 240px;
	overflow: hidden;
}

h2.content .newsContent .newsDetailPanel p.img img{
	width: 330px;
	height: 240px;
}

h2.content .newsContent .newsDetailPanel ul{ list-style-type: disc; margin: 0 0 0 20px; }
h2.content .newsContent .newsDetailPanel ol{ list-style-type: decimal; margin: 0 0 0 20px; }
h2.content .newsContent .newsDetailPanel strong{ font-weight:bold; }

h2.content .newsBtn{
	width: 360px;
	height: 90px;
	margin: 70px 0 0 0;
}

h2.content .newsBtn .close{
	display: inline-block;
	float: left;
	width: 30px;
	height: 29px;
	cursor: pointer;
	background: url(../images/newsBtn.gif) no-repeat;
	overflow: hidden;
}

h2.content .newsBtn .prev{
	display: inline-block;
	float: right;
	width: 65px;
	height: 29px;
	cursor: pointer;
	background: url(../images/newsBtn.gif) no-repeat -30px 0;
	overflow: hidden;
}

h2.content .newsBtn .next{
	display: inline-block;
	float: right;
	width: 65px;
	height: 29px;
	cursor: pointer;
	background: url(../images/newsBtn.gif) no-repeat -95px 0;
	overflow: hidden;
}

#menuBg .menuAll .newsList {
	width: 196px;
	margin: 5px 0 10px 0;
}

#menuBg .menuAll .newsList b{
	display: block;
	height: 12px;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px solid #FFF2E9;
}

#menuBg .menuAll .newsList a{
	display: block;
	height: 12px;
	padding: 3px;
	font-size: 11.5px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #FFF2E9;
}

#menuBg .menuAll .newsList .bgColor1{
	margin: 0;
	background: #E67010;
}

#menuBg .menuAll .newsList .bgColor2{
	margin: 0;
	background: #F7CBA4;
}

/*-------------------scheduleFlash-------------------*/
#schedule {
	position: fixed;
	_position: absolute;
	width: 167px;
	height: 75px;
	padding: 15px 0 0 15px;
	*padding: 12px 0 0 15px;
	top: 545px;
	left: 85px;
	z-index: 4;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	background: url(../images/scheduleFlash.png) no-repeat;
}

#schedule span{
	float: left;
	letter-spacing: 4px;
}

#schedule img{
	float: left;
	margin: 0;
	padding: 0;
}

#memo {
	position: fixed;
	_position: absolute;
	width: 180px;
	height: auto;
	padding: 5px 5px 5px 20px;
	top: 555px;
	left: 268px;
	z-index: 4;
	background: #FFF2E9;
	list-style-type: disc;
	color: #000;
}

#memo li{
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

/*-------------------loading-------------------*/
#loading { 
    position: fixed;
	_position: absolute; 
	width: 100%; 
	height: 100%;
	z-index: 3;
	background: #FFF;
}

.loader { 
    position: fixed;
	_position: absolute;
	width: 31px; 
	height: 31px;
	margin: -15px 0 0 -15px;
	left: 50%; 
	top: 50%; 
	z-index: 3;
} 