/***********************************
 *   更新日  ： 2001/10/21         *
 ***********************************/

/* 背景指定 */
.body {
  background-image: url(../image/);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 270 120;
}

