@charset "utf-8";

/** ----------------------------------------
 * html body
 */
body {
  line-height: 1.34;
  color: #555;
  background-color: #fff;
  font-family: メイリオ,Meiryo,Arial,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ pro W3","Hiragino Kaku Gothic pro",Sans-Serif;
  font-size: small;
}

/** ----------------------------------------
 * whole
 */
div#whole {
  width: 830px;
  background: url("/images/headerBg.gif") repeat-x 0 0;
  font-size: 93%;
}

/** ----------------------------------------
 * header
 */
div#header {
  padding-top: 9px;
  height: 81px;
}

/* ロゴ */
div#header h1 {
  padding-left: 20px;
  float: left;
  width: 236px;
  height: 46px;
}

div#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/logo.gif") no-repeat 0 0;
  text-indent: -9999px;
}

div#header h1 img {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 3;
}

* html div#header h1 img {
  padding-top: 92px;
  width: 130px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ribbon.png',sizingMethod=image);
  overflow: hidden;
}

/* ナビゲーション */
div#header ul#nav {
  margin-top: 11px;
  float: right;
  padding-left: 0;
  height: 69px;
  list-style-type: none;
}

div#header ul#nav li {
  margin-right: 20px;
  position: relative;
  float: left;
  height: 100%;
}

div#header ul#nav li.item_1 {
  width: 35px;
}

div#header ul#nav li.item_2 {
  width: 41px;
}

div#header ul#nav li.item_3 {
  width: 35px;
}

div#header ul#nav li.item_4 {
  width: 45px;
}

div#header ul#nav li a {
  padding-top: 35px;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url("/images/nav.gif") no-repeat 0 0;
}

div#header ul#nav li a:hover {
  padding-top: 69px;
}

div#header ul#nav li.item_1 a {
  background-position:  -3px 0;
}

div#header ul#nav li.item_2 a {
  background-position:  -52px 0;
}

div#header ul#nav li.item_3 a {
  background-position:  -126px 0;
}

div#header ul#nav li.item_4 a {
  background-position:  -198px 0;
}

div#header ul#nav li.item_1 a:hover {
  left: -3px;
  width: 42px;
  background-position:  0 0;
}

div#header ul#nav li.item_2 a:hover {
  left: -10px;
  width: 63px;
  background-position:  -42px 0;
}

div#header ul#nav li.item_3 a:hover {
  left: -21px;
  width: 77px;
  background-position:  -105px 0;
}

div#header ul#nav li.item_4 a:hover {
  left: -16px;
  width: 77px;
  background-position:  -182px 0;
}

/** ----------------------------------------
 * contents
 */
div#contents {
  padding: 10px 20px 0;
  position: relative;
  background: url("/images/contentsBg.gif") repeat-x 0 0;
  min-height: 600px;
  z-index: 2;
}

* html div#contents {
  height: 600px;
}

/* カラム用clearfix */
div.wrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

/* IE用 */
div.wrapper {
  display: inline-block;
}

/* IE用hack調整用 */
div.wrapper {
  display: block;
}

/* カラム */
div#contents div.area1,
div#contents div.area2 {
  width: 385px;
}

div#contents div.area1 {
  float: left;
}

div#contents div.area2 {
  float: right;
}

div#contents div.adList2 {
  margin-bottom: 15px;
}

/* 箱 */
div#contents div.box {
  margin-bottom: 15px;
  padding: 3px;
  border: 1px solid #eee;
}

* html div#contents div.sec div.box {
  width: 782px;
  overflow: hidden;
}

/* hr */
div.hr {
  margin-top: 5px;
  height: 18px;
  background: url("/images/hr.gif") no-repeat 50% 50%;
}

div.hr hr {
  display: none;
}

/* 右寄せ */
div#contents p.right {
  text-align: right;
}

div#contents p.right a {
  padding-left: 18px;
  background: url("/images/icon3.gif") no-repeat 1px 50%;
}

/* 入り口(年齢認証) */
div#contents div.entrance {
  margin-bottom: 10px;
  padding: 1px;
  border: 1px solid #ddd;
}

div#contents div.entrance div.inner {
  background-color: #f6f6f6;
}

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

/* IE用 */
div#contents div.entrance div.inner {
  display: inline-block;
}

/* IE用hack調整用 */
div#contents div.entrance div.inner {
  display: block;
}

div#contents div.entrance div.inner h2 {
  margin-bottom: 5px;
  padding: 0 3px;
  border-bottom: 1px solid #fff;
  line-height: 1.84;
  color: #fff;
  background: #f39 url("/images/age20.gif") no-repeat 100% 100%;
}

div#contents div.entrance div.inner p {
  font-size: 84%;
  line-height: 1.5;
}

