 
BODY{
 font-size : 12px;
 font-family : sans-serif;
 font-weight : normal;
 padding-top : 0pt;
 padding-left : 0pt;
 padding-right : 0pt;
 padding-bottom : 0pt;
 margin-top : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
 background-image : url(bg_01.gif);
 background-repeat : repeat-y;
 background-position : left top;
}
H1,H2,H3,H4,H5,H6,p{
 margin:0;
 padding:0;
    font-family: Verdana,Arial,sans-serif;

}
.date{
 font-size : 10px;
 color : #666666;
 padding-bottom: 5px;
}
.menu{
 font-size : 12px;
 color : #666666;
}
H2{
 font-size : 12px;
 font-weight : normal;
 padding-top : 0px;
 padding-left : 0px;
 padding-right : 0px;
 padding-bottom : 0px;
 margin-top : 0px;
 margin-left : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
}
.text{
 font-size : 12px;
 color : #666666;
 line-height : 145%;
}
.newswaku{
 padding-bottom : 15px;
 margin-top : 15px;
 margin-left : 20px;
 margin-right : 20px;
 margin-bottom : 0px;
 border-bottom-width : 1px;
 border-bottom-style : solid;
 border-bottom-color : #cccccc;
}
.newswaku_end{
 padding-bottom : 15px;
 margin-top : 15px;
 margin-left : 20px;
 margin-right : 20px;
}
.reportimg_waku{
 border-width : 1px;
 border-style : solid;
 border-color : #cccccc;
 margin-right : 15px;
 margin-bottom : 15px;
}

.newstitle{
 font-size : 14px;
 font-weight : normal;
}
A{
 text-decoration : none;
 color : black;
}
A:HOVER{
 color : #999999;
}
.menu A{
 text-decoration : none;
 color : #666666;
}
.menu A:HOVER{
 color : #999999;
}


/* Slide Show */

#slideshow{
    margin:0 0 10 0px;
    position:relative;
    width:800px;
    height:400px;
}

*html #slideshow{
    margin:0 0 10 0px;
    position:relative;
    width:800px;
    height:400px;
}

#slideshow div{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 400px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
