html {
  overflow: hidden;
}
body {
  background-color: transparent;

  scrollbar-track-color: #cccccc;
  scrollbar-face-color: #cccccc;
  scrollbar-shadow-color: #cccccc;
  scrollbar-darkshadow-color: #888888;
  scrollbar-highlight-color: #cccccc;
  scrollbar-3dlight-color: #aaaaaa;
  scrollbar-arrow-color: #666666;

  font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
  
  margin: 0;
  padding: 0;

  font-size: 12px;
  color: #333;
}
a img {
  border: 0 solid transparent;
}

#wrapper {
  padding: 0 8px 0;
}

.clear {
  clear: both;
}

ol {
}

li {
  padding: 6px;
}

a {
  text-decoration: none;
/*
  border-bottom: 1px dotted #999;
  display: block;
*/
}
a:link { color: #333;}
a:visited { color: #333;}
a:hover { color: #333;}
a:active { color: #333;}

.error {
  color: #f00;
}

.error li {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}

.message li {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}

h3 {
  font-size: 1.2em;
  margin: 6px;
  padding: 6px;
  border-left: 8px solid #000;
}

.corner-top {
  background: #666 url(../../../images/common/corner-lt.gif) no-repeat top left;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}
.corner-top span {
  display: block;
  background: transparent url(../../../images/common/corner-rt.gif) no-repeat top right;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}
.corner-bottom {
  background: #333 url(../../../images/common/corner-lb.gif) no-repeat bottom left;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}
.corner-bottom span {
  display: block;
  background: transparent url(../../../images/common/corner-rb.gif) no-repeat bottom right;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}

.corner-top-wh {
  background: #f5f5f5 url(../../../images/common/corner-lt-wh.gif) no-repeat top left;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}
.corner-top-wh span {
  display: block;
  background: transparent url(../../../images/common/corner-rt-wh.gif) no-repeat top right;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}
.corner-bottom-wh {
  background: #f5f5f5 url(../../../images/common/corner-lb-wh.gif) no-repeat bottom left;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}
.corner-bottom-wh span {
  display: block;
  background: transparent url(../../../images/common/corner-rb-wh.gif) no-repeat bottom right;
  height: 8px;
  line-height: 8px;
  font-size: 0px;
}

.empty {
  padding: 16px;
}

.error {
  color: #f00;
}

#shop-vote {
  text-align: center;
  margin-bottom: 16px;
}

#shop-vote form {
  background-color: #f5f5f5;
  margin: 0;
  padding: 6px 0;
}

.input-box {
  height: 80px;
  overflow: visible;
}

.input-box p {
  margin: 2px 0;
}

#s-shop {
  width: 120px;
}

#s-shop-direct {
  width: 120px;
}

#shop_id {
  width: 120px;
}

#shop_name {
  width: 120px;
}

#shop-result {
  margin: 0 0.3%;
}

#shop-result h4 {
  font-size: 1.3em;
  text-align: center;
  margin: 0;
  padding: 0 6px;
  color: #fff;
  background: #666 url(../../../images/ranking/header_bg.gif) repeat-x bottom left;
}

#shop-result ol {
}
#shop-result li img {
  margin-right: 8px;
  vertical-align: middle;
}


