#container {
    background-image: url(image/back_main.jpg);
    background-repeat: repeat;
    background-position: bottom;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    
    color: #050A90;
    font-style: italic;
}
#container #contents p {
    margin: 0;
    padding-bottom: 5px;
}

#container #contents {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #033;
}
#container #contents {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #033;
    float: right;
    width: 600px;
}

#container #navibar {
    background-color: #fff;
    width: 180px;
    height: auto;
}
#container #navibar h5 {
    padding: 0;
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    text-align: right;
}
#container #navibar h5　a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    color: #030;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 20px;
}
.btn_linecolor_red {
    border-bottom: 2px solid #ccc;
    border-left: 10px solid #F50D23;
    border-right: 2px solid #ccc;
    font-size: 20px;
    margin-right: 2px;
}
.btn_linecolor_green {
    border-bottom: 2px solid #ccc;
    border-left: 10px solid #24672E;
    border-right: 2px solid #ccc;
    font-size: 20px;
    margin-right: 2px;
}
#container #navibar h5 a:hover {
    background-color: #4177F5;
    color: #F8F4F4;
}

#container #footer {
    text-align: right;
    clear: both;
}
@charset "utf-8";
body {
    background-color: #E4F7F4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    color: #680906;
}
body table {
}
