BODY{
 background-color:white;
 background-image: url(./img/kiroku_0.JPG);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: right bottom;
 margin-left: 5%;
 margin-right: 5%;
 margin-bottom: 5%;
 color:#0099ff;
}
H1{
  text-align: center;
  background-color:white;
  color:black;
}H2{
  color:black;
}
h3{
  color:black;
}
P{
  text-indent: 2em;
}
UL{
 list-style-type:square;
}
dt{
 line-height: 2;
}


ADDRESS{
 text-align: center;
 background-color: white;
 color: black;
}
