/* ***********************************************/
/*    DATE        : 2005/07/08
    TITLE        : 入会案内＞Ｑ＆Ａ
    FILE_NAME    : q_a.css
    AUTHER        : FOIS / H.Ota                     */
/*************************************************/

.tb-qa-layout
    {
        width            :    700px;
        margin-bottom    :    20px;
    }
    
.tb-question-title
    {
        width                :    640px;
        height                :    41px;
        background-image    :    url("image/bk_qa_01.gif");
        background-position    :    right top;
        background-repeat    :    repeat-x;
        padding-top            :    10px;
    }

.tb-question-image
    {
        width    :    60px;
        background-image    :    url("image/bk_qa_01.gif");
        background-repeat    :    repeat-x;
    }
.tb-answer
    {
        background-image    :    url("image/ic_qa_a01.gif");
        background-position    :    left middle;
        background-repeat    :    no-repeat;
        position            :    relative;
        left                :    5px;
        top                    :    5px;
        height                :    50px;
    }


.question-font
    {
        font-size        :    16px;
        font-weight        :    bold;
        color            :    #FFFFFF;
        position        :    relative;
        left            :    10px;
    }
    
.answer-text
    {
        padding-left    :    80px;
        width            :    650px;
        
    }
