@charset "UTF-8";
/* CSS Document */
body{
	background-image: url("Web6.png");
	background-repeat: no-repeat;
	width: 1600px;
	height: 428px;
	/*background-color: #65CEF0;*/
}

.button01 a{
    display:block;
    width:85px;
    height:109px;
    background-image:url("web6_1.png");
    background-repeat:no-repeat;
	margin-top: 420px;
	margin-left: 700px;
}
/*未訪問のリンク*/
.button01 a:link{
}
/*訪問済みのリンク*/
.button01 a:visited{
}
/*マウスホバー時*/
.button01 a:hover{
    background-image:url("web6_2.png");
}
/*選択中*/
.button01 a:active{
}
