@charset "UTF-8";

/*===============================
全般的なスタイル
===============================*/
body {
    background-color: #EFEDE9;
    color: #000;
    font-family: "verdana", sans-serif;
    text-align: justify;
    text-justify: inter-character;
    text-decoration: none;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #0033ff;
    text-decoration: none;
}

a:link {
    color: #0000ff;
}

a:visited {
    color: #0000ff;
}

div#main {
    /* 全枠 */
    width: 888px;
    margin: 88px auto 0px;
    padding-bottom: 30px;
    line-height: 1.0;
    display: block;
}

p.c {
    text-align: center;
    line-height: 1.9;
    margin-bottom: 22px;
