@charset "utf-8";

/*==================================================
	ヘッダー周辺画像設定
==================================================*/

/* ヘッダー全体部分設定 */
/*.header{
	width:891px;
	height:870px;
	position:relative;
}*/

/* フレーム画像 */
.bg{
	width:917px;
	height:4324px;
	background:url(../img/frame.jpg) repeat-y;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-5;
}

/* IE6,IE7対策 */
.bg{
	/width:917px;
	/height:850px;
	/background:url(../img/header.jpg) no-repeat;
	/position:absolute;
	/top:0px;
	/left:0px;
	/z-index:-5;
}

/**:first-child + html .bg{
	width:917px;
	height:850px;
	background:url(../img/header.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}*/


/* ロゴと思われる画像 */
.live_logo{
	width:550px;
	height:184px;
	background:url(../img/live_logo.png) no-repeat;
	position:absolute;
	top:50px;
	left:45px;
	z-index:5;
}

/* ライブの説明文画像 */
.live_info{
	width:380px;
	height:203px;
	background:url(../img/live_info.png) no-repeat;
	position:absolute;
	top:270px;
	left:45px;
	z-index:3;
}

/* 青いぼかし部分 */
.blur{
	width:270px;
	height:217px;
	background:url(../img/blur.png) no-repeat;
	position:absolute;
	top:0px;
	left:340px;
	z-index:4;
}

/* ランカ・シェリル・あい君・紙飛行機部分 */
.hiroine{
	width:542px;
	height:666px;
	background:url(../img/heroine.png) no-repeat;
	position:absolute;
	top:60px;
	right:-25px;
	z-index:3;
}

/* 公演概要バー部分 */
.bar_summany{
	width:818px;
	height:44px;
	background:url(../img/bar_summany.png) no-repeat;
	position:absolute;
	top:500px;
	left:53px;
	z-index:2;
}


