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

.container {
	width: 600px;
	height: 750px;
    margin:-350px 100px;
	background-color: #ff0000;
	background-image:url(karute.sozai.3.png);
	background-size:cover;
}
	
.box07 {
	width: 320px;
	height: 480px;
	padding: 10px;
	position: relative;
	top: 100px;
	left:30px;
	background-image:url(sick21);
	background-size:cover;
}



/*********************************リンクボタンの設定*/
/*02*/
.button01 a{
	background-color: #f00000;
    display:block;
    width:300px;
    height:150px;
	padding:0px;
	position: relative;
	top:550px;
	left:750px;
    background-image:url("yanneeyo.gif");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button01 a:link{
}
/*訪問済みのリンク*/
.button01 a:visited{
}
/*マウスホバー時*/
.button01 a:hover{
    background-image:url("yanneeyo.2.png");
}
/*選択中*/
.button01 a:active{
}
/*02*************************************************/
.button02 a{
	background-color: #ff0000;
    display:block;
    width:300px;
    height:150px;
	padding:0px;
	position: relative;
	top:100px;
	left:750px;
    background-image:url("ageru.gif");
	background-size:cover;
    background-repeat:no-repeat;
}
/*未訪問のリンク*/
.button02 a:link{
}
/*訪問済みのリンク*/
.button02 a:visited{
}
/*マウスホバー時*/
.button02 a:hover{
    background-image:url("ageru.2.png");
}
/*選択中*/
.button02 a:active{
}




