/* 映画ページのインデックス用　レイアウトとボーダー */

body {
 margin: 0;
 padding-top: 0;
 padding-bottom: 0;
 padding-right: 0;
 padding-left: 30px;
 width: 600px;
}

/* 上のライン　オレンジ */
.c1 {
 color: #ffffff;
 background: #ff8c00;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 padding-right: 0;
 padding-left: 0;
 }

/* 下のライン 　オレンジ*/
.c2 {
 color: #ffffff;
 background: #ff8c00;
 width: 600px;
 text-align: right;  margin-top: 0;
 margin-bottom: 0em;
 padding: 0.3em;
}

/* タイトル用ライン 　オレンジ*/
.c3 {
 width: 595px;
 font-weight: 700;
 border-top: none;
 border-bottom: 1px solid #ff8c00;
 border-left: 0.5em solid #ff8c00;
 border-right: none;
 padding: 0.3em;
}

/* ナビゲーションバー オレンジ*/
.c4{
 width: 600px;
 border-top: 1px solid #ff8c00;
 border-bottom: 1px solid #ff8c00;
 border-left: none;
 border-right: none;
 padding: 0.3em; 
 text-align: center;
}

/* タイトルバー ベージュ*/
h2 {
 color: #000000;
 background: #e1d0b8;
 font-size: 10px;
 font-weight: 400;
 line-height: 14px;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0em;
 padding: 0.3em;
}

/* タイトルバー 白*/
h3 {
 color: #000000;
 font-size: 10px;
 font-weight: 400;
 line-height: 14px;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0em;
 padding: 0.3em;
}

/* 本文スペース */
h4{
 border: none;
 width: 600px;
 margin-top: 10px;
 margin-bottom: 10px;
}

/* あいうえお用 */
h5 {
 width: 450px;
 font-size: 14px;
 font-weight: 700;
 padding: 0.3em;
 border-left: 0.5em solid #ff8c00;
 border-right: 0.5em solid #ff8c00;
 border-top: 1px dashed #ff8c00;
 border-bottom: 1px dashed #ff8c00;
}





