* html{
  overflow-y:scroll;
}
body {
  /*border-top: #444 solid 7px;*/
  width:100%;
  min-width:100%;
  background:#eee url(bg_body.jpg) 0 0 repeat-x;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
  font-size:75%;
  color:#222;
  line-height:normal;
  margin-top: 10px;
}
#wrap{
  width:100%;
  height: 100%;
  /*background: url(bg_wrap.png) repeat 0 0;*/
  margin:0 auto;
  padding-bottom: 60px;
}
#contents{
  background: url(bg_contents.png) 0 0 repeat-y;
  width: 960px;
  margin: 0 auto;
  padding: 0 5px;
}
#btns{
  background: url(bg_btns.gif) 0 0 repeat-y;
  width: 960px;
  /*height: 90px;*/
  overflow: hidden;
}
#btns li.shop{
  float: left;
  margin-left: 30px;
}
#btns li.try{
  float: right;
  margin-right: 30px;
}
#hmcampaign{
  text-align: center;
  background: #f2f2f2;
  margin: 0;
  padding: 30px 0;
}
#footer{
  background: url(bg_footer.png) 0 0 no-repeat;
  width: 970px;
  height: 59px;
  line-height: 59px;
  margin: 0 auto;
  text-align: center;
  font-size: 92%;
}