body{
  background-image: url("image/back02.gif");
  background-attachment: fixed;
  background-repeat : repeat-y
  overflow : hidden
 }
 
 h1{
  text-indent : 2em;
   color : #4169E1;
  font-weight: bold;
  }
  
   h2{
  text-indent : 0em;
   color : #4169E1;
  font-weight: bold;
  }

 ul{
 list-style-image : url("image/momiji01.gif");
 }

 li{
  color : #6495ED;
  text-indent : 4em;
  font-size : 18px;
  font-weight : bold;
}

 g1{
 style-image: url("image/line01.gif");
 }
.attention {
	color: #990033;
	background-color: #999999;
	width: 500px;
	font-size: 24px;
	line-height: 2em;
	border: 1px solid #000000;
}
