h1{
color:red;
background-image:url(../img/h1.gif);
}
h2{
background-color:floralwhite;
margin:0px;
}
h3{
color: steelblue;
border-top:1px solid;
}
h4{
color:red;
text-align:center;
border:solid 1px;
}
.kansou{
text-align:center;
background-color:#e6e6fa;
}
.section{
border:solid 1px;
background-color:white;
margin:10px;
padding:10px;
}
.box{
width:750px;
background-color:#bfefdf;
border:solid 1px;
margin:auto;
}
a:hover{
color:orange;
}
