@charset "utf-8";
*{
	height: 100%;
	margin: 0px;
	padding: 0px;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", Arial;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}








.bg {
	background-image: url(../images/17862175%5D2G59.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	min-height: 600px;
	min-width: 1000px;
	overflow: hidden;
	background-size: cover;
}
.bg #pillar {
	height: 100%;
	width: auto;
	min-height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 800;
}
.bg #pillar img {
	height: 100%;
	width: auto;
}
.bg #templo {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 35% center;
	height: 100%;
	width: 100%;
	min-height: 600px;
	background-size: auto 85%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 600;
}
.bg #texttitle {
	width: 199px;
	position: absolute;
	height: 600px;
	top: 7%;
	right: 10%;
	z-index: 780;
}

.bg #texttitle div,.bg #texttitle div img {
	height: auto;
	width: 100%;
}
.bg #texttitle div {
	position: absolute;
	left: 0px;

}

.bg #texttitle div:nth-child(1) {
 top:0;
 
}
.bg #texttitle div:nth-child(2) {
 top:100px;
}
.bg #texttitle div:nth-child(3) {
 top:200px;
}
.bg #texttitle div:nth-child(4) {
 top:300px;
}
.bg #texttitle div:nth-child(5) {
 top:400px;
}
.bg #texttitle div:nth-child(6) {
 top:500px;
}
.bg #footer {
	width: 100%;
	position: absolute;
	height: auto;
	left: 11px;
	bottom: 0px;
	padding-bottom: 10px;
	z-index: 1200;
	background-size: cover;
}
.bg #footer div {
	font-size: 11pt;
	line-height: 20pt;
	color: #000;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.bg #footer div span {
	display: block;
}
.bg #light {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0px;
	right:0px;
	z-index: 760;
		opacity:0.3;
			-webkit-transform:  rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform:  rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
		-webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
    transition: all 2s linear;
}
.bg #light.stay {
	position: absolute;
	height: 100%;
	width: auto;
	top: -50px;
	right: 0px;
	z-index: 760;
		opacity:0.8;
	-webkit-transform:  rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform:  rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
		-webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
    -ms-transition: all 2.5s linear;
    transition: all 2.5s linear;
}
.bg #light img {
	height: 100%;
	width: auto;
}
.bg a.enter {
	font-size: 18pt;
	line-height: 24px;
	color: #C00;
	position: absolute;
	right: 40px;
	bottom: 40px;
	height: 24px;
	width: auto;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border: 2px solid #C00;	
	display:block;
	border-radius:20px;
	z-index:3000;
}
.bg a.enter:hover {
	color: #FFF;
	background-color: #C00;	
	
}
#indexmemu {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
#indexmemu .index_menubar {
	z-index: 1200;
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#indexmemu .index_menubar ul {
	display: table;
	width: auto;
	margin-top: 20px;
	list-style-type: none;
	height: auto;
}
.bg #indexmemu .index_menubar ul li {
	white-space: nowrap;
	float: left;

}
#indexmemu .index_menubar ul li a {
	font-size: 12pt;
	line-height: 20pt;
	color: #333;
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	white-space: nowrap;

}

#indexmemu .index_menubar ul li a:before {
	content:"│";
	float:left;
	color:#999;
	margin-right:10px;
	font-size: 11pt;
	line-height: 20pt;

}
#indexmemu .index_menubar ul li:first-child a:before {
	content:"";
	float:left;


}
