@charset "UTF-8";

/* --- メニュー --- */

.menu_shop {
  width: 138px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #00ccff;
}

.menu_shop p {
  padding: 3px;
  background-color: #00ccff;
  text-align: center;
}

.menu_shop ul {
  margin-left: 22px;
}

.menu_shop ul li {
  list-style-image: url("/images/dot.gif");
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu_resort {
  width: 138px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ffbf00;
}

.menu_resort p {
  padding: 3px;
  background-color: #ffbf00;
  text-align: center;
}

.menu_resort ul {
  margin-left: 22px;
}

.menu_resort ul li {
  list-style-image: url("/images/dot.gif");
  margin-top: 3px;
  margin-bottom: 3px;
}

