/*  ================================================================================
 * 2016 Gamania Digital Entertainment Co., Ltd. All Rights Reserved.
================================================================================  */
/* CSS Document */
ul, il{
	list-style-image: none;
	list-style-type: none;}	

html {	overflow-x: hidden;}
*, body, html {
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
a {
 text-decoration: none;
 outline: none; /* for Firefox */
 outline: medium none;
}
	
a:visited {
	background: none;
	font-weight: normal;
	}
.ie6 img {	width:100%;}
/*---------------------------------------------*/
/*img{height: auto; width: 100%; border:0px; margin:0px; padding:0px;}	*/

body{
	font-family: "微軟正黑體";
	font-size: 16px;
	background-color: #1f1810;
	background-image:url(../img/index_bg0.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

.bg, #bg1, #bg2, #bg3{
	width: 100%;
	height: 836px;
	background-repeat: no-repeat;
	background-position: center -40px;
	position: absolute;
	left:50%;
	top:40px;
	margin-left:-50%;
}
.bg{z-index: 1;background-image: url(../img/index_bg.jpg);}
#bg1{z-index: 5;background-image: url(../img/index_bg1.jpg);opacity:0;}
#bg2{z-index: 4;background-image: url(../img/index_bg2.jpg);opacity:0;}
#bg3{z-index: 3;background-image: url(../img/index_bg3.jpg);opacity:0;}
/*--------------------------------------------------------------*/
.logo{
	display: block;
	width: 241px;
	left:50%;
	margin-top:20px;
	position: absolute;
	z-index: 99;
	margin-left:-120px;
}

.btn{
	width: 505px;
	height: 293px;
	position: absolute;
	z-index: 99;
	left:50%;
	margin-left:-260px;
	margin-top:120px;
	/*cursor: pointer;*/
	}
.btn a{
	display:block;
	width: 505px;
	height: 293px;
	}	
/*.btn a.btn1{background-image: url(../img/btn.png);}*/
.btn a.btn2{background-image: url(../img/btn_2.png);opacity: 0;}
/*----------------------------------------------------*/	 
footer{
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 20px;
	background-color: #000000;
	padding-bottom: 10px;
	position: absolute;
	z-index:999;
	left:50%;
	margin-left: -50%;
	top: 850px;
}

.inner{
	margin-top: -28px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 27px;
	background-image: url(../img/footer-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index:999;
	}
