

@charset "UTF-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}

.container {
	width: 1000px;
	height: 839px;
	margin: auto;
	background-color: #FF0000;
	background-image:url(tophaikei.2.s2.png);
	background-size:cover;
}





/*********************************リンクボタンの設定*/
/*02*/
.button01 a{
    display:block;
    width:70px;
    height:70px;
	padding:10px;
	position: relative;
	top:460px;
	left:300px;
    background-image:url("icon.n.1.s2.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button01 a:link{
}
/*訪問済みのリンク*/
.button01 a:visited{
}
/*マウスホバー時*/
.button01 a:hover{
    background-image:url("hv.icon.1.png");
}
/*選択中*/
.button01 a:active{
}
/*02*************************************************/
.button02 a{
    display:block;
    width:70px;
    height:70px;
	padding:10px;
	position: relative;
	top:352px;
	left:400px;
    background-image:url("icon.n.2.s2.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button02 a:link{
}
/*訪問済みのリンク*/
.button02 a:visited{
}
/*マウスホバー時*/
.button02 a:hover{
    background-image:url("hv.icon.2.png");
}
/*選択中*/
.button02 a:active{
}
/*03*************************************************/
.button03 a{
    display:block;
    width:70px;
    height:70px;
	padding:10px;
	position: relative;
	top:244px;
	left:500px;
    background-image:url("icon.n.3.s2.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button03 a:link{
}
/*訪問済みのリンク*/
.button03 a:visited{
}
/*マウスホバー時*/
.button03 a:hover{
    background-image:url("hv.icon.3.png");
}
/*選択中*/
.button03 a:active{
}
/*04*************************************************/
.button04 a{
    display:block;
    width:70px;
    height:70px;
	padding:10px;
	position: relative;
	top:237px;
	left:400px;
    background-image:url("icon.n.4.s2.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button04 a:link{
}
/*訪問済みのリンク*/
.button04 a:visited{
}
/*マウスホバー時*/
.button04 a:hover{
    background-image:url("hv.icon.4.png");
}
/*選択中*/
.button04 a:active{
}
/*05*************************************************/
.button05 a{
    display:block;
    width:70px;
    height:70px;
	padding:10px;
	position: relative;
	top:129px;
	left:500px;
    background-image:url("icon.n.5.s2.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button05 a:link{
}
/*訪問済みのリンク*/
.button05 a:visited{
}
/*マウスホバー時*/
.button05 a:hover{
    background-image:url("hv.icon.5.png");
}
/*選択中*/
.button05 a:active{
}
/*06*************************************************/
.button06 a{
    display:block;
    width:70px;
    height:70px;
	padding:10px;
	position: relative;
	top:21px;
	left:300px;
    background-image:url("icon.n.6.s2.png");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button06 a:link{
}
/*訪問済みのリンク*/
.button06 a:visited{
}
/*マウスホバー時*/
.button06 a:hover{
    background-image:url("hv.icon.6.png");
}
/*選択中*/
.button06 a:active{
}
/*07*************************************************/
.button07 a{
    display:block;
    width:300px;
    height:90px;
	padding:0px;
	position: relative;
	top:-315px;
	left:300px;
    background-image:url("asobikata.gif");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button07 a:link{
}
/*訪問済みのリンク*/
.button07 a:visited{
}
/*マウスホバー時*/
.button07 a:hover{
    background-image:url("asobikata.png");
}
/*選択中*/
.button07 a:active{
}





.box08 {
	width: 500px;
	height: 140px;
	padding: 0px;
	position: relative;
	top: -600px;
	left:235px;
	background-image:url(taitoru.gif);
	background-size:cover;
}












