@charset 'UTF-8';
/***************************************************************
    SYSTEM   : こだま製作所
    TITLE    : よくある質問ページスタイルシートの定義
    SHEET    : qanswer.css
    VERSION  : Ver1.2.4
    LANGUAGE : CSS level2
    CODESET  : UTF-8
    EXPLAIN  : よくある質問ページの色や形状を定義する。
    AUTHOR   : yap
    CREATED  : 2009/01/10  //as Ver1.2.1
    UPDATED  : 2009/05/18  //as Ver1.2.4
***************************************************************/

/***************************************************************
    クラスの定義
***************************************************************/

/* 見出し部の定義 (Override) */
.capt {
    clear: both;
    margin: 8px 0px;
    width: 592px;
    height: auto;
    background: #E5E5E5 url('../images/qanswer_question.gif') no-repeat;
}

/* 見出し部文字の定義 (Override) */
.capt h4 {
    margin: 0px;
    padding: 8px 8px 8px 48px;
    color: #666666;
    font-size: 10.5pt;
    font-weight: bold;
    line-height: 1.5em;
}

/* 説明部の定義 (Override) */
.expl {
    padding: 0px 16px 8px 48px;
    line-height: 1.8em;
    background: url('../images/qanswer_answer.gif') no-repeat;
}

/* アタッチ部項目の定義 */
.atts {
    float: left;
}

