@charset "utf-8";

body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
        'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, monospace;
    background: url("../images/common/background.jpg");
    padding-bottom: 30px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #A5B962;
    text-decoration: none;
}

a:active {
    color: #333333;
}

ul {
    list-style-type: none;
}

div#header {
    background: url(../images/common/header_background.jpg) repeat-x;
    text-align: center;
    margin-bottom: 30px;
}

.pad0 {
    padding: 0;
}

.padT5 {
    padding-top: 5px;
}

.padTB10 {
    padding: 10px 0;
}

.marB5 {
    margin-bottom: 5px;
}

.marB15 {
    margin-bottom: 15px;
}

.fwB {
    font-weight: bold;
}

.fs18 {
    font-size: 18px;
}

.fcRed {
    color: #F00;
}

.width_200 {
    width: 200px;
}

.width_290 {
    width: 290px;
}

.width_300 {
    width: 300px;
}

.width_500 {
    width: 500px;
}