@import "/629/07/base.css";
@import "/629/07/header.css";
@import "/629/07/footer.css";
@import "/629/07/side_contents.css";

#main_contents {
    float: right;
    width: 540px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 24px;
    padding-right: 116px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #cacaca;
}

#page_title {
    display: block;
    width: 500px;
    height: 200px;
    margin-left: 38px;
    background: url(/629/07/img/about_title.jpg) no-repeat;
    text-indent: -999em;
}

#main_contents p {
    margin-top: 18px;
    margin-left: 40px;
    font-size: 12px;
    line-height: 24px;
    color: #cacaca;
}

#archive {
    margin-top: 4px;
    margin-right: 4px;
    text-align: right;
}

#archive a {
    color: #909090;
    text-decoration: none;
}

#archive a:hover {
    color: #b0b0b0;
}

#questions {
    margin-top: 24px;
    margin-left: 40px;
}

#question_title {
    float: left;
    display: block;
    width: 140px;
    height: 140px;
    background: url(/629/07/img/about_question.gif) no-repeat;
    text-indent: -999em;
}

#question_body {
    float: right;
    width: 326px;
}

.question {
    font-weight: bold;
    color: #D06000;
    margin-bottom: 6px;
}

.answer {
    margin-bottom: 9px;
}