
BODY{
  background-color : white;
  background-image : url(../image/botan.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  margin-top : 80px;
  scrollbar-base-color: white;
  scrollbar-face-color: white;
  scrollbar-highlight-color: #397F71;
  scrollbar-shadow-color: #397F71;
  scrollbar-arrow-color: #397F71;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
}
H3{
  font-size : 12pt;
  font-family : "ＭＳ Ｐ明朝";
  font-weight : bold;
  line-height : 140%;
  color : #397F71;
  width : 350;
  text-align : left;
  border-bottom : 3px double  #397F71;
}
H4{
  font-size : 10pt;
  font-weight : bold;
  line-height : 140%;
  color : #397F71;
  width : 500;
  text-align : left;
}
P{
  font-size : 10pt;
  line-height : 130%;
  color : #615A38;
  width : 500;
  text-align : left;
  padding-bottom : 10pt;
  border-bottom : 1px dotted  #397F71;
}
.HOME{
  font-size : 10pt;
  font-family : "MS UI Gothic";
  padding : 2px;
  background-color : #397F71;
  text-align : center;
  border : double #397F71 3px;}
