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

body  {
    background-color: #d0cfc3;
    color: #000000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    font-size: medium;
    line-height: 1.4em;
    text-align: left;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}a:active {
    text-decoration: none;
}
-->