@Charset "euc-jp";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         Abe
 Style Info:     Aleshaのページスタイル(ムービーコメントのページ)を設定
----------------------------------------------------------- */


/* MOVIE見出し
----------------------------------------------------------- */
div#interview3 div#contentMain {
   padding-top: 0;
   height: 453px;
   }

div#interview3 div#contentMain div#interviewHead {
   height: 41px;
   width: 928px;
   margin: 0;
   padding: 0;
   }
div#interview3 div#contentMain div#interviewHead h3 {
   height: 41px;
   margin: 0;
   padding: 0;
   background: url(../img/h3movie.jpg) left top no-repeat;   
   }
div#interview3 div#contentMain div#interviewHead p.pageNav {
   float: right;
   width 100px;
   margin-right: 20px;
   padding-top: 10px;
   }


/* ムービーの再生エリア
----------------------------------------------------------- */   
div#interview3 div#contentMain div#movieArea {
   width: 480px;
   height: 400px;
   padding: 9px 7px 0 20px;
   float: left;
   }


/* ムービーの説明
----------------------------------------------------------- */
div#interview3 div#contentMain div#movieComment {
   margin-top: 9px;
   width: 400px;
   height: 187px;
   float: left;
   padding: 0 10px 0 11px;
   }  

/* VOICE 着ボイスダウンロード
----------------------------------------------------------- */
div#interview3 div#contentMain div#voice {
   width: 400px;
   height: 193px;
   padding: 10px 10px 0 11px;   
   float: left;
   }
div#interview3 div#contentMain div#voice h3 {
   width: 399px;
   height: 33px;
   background: url(../img/h3voice.jpg) left top no-repeat;
   text-indent: -9999em;
   }
div#interview3 div#contentMain div#voice div#qrcode {
   width: 150px;
   height: 150px;
   float: left;
   margin: 20px 0 0 0;
   padding: 0;
   }
div#interview3 div#contentMain div#voice div#detail {
   width: 240px;
   padding: 20px 0 0 10px;
   float: right;
   }
div#interview3 div#contentMain div#voice div#detail p#caution {
   font-size: smaller;
   }
      
   



/* フッターのナビゲーション
----------------------------------------------------------- */     
div#interview3 div#footnav {
   background: url(../img/footbg.jpg) left top no-repeat;
   height: 45px;
   width: 928px;
   padding-left: 20px;
   }
* html div#interview3 div#footnav {
   margin-top: -5px;
 }   