@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    border-top: 5px solid #333333;
    border-bottom: 5px solid #333333;
    background-color: #F0FFF0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1 {
    font-size: 10px;
    font-weight: normal;
    padding: 3px;
}
h2,h3,h4,h5 {
    height: 30px;
    width: 580px;
    margin: 0px auto 5px auto;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    padding: 0px 0px 0px 40px;
    background: url("../images/button9.gif") no-repeat;
}

#header {
    height: 220px;
    width: 820px;
    margin: 25px auto 0px auto;
}
    #img {
        height: 200px;
        width: 820px;
        background: url("../images/main10.jpg");
        border:1px solid #666666;
    }

#contents {
    padding: 0px;
    height: auto;
    width: 820px;
    margin: 30px auto 30px auto;
}

#left {
    float: right;
    height: auto;
    width: 620px;
}
    #left p {
        font-size: 14px;
        padding: 10px;
        height: auto;
        width: 600px;
        margin: 0px auto 30px auto;
    }
    #left a {
        color: #FF6600;
        text-decoration: none;
    }
    #left a:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #333333;
    }
#right {
    float: left;
    height: auto;
    width: 200px;
}
    #right .sidebar {
        padding: 0px;
        height: 40px;
        width: 180px;
        margin: 0px auto 10px auto;
        font-size: 10px;
        line-height: 25px;
        color: #666666;
        text-decoration: none;
    }
    #right .sidebar a {
        display: block;
        text-align: center;
        width: 180px;
        height: 40px;
        padding: 10px 0px;
        text-decoration: none;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        background: url("../images/sidebar9.gif") no-repeat;
    }
    #right ul li {
        padding: 0px;
        list-style-type: none;
        height:auto;
        margin-bottom: 5px; 
   }

.clear {
    clear: both;
    height: auto;
    width: auto;
}
