@charset "UTF-8";
#main {
	position:relative;
	left:auto;
	top:auto;
	width:900px;
	height:600px;
	z-index:1;
	margin: auto;
	right: auto;
	bottom: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CC3300;
}
#gamen {
	position:absolute;
	left:205px;
	top:10px;
	width:695px;
	height:570px;
	z-index:1;
}
#contents {
	position:absolute;
	left:0px;
	top:10px;
	width:205px;
	height:570px;
	z-index:2;
}
#sitatag {
	position:absolute;
	left:0px;
	top:580px;
	width:900px;
	height:20px;
	z-index:3;
}

