/*====================================*/
/*	初期設定
/*====================================*/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

/*====================================*/
/*	font
/*====================================*/

h1,h2{
	font-size:0.8em;
	font-weight:normal;
}

.fs08{
	font-size:0.8em;
	line-height:21px;
}

.fs09{
	font-size:0.9em;
	line-height:21px;
}


/*====================================*/
/*	head
/*====================================*/

#header_view{
	width:950px;
	height:359px;
	margin:10px 0 30px 0;
}

/*====================================*/
/*	warapper
/*====================================*/

#warapper{
	width:950px;
	height:auto;
	margin:20px auto;
}


.view_sisters{
	width:950px;
	height:479px;
	margin:20px 0 20px 0;
	background-image:url(../img/hakata_sisters.jpg);
	background-repeat: no-repeat;
}

/*
.view_back{
	width:950px;
	height:368px;
	margin:20px 0 20px 0;
	background-image:url(../img/back_stage.jpg);
	background-repeat: no-repeat;
}
*/


.view_stage{
	width:950px;
	height:588px;
	margin:20px 0 20px 0;
	background-image:url(../img/stage.jpg);
	background-repeat: no-repeat;
}

.view_final{
	width:950px;
	height:497px;
	margin:40px 0 0 0;
	background-image:url(../img/final.gif);
	background-repeat: no-repeat;
}

.view_final_left{
	width:338px;
	height:270px;
	float:left;
	padding:51px 0 0 54px;
}

.view_final_right{
	width:527px;
	height:396px;
	float:left;
	padding:51px 0 0 0px;
}

.warap{
	width:868px;
	height:auto;
	margin:0 auto;
}

#warap_stage{
	width:868px;
	height:auto;
	margin:0 auto;
	padding:515px 0 0 0;
}

#footer{
	margin:20px 0 0 0;
	background-color:#f078b3;
	height:40px;
}

address{
	color:#ffffff;
	margin:0 auto;;
	font-style:normal;
	width:248px;
	font-size:0.8em;
	padding:14px 0 0 0;
}

/*====================================*/
/*	float解除
/*====================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	display: block;
}