.title{
	width:360px;
	height:40px;
	position:absolute;
	top:10px;
	left:10px;
	background-image:url(image/character/title.gif);
}

.textimage01{
	width:360px;
	height:210px;
	position:absolute;
	top:50px;
	left:10px;
	background-image:url(image/character/text-image01.jpg);
}

.textimage02{
	width:360px;
	height:20px;
	position:absolute;
	top:680px;
	left:10px;
	background-image:url(image/character/text-image02.jpg);
}

.btnarea{
	width:360px;
	height:420px;
	position:absolute;
	top:260px;
	left:10px;
}

/* グラフィック表示構成 */

#window_character{
	width:600px;
	height:480px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-300px;
}

.window_back01{
	width:300px;
	height:240px;
	position:absolute;
	top:0px;
	left:0px;
}

.window_back02{
	width:300px;
	height:240px;
	position:absolute;
	top:0px;
	left:300px;
}

.window_back03{
	width:300px;
	height:240px;
	position:absolute;
	top:240px;
	left:0px;
}

.window_back04{
	width:300px;
	height:240px;
	position:absolute;
	top:240px;
	left:300px;
}

.window_btn_appendix{
	width:180px;
	height:30px;
	position:absolute;
	top:435px;
	left:20px;
}

.window_btn_close{
	width:180px;
	height:30px;
	position:absolute;
	top:435px;
	left:400px;
}