@charset "utf-8";
/* CSS Document */

#wrapper #main {
    float: left;
    display: inline;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 594px;
}

#wrapper #main #faq {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    margin-right: 11px;
    padding: 0px;
}

#wrapper #main #faq #faq_title {
    margin: 0px;
    text-indent: -9999px;
    width: 540px;
    height: 30px;
    background-image: url(../img/faq/faq_title.gif);
    background-position: top left;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
}

#wrapper #main #faq #others_title {
    margin-top: 25px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 0px;
    text-indent: -9999px;
    width: 500px;
    height: 30px;
    background-image: url(../img/faq/others.gif);
    background-position: top left;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
}

#wrapper #main ul.question_list {
    list-style-image: url(../img/faq/question.gif);
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 0px;
    padding: 0px;
}

#wrapper #main li.question_item {
    margin: 4px 0px;
    padding: 0px;
    font-size: 14px;
}

#wrapper #main a.list_question_link {
    color: #336699;
}

#wrapper #main a:visited.list_question_link {
    color: #6666BB;
}

#wrapper #main a:hover.list_question_link {
    color: #336699;
    text-decoration: underline;
}

#wrapper #main #faq #faq_message {
    margin: 20px 18px;
    padding: 0px;
}





#wrapper #main #question {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    margin-right: 11px;
    padding: 0px;
}

#wrapper #main #question #faq_title {
    margin: 0px;
    text-indent: -9999px;
    width: 540px;
    height: 30px;
    background-image: url(../img/faq/faq_title.gif);
    background-position: top left;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
}

#wrapper #main #question dl.question_and_answer {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 0px;
    padding: 0px;
    width: 510px;
}

#wrapper #main #question dt.qa_title {
    float: left;
    clear: both;
    margin: 4px 0px;
    width: 20px;
}

#wrapper #main #question dd.qa_data {
    float: left;
    margin: 4px 0px;
    width: 490px;
    line-height: 1.4em;
}

#wrapper #main #question dd.question_text {
}

#wrapper #main #question dd.answer_text {
}
