#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;
}
