/* CSS Document */

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

body{
	background-color:#EB4148;
	background-image:url(image/bg.gif);
	background-position:center 0px;
	background-repeat:repeat;
}

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

#container{
	width: 100%;
	height: 750px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#paper_back{
	width: 100%;
	height: 560px;
	position: absolute;
	top: 100px;
	background-image: url(image/paper_bg.jpg);
	background-position: center 0px;
	background-repeat: repeat;
}

#menu_max_back{
	width: 100%;
	height: 200px;
	position: absolute;
	top: 500px;
	background-image: url(image/menu-bg.gif);
	background-position: center 0px;
	background-repeat: repeat;
}

#menu_min_back{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 660px;
	background-image: url(image/menu-bgm.gif);
	background-position: center 0px;
	background-repeat: repeat;
}

#container_in{
	width: 900px;
	height: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#main_min{
	width: 900px;
	height: 500px;
	position:absolute;
	top:0px;
	left:0px;
}

#main_max{
	width: 900px;
	height: 660px;
	position:absolute;
	top:0px;
	left:0px;
}

#menu_max{
	width: 900px;
	height: 200px;
	position:absolute;
	top:500px;
	left:0px;
	background-image: url(image/menu-bg.gif);
	background-position: center 0px;
	background-repeat: repeat;
}

#menu_min{
	width: 900px;
	height: 40px;
	position:absolute;
	top:660px;
	left:0px;
	background-image: url(image/menu-bgm.gif);
	background-position: center 0px;
	background-repeat: repeat;
}

#caution{
	width:640px;
	height:40px;
	position:absolute;
	top:705px;
	left:130px;
}


#menu_btn_story{
	width:30px;
	height:150px;
	position:absolute;
	top:25px;
	left:10px;
}

#menu_btn_stage{
	width:30px;
	height:150px;
	position:absolute;
	top:25px;
	left:60px;
}

#menu_btn_system{
	width:30px;
	height:150px;
	position:absolute;
	top:25px;
	left:160px;
}

#menu_btn_chara{
	width:30px;
	height:150px;
	position:absolute;
	top:25px;
	left:210px;
}

#menu_btn_graphic{
	width:30px;
	height:150px;
	position:absolute;
	top:25px;
	left:460px;
}

#menu_btn_product{
	width:30px;
	height:150px;
	position:absolute;
	top:25px;
	left:860px;
}

#menu_btn_index{
	width:100px;
	height:15px;
	position:absolute;
	top:0px;
	left:780px;
}

#menu_area_stage{
	width:50px;
	height:150px;
	position:absolute;
	top:25px;
	left:100px;
}

#menu_area_chara{
	width:200px;
	height:150px;
	position:absolute;
	top:25px;
	left:250px;
}

#menu_area_graphic{
	width:350px;
	height:160px;
	position:absolute;
	top:25px;
	left:500px;
}

#btn_story{
	width:150px;
	height:30px;
	position:absolute;
	top:410px;
	left:70px;
}

#btn_stage{
	width:150px;
	height:30px;
	position:absolute;
	top:450px;
	left:70px;
}

#btn_system{
	width:150px;
	height:30px;
	position:absolute;
	top:490px;
	left:70px;
}

#btn_chara{
	width:150px;
	height:30px;
	position:absolute;
	top:530px;
	left:70px;
}

#btn_graphic{
	width:150px;
	height:30px;
	position:absolute;
	top:570px;
	left:70px;
}

#btn_product{
	width:150px;
	height:30px;
	position:absolute;
	top:610px;
	left:70px;
}
