body {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #f9e1e8;
	background-image: url(../img/bgimg_a.gif);
    background-position: center center;
	margin: 5px;


    text-align:center;






}
#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:650px;         /* 幅を決定する */
    }


A{
  color : #009999;
  
}
A:LINK{
  color : #990000;
}
A:VISITED{
  color : #990000;
}
A:HOVER{
  color : red;
}

.fc1{
  color : #281972;
}
.fc2{
  color : #996600;
}
.fc3{
  color : #FF6600;
}
.fc4{
  color : #666666;
}
.imglock {
	background-repeat: no-repeat;
}
.txt25 {
	line-height: 25px;
}
