@charset "utf-8";
/* CSS Document */


#wrapper {
	background-color:#0e0a07;
	color:#fff;
}


/*----------------------------------header
---*/

.main {
	width:100%;
	height:758px;
	background:url(../images/main.jpg) center no-repeat, url(../images/main_bg.jpg) center no-repeat;
}

.main_in {
	width:990px;
	margin:0 auto;
	position:relative;
}

.main_in p {
	width:660px;
	font-size:16px;
	margin:0 auto;
	position:absolute;
	top:600px;
	left:20px;
}

.cardpopup {
	width:277px;
	margin:0 auto;
	position:absolute;
	top:540px;
	left:700px;
}

/*----------------------------------nav
---*/

nav {
	position:static;
}

nav ul {
	width:990px;
	margin:10px auto;
}

nav li {
	float:left;
	padding-right:8px;
}

/*----------------------------------contents
---*/
#contents p {
	font-size:15px;
	line-height:1.3;
}

#sec1 {
	clear:both;
	background:url(../images/sec1_bg.jpg) center no-repeat;
	height:989px;
}

.sec1_in,.sec2_in,.sec3_in,.sec4_in {
	width:990px;
	margin:0 auto;
	position:relative;
}

.sec1_in p {
	width:635px;
	position:absolute;
	top:355px;
	left:323px;
}

.sec1_in .trailer {
	position:absolute;
	top:670px;
	left:35px;
}

.sec1_in .title_official {
	position:absolute;
	top:865px;
	left:35px;
}

.sec1_in .buy {
	position: absolute;
	top: 930px;
	left: 333px;
}
	
#sec2 {
	background:url(../images/sec2_bg.jpg) center no-repeat;
	height:884px;
}

.sec2_in p {
	width:635px;
	position:absolute;
	top:362px;
	left:323px;
}

.sec2_in .trailer {
	position:absolute;
	top:655px;
	left:35px;
}

.sec2_in .title_official {
	position:absolute;
	top:830px;
	left:35px;
}

.sec2_in .buy {
	position: absolute;
	top: 809px;
	left: 324px;
}

#sec3 {
	background:url(../images/sec3_bg.jpg) center no-repeat;
	height:887px;
}

.sec3_in p {
	width:635px;
	position:absolute;
	top:362px;
	left:323px;
}

.sec3_in .trailer {
	position:absolute;
	top:655px;
	left:35px;
}

.sec3_in .title_official {
	position:absolute;
	top:830px;
	left:35px;
}

.sec3_in .buy {
	position:absolute;
	top:800px;
	left:330px;
}

#sec4 {
	background:url(../images/sec4_bg.jpg) center no-repeat;
	height:885px;
}

.sec4_in p {
	width:635px;
	position:absolute;
	top:358px;
	left:323px;
}

.sec4_in .trailer {
	position:absolute;
	top:655px;
	left:35px;
}

.sec4_in .title_official {
	position:absolute;
	top:830px;
	left:35px;
}

.sec4_in .buy {
	position:absolute;
	top:830px;
	left:330px;
}

/*----------------------------------banner
---*/

.card_bnr {
	width:990px;
	margin:30px auto;
}

.official ul {
	width:990px;
	margin:30px auto;
}

.official li {
	float:left;
	padding-left:16px;
}

.copyright {
	clear:both;
	width:990px;
	text-align:center;
	padding:30px 0;
	margin:0 auto;
}


/* Text link style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	width:58px;
	height:58px;
	background:url(../images/pagetop.png);
	text-indent:-9999px;
}

