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

/* Šî–{ */

#side{
	position:absolute;
	width:220px;
	height:640px;
	left:0px;
	top:0px;
}

#navi{
	position:absolute;
	width:140px;
	height:640px;
	left:220px;
	top:0px;
}

#main{
	position:absolute;
	width:540px;
	height:640px;
	left:360px;
	top:0px;
}

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

#logo{
	position:absolute;
	width:500px;
}

#sub_history{
	position:absolute;
	width:320px;
	height:220px;
	left:470px;
	top:360px;
}

#main_window{
	position:absolute;
	width:540px;
	height:640px;
	left:360px;
	top:0px;
}

#main_window_btn_left{
	position:absolute;
	width:100px;
	height:30px;
	left:430px;
	top:550px;
}

#main_window_btn_center{
	position:absolute;
	width:100px;
	height:30px;
	left:590px;
	top:550px;
}

#main_window_btn_right{
	position:absolute;
	width:100px;
	height:30px;
	left:750px;
	top:550px;
}

#index_stage{
	position:absolute;
	width:220px;
	height:280px;
	left:640px;
	top:140px;
}

#index_graphic{
	position:absolute;
	width:440px;
	height:400px;
	left:420px;
	top:140px;
}

#index_character{
	position:absolute;
	width:440px;
	height:400px;
	left:420px;
	top:140px;
}

#sub_stage{
	position:absolute;
	width:500px;
	height:320px;
	top:50%;
	left:50%;
	margin-top:-160px;
	margin-left:-250px;
	background-image:url(image/stage/bg.jpg);
}

#sub_profile{
	position:absolute;
	width:500px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-250px;
	background-image:url(image/character/bg.jpg);
}

#sub_graphic{
	position:absolute;
	width:500px;
	height:320px;
	top:50%;
	left:50%;
	margin-top:-160px;
	margin-left:-250px;
	background-image:url(image/graphic/bg.jpg);
}

#btn_area_stage{
	position:absolute;
	width:440px;
	height:40px;
	top:280px;
	left:0px;
}

#btn_area_character{
	position:absolute;
	width:440px;
	height:40px;
	top:460px;
	left:0px;
}

#btn_area_graphic{
	position:absolute;
	width:440px;
	height:40px;
	top:280px;
	left:0px;
}

#sub_btn_left{
	position:absolute;
	width:100px;
	height:30px;
	left:20px;
	top:5px;
}

#sub_btn_center{
	position:absolute;
	width:100px;
	height:30px;
	left:200px;
	top:5px;
}

#sub_btn_right{
	position:absolute;
	width:100px;
	height:30px;
	left:380px;
	top:5px;
}