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