@Charset "euc-jp";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         Abe
 Style Info:     Aleshaのページスタイル(プレゼントのページ)を設定
----------------------------------------------------------- */


/* INTERVIEW見出し
----------------------------------------------------------- */
div#interview2 div#contentMain {
   padding-top: 0;
   }

div#interview2 div#contentMain div#interviewHead {
   height: 41px;
   width: 928px;
   margin: 0;
   padding: 0;
   }
div#interview2 div#contentMain div#interviewHead h3 {
   height: 41px;
   margin: 0;
   padding: 0;
   background: url(../img/h3interview.jpg) left top no-repeat;   
   }
div#interview2 div#contentMain div#interviewHead p.pageNav {
   float: right;
   width 100px;
   margin-right: 20px;
   padding-top: 10px;
   }

/* FAQ
----------------------------------------------------------- */   
div#interview2 div#contentMain div#faq1st {
   height: 184px;
   }
   
/* プレゼント
----------------------------------------------------------- */
div#interview2 div#contentMain div#presentBox {
   height: 353px;
   }
* html div#interview2 div#contentMain div#presentBox {
   margin-bottom: -10px;
   }
div#interview2 div#contentMain div#presentBox h3 {
   height: 40px;
   margin:0;
   padding:0;
   background: url(../img/h3present.jpg) left top no-repeat;
   text-indent: -9999em;
   }
div#interview2 div#contentMain div#presentBox div#presentimg {
   width: 386px;
   height: 313px;
   float: right;
   }

div#interview2 div#contentMain div#presentBox div#presentDetail {
   width: 530px;
   }
div#interview2 div#contentMain div#presentBox div#presentDetail h4 {
   width: 530px;
   height: 63px;
   text-indent: -9999em;
   background: url(../img/h4present.jpg) left top no-repeat;
   }
div#interview2 div#contentMain div#presentBox div#presentDetail p#detail {
   width: 505px;
   height: 104px;
   padding-left: 20px;
   padding-right: 5px;
   }
div#interview2 div#contentMain div#presentBox div#presentDetail p#detail span {
   font-size: smaller;
   }

/* プレゼント応募のボタン
----------------------------------------------------------- */   
div#interview2 div#contentMain div#presentBox div#presentDetail p#entry {
   width: 232px;
   height: 56px;
   margin-left: 160px;
   }
div#interview2 div#contentMain div#presentBox div#presentDetail p#entry a {   
   display: block;
   height: 56px;
   width: 232px;
   background: url(../img/btnEntry.jpg) left top no-repeat;
   text-indent: -9999em;
   }
div#interview2 div#contentMain div#presentBox div#presentDetail p#entry a:hover {
   background: url(../img/btnEntry.jpg) left bottom no-repeat;   
   }

/* フッターのナビゲーション
----------------------------------------------------------- */     
div#interview2 div#footnav {
   background: url(../img/footbg.jpg) left top no-repeat;
   height: 45px;
   width: 928px;
   padding-left: 20px;
   }