@charset "Shift_JIS";

body{
  background-image:url(../../img/back_g.gif);
  background-position: top;
  margin: 0px;
  font-size:95%;
  line-height:1.2em;
  background-repeat : repeat-y;
}
.ita{
	font-style: italic;
}
.red{
  color : red;
}
.main{
  width : 800px;
margin: 0 auto;  
}

.HrClass{
	border:none;
border-top:dashed 1px gray;
height:1px;
width:100%;
}

a:link{
  color:#0000ff;
  text-decoration:underline;
}

a:visited{
  text-decoration:underline;
  color:#4a4aff;
}

A:HOVER{
  color: #ff0000;
  text-decoration:underline;
}

.FoClass{
  font-size: 90%;
  line-height: 1.2em;
}

HR{
  width : 100%;
  height : 1px;
}

h1{
  font-size: 12px;
@letter-spacing: 3px;
  color : white;
  background-color : #0000ae;
  text-align: center;
  width : 848px;
  height: 18px;
margin: 0 auto;
}

H2{
  font-size : 18px;
  font-weight : bold;
}
