
@charset "utf-8";

/* ------------------------------
 common
------------------------------ */
* { margin: 0; padding: 0; }
.clr { clear: both; }
a { color: #008BCC; outline: medium none; text-decoration: none; }
a:link { color: #008BCC; text-decoration: none; }
a:visited { color: #008BCC; text-decoration: none; }
a:hover { color: #00A0E0; text-decoration: none; }
a:active { color: #00A0E0; text-decoration: none; }
a img, a:link img, a:visited img, a:hover img, a:active img { border: medium none; text-decoration: none; }
strong { background-color: #FEFF75; font-weight: normal; }

body { background-color: #bfb5a3; color: #4A4A4A; font-family: "Lucida Grande",Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic",sans-serif; font-size: 12px; line-height: 190%; }
#wrapper { margin: 0 auto; background-image: url(../images/mainvi.jpg); background-repeat: no-repeat; width: 670px; }

/* ------------------------------
メインビジュアル
------------------------------ */
#mainvi { width: 670px; height: 835px; }

/** ナビゲーション */
ul#navi { width: 610px; margin-left: 31px; list-style-type: none; }
ul#navi li { width: 93px; margin-top: 35px; margin-right: 10px; padding: 2px 0 2px 0; background-color: #ffff00; color: #ffffff; text-align: center; float: left; }
ul#navi li:last-child {  margin-right: 0; }

/** トップニュース */
#topnews {  margin-top: 270px; color: #ffffff; font-size: 13px; line-height: 100%; font-weight:bold; margin-right:30px; text-align: right; }

/* ------------------------------
 コンテンツ
------------------------------ */
#contents { width: 646px; margin-left: 12px; padding: 30px 0 30px 0; background-color: #FFFFFF; }
.sec {  margin: 0 25px 30px 25px; }
h3 { margin-bottom: 10px; font-size: 15px; color: #7d6c59; border-bottom: 2px solid #ccc; padding: .6em .0; }
h4 { margin-bottom: 3px; font-size: 12px; }
h5 { margin-bottom: 3px; font-size: 9px; }
h6 { margin-bottom: 3px; font-size: 25px; }
ul.detail li { margin-left: 15px; }

/**ページトップへもどる*/
p.pagetop02 { margin: 10px 0 0 0; font-size: 10px; text-align: right; }
p.pagetop03 { color: #bfb5a3; margin: 10px 0 0 0; font-size: 12px; text-align: center; }
p.pagetop03 span { color: #7d6c59; }

/** 出演者、制作者 */
ul#cast_main { width: 578px; list-style-type: none; }
ul#cast_sub { margin-top: 15px; list-style-type: none; }
ul#cast_main li { width: 137px; margin-right: 10px; float: left; }
ul#cast_main li img { border: 1px solid #ccc; }
ul#cast_main  li:last-child { margin-right: 0; }
ul#cast_main li dl {  }
ul#cast_main li dl dd.cast_name { text-align: center; }

/** 上映情報 */
dl#screenscreenshow_info, dl#staff_main { margin-top: 15px; }
dl#screenscreenshow_info dt, dl#staff_main dt { clear: left; float: left;  width: 8em; }
dl#screenscreenshow_info dd, dl#staff_main dd { margin-left: 7em; margin-bottom: 10px; }

/* ------------------------------
 フッター
------------------------------ */
p#copyright { color: #ffffff; font-size: 10px; margin: 8px; text-align: center; }

