@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1em;
	/*背景画像の全画面の設定*/
	background-repeat: no-repeat;  
	background-size: cover;
	background-color: #DDDBC6;
}


#mushroom{
	height: 800px;
	width: 1600px;
	margin: auto;
	margin-top: 100px;
}
ul {
  list-style: none;
}
	

/*mushroom1*************************************************/
.mushroom1 a{
	display:block;
	width:800px;
	height:800px;
	background-image:url("sentaku011.png");
	background-repeat:no-repeat;
	float: right;
	margin-right: 70px;
}
/*未訪問のリンク*/
.mushroom1 a:link{
}
/*訪問済みのリンク*/
.mushroom1 a:visited{
}
/*マウスホバー時*/
.mushroom1 a:hover{
	background-image:url("sentaku012.png");
}
/*選択中*/
.mushroom1 a:active{
}

/*mushroom2*************************************************/
.mushroom2 a{
	display:block;
	width:800px;
	height:800px;
	background-image:url("sentaku009.png");
	background-repeat:no-repeat;
}
/*未訪問のリンク*/
.mushroom2 a:link{
}
/*訪問済みのリンク*/
.mushroom2 a:visited{
}
/*マウスホバー時*/
.mushroom2 a:hover{
	background-image:url("sentaku010.png");
}
/*選択中*/
.mushroom2 a:active{
}

