html {
    width: 100%;
    height: 100%;
/*
    overflow: hidden;
*/
}
* {
    padding: 0px; 
    margin: 0px;
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 90%;
    width: 100%;
    height: 100%;
    color: #000000;
    font-family: sans-serif, "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    background-image: url('../images/bg.gif');
/*
    background-color:#B0D0FF;
    line-height: 170%;
*/
}
a {
    text-decoration:none;
    color:#0000FF;
}
a:active{
    color:#FF0000;
}
a:visited{
    color:#0000FF;
}
a:hover{
    text-decoration:underline; color:#F00000;
}
h1 {
    font-size: 100%;
}
h2 {
    font-size: 100%;
}
h3 {
    font-size: 100%;
}
h4 {
    font-size: 100%;
}
img {
    border: 0px;
}