@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
	font-family: "cwTeXHei", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif; 
}

body{
	background-color: #000;
}

#wrapper{
	/* position: relative;*/
    margin:0 auto;
	/* width: 1400px;
	height: 1500px; */
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
#wrapper img{
	width: auto;
	height: 100%;
}

.top{
	position:absolute;
	top:1050px;
	left: 680px;
	/*margin:1070px auto 0;*/
	/*width: 640px;*/
	height: 80px;
}

.home{
	position:absolute;
	background:url(../images/home.png) top center no-repeat;
	width: 158px;
	height: 75px;
	margin: 0 0 0 0; 
	text-indent:-9999px;
}

.home:hover{
	background:url(../images/home_r.png) top center no-repeat;
}

.member{
	position:absolute;
	background:url(../images/member.png) top center no-repeat;
	width: 158px;
	height: 75px;
	margin: 0 0 0 160px; 
	text-indent:-9999px;
}

.member:hover{
	background:url(../images/member_r.png) top center no-repeat;
}

.download{
	position:absolute;
	background:url(../images/download.png) top center no-repeat;
	width: 158px;
	height: 75px;
	margin: 0 0 0 320px; 
	text-indent:-9999px;
}

.download:hover{
	background:url(../images/download_r.png) top center no-repeat;
}

.fb{
	position:absolute;
	background:url(../images/fb.png) top center no-repeat;
	width: 158px;
	height: 75px;
	margin: 0 0 0 480px; 
	text-indent:-9999px;
}

.fb:hover{
	background:url(../images/fb_r.png) top center no-repeat;
}

.btn{	
	position:absolute;
	top:1150px;
	left:300px;
	/*margin:0 auto;*/
	/*width: 1640px;*/
}

.btn1{
	position:absolute;
	background:url(../images/btn1.png) top center no-repeat;
	height:319px;
	width:347px; 
	margin: 0 0 0 0; 
	text-indent:-9999px;
}

.btn1:hover{
	margin: 5px 5px 0 0;
}

.btn2{
	position:absolute;
	background:url(../images/btn2.png) top center no-repeat;
	height:319px;
	width:347px; 
	margin: 0 0 0 350px; 
	text-indent:-9999px;
}

.btn2:hover{
	margin: 5px 5px 0 350px;
}

.btn3{
	position:absolute;
	background:url(../images/btn3.png) top center no-repeat;
	height:319px;
	width:347px; 
	margin: 0 0 0 700px; 
	text-indent:-9999px;
}

.btn3:hover{
	margin: 5px 5px 0 700px;
}

.btn4{
	position:absolute;
	background:url(../images/btn4.png) top center no-repeat;
	height:319px;
	width:347px;  
	margin: 0 0 0 1050px; 
	text-indent:-9999px; 
}

.btn4:hover{
	margin: 5px 5px 0 1050px;
}

#footer{
	position:relative;
    width:100%;
    clear:both;
}
