*{
    margin:0;
    padding:0;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-face-color:#99ff99;
    scrollbar-highlight-color:#ccffcc;
    scrollbar-shadow-color:#ccffcc;
    scrollbar-track-color:#FFFFFF;
}
body {
    background-image: url(haikei.jpg);
    background-attachment: fixed;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-color:#FFFFFF;
    text-align:center;
}
body div{
    text-align:left;
    margin:0 auto;
}
#analyze{
    font-size:60%;
}
#base{
    width:80%;
    margin-top:50px;
    border:1px solid #669999;
    background-color:#99ff99;
    filter:progid:dximagetransform.microsoft.alpha(Style=0, opacity=60);
}
#title{
}
h1{
    font-size:3em;
    line-height:1.4em;
    text-align:center;
    font-family:'HGP行書体', 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka;
    color:#003333;
    background-color:#ccffcc;
}
h2{
    display:none;
}
#container {
    width:100%;
    height:20em;
    border-top:1px solid #669999;
    border-bottom:1px solid #669999;
}
#menu {
    width: 20%;
    float: left;
    font-size:80%;
    height:100%;
    border-right:1px solid #669999;
}
#menu1{
    width:100%;
}
#menu1 li{
    display:block;
    list-style: none;
    line-height:1.5em;
    border-bottom:1px solid #669999;
}
#menu1 li a{
    text-decoration:none;
    display:block;
    width:100%;
    text-indent:1em;
}
#menu1 li a:hover{
    background-color:#99aa99;
    color:#ffffff;
}
#main {
    width: 78%;
    float: left;
    height:100%;
}
#content{
    font-size:80%;
    line-height:1.4em;
    height:85%;
    padding:1%;
    text-align:center;
}
#news{
    overflow:auto;
    height:20em;
    width:100%;
    margin:0 auto;
    text-align:left;
    padding:2px;
}
#count{
    height:15%;
    text-align:center;
}
#footer {
    width: auto;
    clear: both;
    text-align:right;
}
#footer address{
    margin: 0;
    line-height: 1.4em;
    font-size:60%;
    font-style:normal;
    background-color:#ccffcc;
}
