@charset "utf-8";
/* CSS Document */



#AllWrap{
	width:100%;
	background: url(../img/bg.jpg) center no-repeat #0b1f13;
	background-size:cover;
	background-attachment: fixed;
}

#contents{
	width:100%;
	max-width:1280px;
	min-width: 980px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	padding-top: 70px;
}

/************************
Contents
************************/

h1{
	text-align:center;
	margin: 12px auto 20px;
}

/************************
FOOTER
************************/

footer {
	text-align:center;
	margin-top: -30px;
	background: url(../../common/img/ft/bg.png) center top repeat-x;
}
#footwrap{
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}

footer #foot_bnr{
	display:inline-block;
	margin-top: 80px;
}
footer #foot_bnr li{
	float:left;
}

#copy{
	text-align:center;
	margin-top: 38px;
}

#Backtotop{
	position: absolute;
	right: 288px;
	top: 173px;
	cursor: pointer;
}
.hover{
	display:block;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-ms-filter: "alpha(opacity=0)";
}

