

/*-- 滑出 Menu 使用 --*/
#top-bar {
	background: url("../images/JQMenu_Bar50px.jpg") center top no-repeat;
	width: 100%;
	height: 50px;
	position: fixed;
	top: -65px;
	z-index: 999;
	 /* CSS3 陰影*/
	-webkit-box-shadow: 0px 8px 15px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 8px 15px rgba(0,0,0,.6);
	box-shadow: 0px 8px 15px rgba(0,0,0,.6); 
}

#menu {
/*	width: 900px; */
	margin: 0 auto; 
	line-height:50px;
	text-align: center;
}

#menu b, #menu a {
	color:#fff; 
	padding: 0 35px;

}


/*-- 滑出 Menu TypeB 使用 --*/
#top-bar-TypeB {
	background: url("../images/JQMenu_Bar.jpg") center top no-repeat;
	width: 100%;
	height: 70px;
	position: fixed;
	top: -85px;
	z-index: 999;
	 /* CSS3 陰影*/
	-webkit-box-shadow: 0px 8px 15px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 8px 15px rgba(0,0,0,.6);
	box-shadow: 0px 8px 15px rgba(0,0,0,.6); 
}

#menuB {
/*	width: 900px; */
	margin: 0 auto; 
	line-height:50px;
	text-align: center;
}

#menuB b, #menuB a {
	color:#fff; 
	padding: 0 35px;

}

.guideInMenuB {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 0 0 0 180px;
	font-size: 11px;
	color: #8e9aa3
}

.guideInMenuB>a {
	color: #8e9aa3;
}

.guideInMenuB>a:hover {
	color: #d4a281;
}




/*-- 首頁置頂輪撥圖 使用 --*/
.cgPic {
	width: 1000px;
	height: 390px; 
	position: absolute;
	z-index: 0; 		
	opacity: 0;
	float: left;
	overflow: hidden;		
/*	display: none;	*/
}



/*-- LightBox 自製 --*/
.pdt_Box {
	background: rgba( 0,0,0,.6 );
	width: 100%;
	height: 100%;
	position: fixed;
	top: -2160px;
	z-index: 800;
	text-align: center;
}

.pdtContent {
	background: #fff;
	width: 800px;
	height: 550px;
	margin: 120px auto 0;
	padding: 10px;
	border-radius: 10px;
}

.pdtPicBox {
	width: 800px;
	height: 550px;
	overflow: hidden;
}

.pdtPicArea {
	width: 800px;
	height: 1650px;
	margin: 0px 0 0 0;
}




