#main{
	position:absolute;
	width:600px;
	height:720px;
	left:200px;
	top:0px;
}

#header{
	position:absolute;
	width:600px;
	height:150px;
	left:0px;
	top:0px;
	background-image:url(image/header-01.jpg);
}

#footer{
	position:absolute;
	width:600px;
	height:170px;
	left:0px;
	top:550px;
	background-image:url(image/footer-01.jpg);
}

#backimage{
	position:absolute;
	width:200px;
	height:400px;
	left:-100px;
	top:150px;
	background-image:url(image/backimage-himeuta.jpg);
}

#btn-index{
	position:absolute;
	width:50px;
	height:480px;
	left:-100px;
	top:110px;
}

#btnarea{
	position:absolute;
	width:200px;
	height:480px;
	left:540px;
	top:110px;
}

#textarea{
	position:absolute;
	width:400px;
	height:620px;
	left:80px;
	top:40px;
}

#graphic-area{
	position:absolute;
	width:360px;
	height:400px;
	left:120px;
	top:140px;
}

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

#window_graphic{
	position:absolute;
	width:540px;
	height:440px;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-270px;
}

#image-graphic{
	position:absolute;
	width:500px;
	height:290px;
	top:60px;
	left:20px;
}

#btn_close{
	position:absolute;
	width:90px;
	height:40px;
	top:370px;
	left:430px;
}

