/*-------------------------------------*/
/* BODY部分                            */
/*-------------------------------------*/

BODY{
  font-family : "MS UI Gothic",HG丸ｺﾞｼｯｸM-PRO,ＤＦPOP体;
  background-image : url(../kabe/back4.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  text-align : center;
  margin: 0 auto;
}

TABLE{
  text-align : center;
  margin: 0 auto;
}


/*-------------------------------------*/
/* リンク部分                          */
/*-------------------------------------*/
A:link    { color:#0000ff; }
A:visited { color:#0000ff; }
A:active  { color:#f40082; text-decoration:underline; }
A:hover   { color:#f40082; text-decoration:underline; }
A{ text-decoration:none; }


.bg1{ background-color:white;}
.bg2{ background-color:#ccff80;}
.bg3{ background-color:#fff4f4;}


.td1{
font-size : 12px; 
text-align : left;
margin: 10px;
}


#td2 { font-size : 9pt; 
  font-family : "ＭＳ ゴシック";
  text-align : center;
  margin: 0 auto;
  font-weight : bolder;
}


*.logbox
{
  border: solid 1px #808080;
  width: 100%;
  height: 100%;
  overflow: auto;
}
q  { color: #008000; }