@import url("common.css");

* {
 margin: 0;
 padding: 0;
 }

ul {
 list-style-type: none;
 margin-top: 1em;
 font: bold 1em/1.8 "ＭＳ Ｐゴシック",Osaka,sans-serif;
 }

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

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

li a:hover {
 background: url("/theme/sanpo/buy.gif") no-repeat left center;
 }