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

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

body{
	background-color:#ffffff;
	background-position : center 0px;
	text-align:center;
	background-repeat:repeat;
	background-image:url(image/bg.jpg);
}

*+html body { padding-left: 1px; }   
* html body { padding-left: 1px; } 

#container{
	width:800px;
	height:680px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
}

#all-window{
	width:760px;
	height:420px;
	position:absolute;
	left:20px;
	top:40px;
}

#sub-window{
	width:180px;
	height:360px;
	position:absolute;
	left:20px;
	top:100px;
}

#main-window{
	width:540px;
	height:420px;
	position:absolute;
	left:240px;
	top:40px;
}

#mains-window{
	width:540px;
	height:360px;
	position:absolute;
	left:240px;
	top:100px;
}

#thum-area{
	width:150px;
	height:250px;
	position:absolute;
	left:50px;
	top:180px;
}

#graphic-area{
	width:480px;
	height:270px;
	position:absolute;
	left:270px;
	top:165px;
}

#btn-area01{
	width:80px;
	height:30px;
	position:absolute;
	left:260px;
	top:460px;
}

#btn-area02{
	width:80px;
	height:30px;
	position:absolute;
	left:360px;
	top:460px;
}

#btn-area03{
	width:80px;
	height:30px;
	position:absolute;
	left:460px;
	top:460px;
}

#caution{
	width:620px;
	height:50px;
	position:absolute;
	left:90px;
	top:640px;
}

#banner{
	width:200px;
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
}

#menu-area{
	width:500px;
	height:120px;
	position:absolute;
	left:150px;
	top:520px;
}

#menu-story{
	width:80px;
	height:80px;
	position:absolute;
	left:0px;
	top:0px;
}

#menu-chara{
	width:100px;
	height:80px;
	position:absolute;
	left:90px;
	top:30px;
}

#menu-stage{
	width:100px;
	height:80px;
	position:absolute;
	left:200px;
	top:40px;
}

#menu-graphic{
	width:100px;
	height:80px;
	position:absolute;
	left:310px;
	top:30px;
}

#menu-spec{
	width:80px;
	height:80px;
	position:absolute;
	left:420px;
	top:0px;
}

#menu-index{
	width:80px;
	height:80px;
	position:absolute;
	left:500px;
	top:-60px;
}