/* 妙見山を楽しむのCSS */


ul#enjoy_menu{
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
}

ul#enjoy_menu li{
  float: left;
  list-style: none;
  margin-left: 5px;
  margin-bottom: 50px;
}

a.btn_image{
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 100px;
  overflow: hidden;
  background-color: #ffffff;
  border-width: 3px;
  border-style: solid;
  border-color: #aaaaaa #000000 #000000 #aaaaaa;
}

a.btn_image:hover,a.btn_image:active{
  border: 3px solid #ff703f;
}

a.btn_image span{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 100px;
}

/* 星嶺のボタン */
li#seirei a.btn_image span{
  background-image: url("image/seirei/seiyo.jpg");
}

/* フォトコンテストのボタン */
li#photocon a.btn_image span{
  background-image: url("image/keidai/kouen.jpg");
}

/* ハイキングのボタン */
li#haikingu a.btn_image span{
  background-image: url("image/haikingu/walk.jpg");
  background-position: -10px -50px;
}

/* 絵馬のお堂のボタン */
li#ema a.btn_image span{
  background-image: url("image/menu/ema.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}

/* おみくじのボタン */
li#uranai a.btn_image span{
  background-image: url("image/menu/omikuji.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;

}


