@charset "utf-8";

body {
    color: #444444;
    font-size: 12px;
    font-family: 'KozGoStd-Regular',
                 'Hiragino Kaku Gothic Pro',
                 'ヒラギノ角ゴ Pro W3',
                 'Meiryo',
                 'メイリオ',
                 'Geneva',
                 'Arial',
                 'Verdana',
                 'sans-serif';
    background-color: #ffffff;
    #background-image: url(../images/back.gif);
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    background-position: center top;
    }

A:link {
    color: #e56846;
    text-decoration: none;
    font-weight: bold;
    }

A:visited {
    color: #e56846;
    text-decoration: none;
    font-weight: bold;
    }

A:active {
    color: #e56846;
    font-weight: bold;
    }

A:hover {
    color: #e56846;
    font-weight: bold;
    }

#header {
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }

#header h1 {
    font-size:14px;
    font-weight:normal;
    vertical-align: top;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin: 0;
    }

.title {
    font-size: 16px;
    line-height: 160%
    }

.big {
    font-size: 14px;
    line-height: 160%
    }

.txt {
    font-size: 12px;
    line-height: 160%
    }

.small {
    font-size: 11px;
    line-height: 160%
    }
