@charset "utf-8";

/*雑記
-----------------------------------------*/
body {
	background: #000;
}
/*全体のコンテナー*/
#stage {
	text-align: center;
	width: 880px;
	height: 550px;
	margin: 10px auto;
}
p {
	text-align: center;
	color: #fff;
}
