@charset 'shift_jis';
/*
 * interview.css - インタビューのCSS
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 *
 * $Id: interview.css,v 1.3 2006/08/20 17:51:46 flix Exp $
 */

/* ========== NEW STYLE ============== */
.interview-1_0 {
    background: #EEE;
}
.interview-1_0 .interview-persons {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: black;
    padding: 8px;
}
.interview-1_0 .interview-movie {
    text-align: center;
    font-size: 12px;
    padding: 8px;
    color: white;
    background: black;
    border-top: solid 1px #FFF;
}
.interview-1_0 .interview-lead {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: #A00;
    padding: 8px 8px 8px 8px;
}
.interview-1_0 .interview-cover {
    text-align: center;
    background: #CCC;
    padding: 32px 4px 16px 4px;
}
.interview-1_0 .headline {
    border-left: solid 8px black;
    padding-left: 4px;
}
.interview-1_0 .section {
    padding-bottom: 16px;
    border-bottom: solid 1px gray;
}

/* credit */
.simple .credit {
    text-align: center;
    margin: 12px 0px;
    color: blue;
}

/* headline */
.simple .headline {
    margin: 1em 0px;
    text-align: left;
}

/* section */
.simple .section {
    margin: 2em 0px;
}

/* par */
.simple .typeQ {
    color: blue;
    margin: 0.6em 0px;
}
.simple .typeQ .mark {
    font-weight: bold;
}
.simple .typeA {
    margin: 0.6em 0px;
}
.simple .typeA .mark {
    color: #800;
    font-weight: bold;
}
.simple .type {
    margin: 0.6em 0px;
}

/* comment */
.simple .comment {
    margin: 4em 0px 0px;
}

