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

body{
	background-color:#000000;
	background-image:url(image/bg.gif);
	background-repeat:repeat;
}

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

#container{
	width: 800px;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu_index{
	width: 200px;
	height: 150px;
	position: absolute;
	top: 325px;
	left: 0px;
}

#menu_prologue{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 225px;
	left:140px;
}

#menu_concept{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 275px;
	left: 200px;
}

#menu_chara{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 325px;
	left: 200px;
}

#menu_visual{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 375px;
	left: 200px;
}

#menu_com{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 425px;
	left: 200px;
}

#menu_scenario{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 475px;
	left: 200px;
}

#menu_product{
	width: 160px;
	height: 50px;
	position: absolute;
	top: 525px;
	left: 140px;
}

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