@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#conts {
    width: 920px;
    padding-bottom: 50px;
}

#conts h3 {
    margin: 50px 50px 15px;
    border-bottom: 1px solid #ccc;

    font-size: 16px;
}

#conts p {
    margin: 0 90px;
}

#conts p.mt20 {
    margin-top: 20px;
}

h2.main {
    width: 920px;
    height: 97px;
    background: url(../img/guide/h2_img01.jpg);
    text-indent: -9999px;
}
h2.attention {
    width: 920px;
    height: 97px;
    background: url(../img/guide/h2_attention.gif);
    text-indent: -9999px;
}
h2.information {
    width: 920px;
    height: 92px;
    background: url(../img/guide/h2_information.gif);
    text-indent: -9999px;
}
