@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}

.container {
	width: 800px;
	height: 1120px;
	margin: auto;
	background-color: #FF0000;
	background-image:url(asobikata.haikei.png);
	background-size:cover;
}


.box01 {
	width: 450px;
	height: 135px;
	padding: 0px;
	position: relative;
	top: 50px;
	left:185px;
	background-image:url(asobikata.gif);
	background-size:cover;
}


.box02 {
	width: 500px;
	height: 120px;
	padding: 0px;
	position: relative;
	top: 70px;
	left:175px;
	background-image:url(setumei.1.gif);
	background-size:cover;
}



.box03 {
	width: 400px;
	height: 300px;
	padding: 0px;
	position: relative;
	top: 299px;
	left:195px;
	background-image:url(syasin.gif);
	background-size:cover;
}



.box04 {
	width: 500px;
	height: 80px;
	padding: 0px;
	position: relative;
	top: -245px;
	left:170px;
	background-image:url(naorimasu.gif);
	background-size:cover;
}



.box05 {
	width: 500px;
	height: 80px;
	padding: 0px;
	position: relative;
	top: -255px;
	left:220px;
	background-image:url(onnanokoharokunin.gif);
	background-size:cover;
}



.box06 {
	width: 600px;
	height: 95px;
	padding: 0px;
	position: relative;
	top: -255px;
	left:120px;
	background-image:url(naoserunoha.gif);
	background-size:cover;
}



/*********************************リンクボタンの設定*/
/*02*/
.button01 a{
    display:block;
    width:140px;
    height:140px;
	padding:10px;
	position: relative;
	top:-350px;
	left:1000px;
    background-image:url("top.botan.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button01 a:link{
}
/*訪問済みのリンク*/
.button01 a:visited{
}
/*マウスホバー時*/
.button01 a:hover{
    background-image:url("top.botan.2.png");
}
/*選択中*/
.button01 a:active{
}

