@import url("common.css");

* {
  margin: 0;
  padding: 0;
}

/* メニュー リスト */

ul {
  margin-top: 1em;
  list-style-type: none;
  font-weight: normal;
  line-height: 1.2
;
}

li {
  padding: 0.5em 0.2em 0.5em 1em;
}

/* メニュー リンク */

li a {
  margin: 2px;
  padding: 4px 2px 4px 22px;
  min-height: 12px;
  background-image: url("/theme/sanpo/bub.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

li a:hover, li a:active {
  background-image: url("/theme/sanpo/buy.gif");
}