div#contents div.entrance div.inner ul {
  margin: 5px 0 5px;
  padding: 3px;
  position: relative;
  left: 50%;
  width: 260px; /* 入り口の横幅+出口の横幅+α */
  list-style-type: none;
  text-indent: -9999px;
}

div#contents div.entrance div.inner ul li {
  margin: 0 5px;
  position: relative;
  left: -50%;
  float: left;
  width: 120px;
  height: 35px;
}

* html div#contents div.entrance div.inner ul li {
  display: inline;
}

div#contents div.entrance div.inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/enter.gif") no-repeat 0 0;
}

div#contents div.entrance div.inner ul li.item_2 a {
  background-position: -120px 0;
}

div#contents div.entrance div.inner ul li.item_1 a:hover {
  background-position: 0 -35px;
}

div#contents div.entrance div.inner ul li.item_2 a:hover {
  background-position: -120px -35px;
}

/* 見出し */
div#contents h2.basic {
  margin-bottom: 12px;
  padding: 10px 0 10px 16px;
  line-height: 1.0;
  font-size: 167%;
  background: url("/images/title/bg.gif") no-repeat 0 100%;
}

div#contents h2.mainRanking,
div#contents h2.secondRanking,
div#contents h2.newRanking,
div#contents h2.pickup1,
div#contents h2.sampleMovie,
div#contents h2.affiliateShop,
div#contents h2.affiliateWebsite {
  margin-bottom: 5px;
  height: 50px;
  background: no-repeat 0 0;
  text-indent: -9999px;
}

div#contents h2.mainRanking {
  background-image: url("/images/title/mainRanking.gif");
}

div#contents h2.secondRanking {
  background-image: url("/images/title/secondRanking.gif");
}

div#contents h2.newRanking {
  background-image: url("/images/title/newRanking.gif");
}

div#contents h2.pickup1 {
  background-image: url("/images/title/pickup1.gif");
}

div#contents h2.sampleMovie {
  background-image: url("/images/title/sampleMovie.gif");
}

div#contents h2.affiliateShop {
  background-image: url("/images/title/affiliateShop.gif");
}

div#contents h2.affiliateWebsite {
  background-image: url("/images/title/affiliateWebsite.gif");
}

/* あやぽんリンク */
div#ayapon, div#mylinks {
  margin-top: 10px;
}

div#ayapon div,
div#mylinks div {
  margin: 0 auto;
}

/* よくある質問・直リンク禁止 */
div#faq {
  margin-bottom: 15px;
}

/* 見出し */
div#faq h2,
div#notice h2 {
  margin: 25px 0 10px;
  padding: 10px 0 10px 16px;
  line-height: 1.0;
  font-size: 167%;
  background: url("/images/title/bg.gif") no-repeat 0 100%;
}

div#notice h2 {
  margin-top: 0;
}

/* リスト */
div#faq ul,
div#faq ol {
  margin-top: 10px;
}

div#faq ul {
  padding: 0 40px;
}

div#faq dl dd ul {
  padding: 0 0 0 1.6em;
}

div#faq li {
  margin: 1px 0;
}

div#faq p.section {
  text-indent: 1em;
}

/* 定義リスト */
div#faq dl {
  margin-bottom: 15px;
  padding: 10px 6px;
  border: 1px solid #eee;
  background: #ffeef7 url("/images/commentBg.gif") repeat 0 0;
}

/* IE用 */
div#faq dl {
  display: inline-block;
}

/* IE用hack調整用 */
div#faq dl {
  display: block;
}

div#faq dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

/* 定義リスト内リスト */
div#faq dl dd ul,
div#faq dl dd ol {
  margin-top: 0;
}

div#faq ul.shortcut {
  margin-top: 15px;
  padding-bottom: 20px;
  background: url("/images/line.gif") repeat-x scroll 0 100%;
}

/** ----------------------------------------
 * footer
 */
div#footer {
  margin-top: -23px;
  padding: 23px 20px 0;
  background: url("/images/footerBg.gif") repeat-x scroll 0 0;
}

* html div#footer {
  height: 0;
}

div#footer ul#webMasterMenu {
  padding-left: 0;
  line-height: 2.09;
  list-style-type: none;
}

* html div#footer ul#webMasterMenu {
  height: 0;
}

div#footer ul#webMasterMenu li {
  float: left;
  padding: 0 5px;
  background: url("/images/webMasterMenu.gif") no-repeat scroll 0 0;
}

div#footer ul#webMasterMenu li.item_1 {
  background: none;
}

div#footer ul#webMasterMenu li a {
  color: #fff;
}

div#footer address {
  padding: 10px 15px;
  clear: both;
  text-align: center;
}

div#footer address a {
  color: #555;
}

div#footer address a:hover {
  color: #d7006c;
}
