@charset "utf-8";

/** ----------------------------------------
 * 初期化
 */
ul {
  padding-left: 0;
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/** ----------------------------------------
 * html body
 */
body {
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  font-family: "Osaka－等幅","ＭＳ Ｐゴシック",Arial,sans-serif;
  font-size: small;
}

/** ----------------------------------------
 * whole - 全体の囲み
 */
div#whole {
  margin: 0 auto;
  padding: 15px 0;
  width: 836px;
  min-height: 100%;
  font-size: 93%;
}

.ie_6 div#whole {
  height: 100%;
}

/** ----------------------------------------
 * container - コンテナ
 */
div#container {
  zoom: 1;
}

div#container:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div#container div.wrap {
  float: left;
  width: 647px;
}

/** ----------------------------------------
 * contensts - コンテンツ
 */
div#contents {
  padding: 0 10px;
  float: right;
  width: 438px;
  text-align: center;
  zoom: 1;
}

div#contents:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

/** -------------------
 * storegAd - 店舗広告
 */
div#storeAd {
  margin: 15px 0 24px;
}

div#storeAd p {
  margin-bottom: 10px
}

div#storeAd p a {
  display: inline-block;
}

div#storeAd p img {
  padding: 0 2px 3px;
  background: url("/images/user/index/storeAdBg.gif") no-repeat 0 100%;
}

/** -------------------
 * certification - 年齢認証
 */
div#certification h1 {
  font-weight: normal;
  margin-bottom: 15px
}

div#certification p.enter a {
  display: inline-block;
}

div#certification p.exit {
  margin: 15px 0 22px;
}

/** ----------------------------------------
 * contentsFooter - フッター
 */
div#contentsFooter {
  padding-bottom: 5px;
  background: #fff;
}

div#contentsFooter ul {
  padding: 7px 0;
  border: solid #e5e5e5;
  border-width: 1px 0;
}

div#contentsFooter ul li {
  padding: 0 8px;
  border-right: 1px solid #777;
  display: inline;
}

div#contentsFooter ul li.first {
  border-left: 1px solid #777;
}

/** --------------------
 * コピーライト
 */
div#contentsFooter address {
  padding-top: 10px;
  text-align: center;
  font-family: Georgia,sans-serif;
}

div#contentsFooter p.browser {
  padding-top: 5px;
  text-align: center;
  color: #777;
}

/** ----------------------------------------
 * castAd - 女の子広告
 */
div.castAd {
  width: 189px;
  background: url("/images/user/index/castAdBgM.gif") repeat 0 0;
  text-align: right;
}

div#area1.castAd {
  float: left;
}

div#area2.castAd {
  float: right;
}

div.castAd div {
  padding-top: 4px;
  background: url("/images/user/index/castAdBgT.gif") no-repeat 0 0;
}

div.castAd ul {
  padding-bottom: 3px;
  padding-left: 3px;
  background: url("/images/user/index/castAdBgB.gif") no-repeat 0 100%;
  zoom: 1;
}

div.castAd ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

div.castAd ul li {
  display: block;
  float: left;
  width: 91px;
  height: 91px;
}

div.castAd ul li a {
  display: inline-block;
}
