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

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