@charset "shift_jis";
BODY{
  color: #000000;
  background-color: #EEEEDD;
  background-image : url(sand2.gif);
}
H1{
  color: #FFFFFF;
  background-color: #666644;
  background-image : url(sand1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
HR{
  color: #666644;
  height: 3px;
}
P{
  color: #000000;
  line-height : 1.5em;
  margin-left : 15%;
  margin-right : 15%;
}
A{
  color: #666644;
  text-decoration: none;
}
A:VISITED{
  color: #666666;
  text-decoration: none;
}
A:HOVER{
  color: #666644;
  text-decoration: underline;
}
A:ACTIVE{
  color: #990000;
  text-decoration: none;
}
STRONG{
  color : #800000;
}
ADDRESS{
  text-align : right;
}
