body {
  background-image: url("img/backimg.jpg"); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position:right top;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */
}
H1{
  font-size : 70%;
}

.f01{
  font-size : 80%;
  line-height : 150%;
}
.f02{
  font-size : 70%;
  line-height : 150%;
}
.f03{
  font-size : 75%;
  line-height : 150%;
}
a { 
text-decoration: none; 
} 
a:hover { 
text-decoration: underline; 
}
