@charset "UTF-8";

/* 共通部分
------------------*/
html {
    font-size: 100%;
}
body {
    font-family: "Hiragino Karu Gothic ProN", "Hiragino Sans", "BIZ UPDGothic", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    background-image: url(../kabegami-gif/PAPER_08.GIF);
    background-repeat: repeat;
    padding-top: 0px;
}
a {
    text-decoration: underline;
}
div {
    margin-top: 20px;
    margin-left: 20px;
}