@charset "UTF-8";
/* CSS Document */

body{background-color:#9f0100;

	background-image:
    url("img20/bg_top.jpg"), /* ページ最上部 */
	url("img20/bg_top2.jpg"),/*スペシャルエリア*/
	/*url("img20/bg_top2.jpg"),/*第１夜出演者一覧*/
	url("img20/bg_red.jpg"),/**/
	url("img20/bg.jpg");/**/

	background-repeat: 
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat,
	/*no-repeat,/*第１夜出演者一覧*/
	repeat-y,
	repeat;
	
	background-position:
	center 10px, /* 最前面の背景レイヤーに対応 */
	center 1500px,/*スペシャルエリア*/
	/*center 5130px,/*第１夜出演者一覧*/
	center 220px,
	center -60px;
	
	background-size:
	auto,
	auto,
	auto,
	auto,
	auto,
	auto;
	
}
