/*=======================================
■全体の設定
=======================================*/
/*ベースの設定*/
body {
	text-align: center;
	background-image: url(../images/index_bg.png);
	overflow-x:hidden;
}
/*ヘッダーの設定*/
header{
	position:absolute;
	width:100%;
	height:21px;
	top:0px;
	left:0px;
	background-image: url(../images/entrance_header_bg.png);
	background-repeat: repeat-x;
	z-index:999;
}
#lace{
	position:absolute;
	width:1920px;
	height:850px;
	left:50%;
	top:0px;
	margin:0px auto 0px -960px;
	background-image: url(../images/entrance_lace_75.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:888;
}
#visual{
	position:absolute;
	width:2020px;
	height:840px;
	left:50%;
	top:0px;
	margin:0px auto 0px -960px;
	background-repeat:no-repeat;
	z-index:5;
}
#visual_grade{
	position:absolute;
	width:100%;
	height:840px;
	top:0px;
	left:0px;
	background-image:url(../images/grade.png);
	background-repeat:repeat-x;
	z-index:10;
}
#visual_bg{
	width:100%;
	height:840px;
	top:0px;
	left:0px;
	background-image: url(../images/BG_body.png);
	background-repeat: repeat;
	z-index:3;
}
h1{
	margin-bottom: 20px;
	padding-top: 50px;
}
#contents{
	width: 800px;
	margin: 130px auto 60px;
}
#contents p{
	padding-top: 145px;
}
#contents img{
	padding-right: 3px;
	padding-left: 3px;
}
#ensemble{
	background-image: url(../images/entrance_ensemble.png);
	background-repeat: no-repeat;
	width: 390px;
	float: left;

}
#ensembleSweet{
	background-image: url(../images/entrance_ensemble_sweet.png);
	background-repeat: no-repeat;
	width: 390px;
	float: right;
}
.banner{margin-top: 0px;
}

#footer{
	position:absolute;
	margin-top:840px;
	background-image: url(../images/entrance_footer_bg.png);
	background-repeat: repeat-x;
	width:100%;
	height: 25px;
	padding-top: 30px;
	z-index:15;
}
