BODY {
  text-align : center;
}
h1 {
  font-size: 2.0em;
  font-family: Georgia;
  background-image: url("img/bara.gif"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  padding-left: 35px; /* 余白 */
  line-height: 100%; /* 行の高さ */
}
h2 {
  font-size: 1.2em;
  font-family: Georgia;
  background-image: url("img/text.gif"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  padding-left: 22px; /* 余白 */
  line-height: 100%; /* 行の高さ */
}
h3 {
  color: #c0c0c0;
  background-color: #191970;
  border-color: #8b008b;
  border-style: solid ridge;
text-align: center; cursor:crosshair; 
}
H4 {color: #ffa500; background: #000080; font-weight: bold; 
border-style: double groove; border-color:#00bfff; border-width: medium;}
.ft0 {
  filter: shadow(color=white, direction=135);
  width: 100%;
  height: 140px;
}