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

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