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

@import url("reset.css");
@import url("base_theater.css");
#contents {
	text-align: center;
}
#box1 {
	position: relative;
	height: 707px;
	margin-top: 80px;
}
#box1 p #button1 {
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 460px;
}
#box2 {
	position: relative;
	height: 707px;
	margin-top: 100px;
}
#box2 p #button2 {
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 460px;
}
#box3 {
	position: relative;
	height: 707px;
	margin-top: 100px;
}
#box3 p #button3 {
	position: absolute;
	left: 100px;
	top: 460px;
	z-index: 2;
}
#box4 {
	height: 707px;
	margin-top: 100px;
	position: relative;
	margin-bottom: 100px;
}
#box4 p #button4 {
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 460px;
}
