@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

#header img{
    position: absolute;
    height: 224px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#header h1{
    position: absolute;
    top: 0;
    left: 0;
    margin: 18pt;
    padding: 0;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32pt;
    color: white;
}

#header ul{
    position: absolute;
    top: 55pt;
    left: 55pt;
    margin-top: 10pt;
    padding: 0;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18pt;
    color: white;
}

#header li{
    padding-top: 3pt;
    list-style-type: none;
}

#header a{
    color: white;
    text-decoration: none;
}

#footer {
    mergin: 10pt;
}

#sidemenu {
    position: absolute;
    top: 225px;
    left: 0;
    width: 200px;
}

#sidemenu ul{
    style-type: none;
}

#sidemenu li{
    text-align: center;
}

#sidemenu a{
    display: block;
    width: 160px;
    height: 24px;
    color: white;
    background-color: #990033;
    border: 1px;
    border-style: solid;
    border-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 6px;
}

#sidemenu a:hover{
    display: block;
    width: 160px;
    height: 24px;
    color: #990033;
    border: 1px;
    border-style: solid;
    border-color: #990033;
    background-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 6px;
}

#main{
    margin-top: 240px;
    margin-left: 200px;
    width: 700px;
}

#main h2{
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14pt;
 }

#main h3{
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
 }

#main h4{
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 12pt;
 }

#main p{
    margin-left: 5px;
    padding: 2px;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
}

#main p#parag{
    margin-left: 5px;
    padding-top: 5px;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
}

#main dl{
    font-family: ＭＳ ゴシック, sans-serif;
    padding: 5px;
}

#main dt{
    padding-top: 5px;
    font-weight: bold;
}

#main dd{
    padding-left: 50px;
}

#main a{
    text-decoration: none;
    color: #990033;
}

#main p#forecast{
    color: #777777;
}

#main p#soon{
    color: #3388FF;
}


#main p#right{
    text-align: right;
}

#main ul{
    list-style: none;
    font-family: ＭＳ ゴシック, sans-serif;
}

#main ul#circle{
    list-style-type: circle;
    font-family: ＭＳ ゴシック, sans-serif;
    margin-left: 20px;
}

#main li{
    padding: 5px;
}

#footer{
}

#main table#list{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    table-layout: auto;
    frame: box;
    rules: rows;
    border: 2px;
    border-collapse: collapse;
    font-family: ＭＳ ゴシック, sans-serif;
}

#main td#right{
    text-align: right;
}

#main a.button1:link{
    display: block;
    width: 160px;
    height: 24px;
    color: #FFFFFF;
    background-color: #339933;
    border: 1px;
    border-style: solid;
    border-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

#main a.button1:visited{
    display: block;
    width: 160px;
    height: 24px;
    color: #FFFFFF;
    background-color: #339933;
    border: 1px;
    border-style: solid;
    border-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

#main a.button1:hover{
    display: block;
    width: 160px;
    height: 24px;
    color: #339933;
    border: 1px;
    border-style: solid;
    border-color: #339933;
    background-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

#main a.button2:link{
    display: block;
    width: 160px;
    height: 24px;
    color: #FFFFFF;
    background-color: #3366FF;
    border: 1px;
    border-style: solid;
    border-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

#main a.button2:visited{
    display: block;
    width: 160px;
    height: 24px;
    color: #FFFFFF;
    background-color: #3366FF;
    border: 1px;
    border-style: solid;
    border-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

#main a.button2:hover{
    display: block;
    width: 160px;
    height: 24px;
    color: #3366FF;
    border: 1px;
    border-style: solid;
    border-color: #3366FF;
    background-color: white;
    font-family: ＭＳ ゴシック, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

#main em.attention{
    color: #CC5555;
}

#main div.info{
    margin-left: 6.0em;
    text-indent: -5.5em;
}

#main img.nikko1{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#main img.nikko2{
    top: 0;
    left: 0;
    margin-top: -3.0pt;
    padding: 0;
}