body{
color:darkstillgray;
background-image:url(gif/hishigata2.gif);
background-attachment:fixed;
background-repeat:repeat-y;
}

td{
font-size:14px;
color:darkslategray;
line-height:170%
}

th{
font-size:13px;
color:indigo;
}

.d1{margin-left:55px;
margin-right:20px;
line-height:190%;
}
.d2{margin-left:160px;
margin-right:80px;
line-height:180%;
font-size:13px;
color:teal;
}


H1 {
    font-size: 20px;
    color:darkslategray;
    background-color:#b8fce2;
    border-width: 3px 1px 3px 1px;
    border-color: gray;
    border-style: solid;
    width:630px;
    line-height:150%;
}


H2 {background-color:#ffffd0;
    font-size: 22px;
    border-width: 0px 0px 3px 0px;
    border-color: #008040;
    border-style: solid;
}

a{text-decoration: none}
a:link{color:maroon}
a:visited{color:navy}
a:active{color:orange}
a:hover{color:crimson}
