html,body{
  font-size : 12px;
  line-height:16pt;
  margin: 0;
  padding: 0;
  color: #333;
  background-image:url(back.gif);
}
A:link{
  text-decoration:underline;
  color: #009;
}
A:visited{
  text-decoration:underline;
  color: #009;
}
A:active{
  color:#C00;
}
A:hover{
  text-decoration:none;
  color:#C00;
}
strong { border-bottom: double red 3px; }
span.yellow { background-color: #ffff55; }
span.lime { background-color: #55ff55; }
span.blue { background-color: #55ffff; }
span.orange { background-color: #ffcc55; }
span.red { background-color: #ff5555; }
/*----- wrap -----*/
#wrap{
  float:center;
  width:770px;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  border-right:2px solid #999999;
  text-align:left;
  background-color:white;
  padding:0;
}


/*-----/wrap -----*/
/*-----main -----*/
.main{
   border-style:none;
   text-align:center;
}
td{
  font-size:13px;
  line-height:131%;}
}
.td.image{
  background-image:url(title.gif);
  background-repeat:none;
  width:770px;
  height:54px;
}
.fontlink{
  border-bottom:1px solid #F88D10;
  width:100%;
  padding:3px 5px 3px 5px;
}
.h1.title{
  font-size:15px;
  border-bottom:1px dotted #884400;
  width:580px;
  padding:2px 0 5px 5px;
  background-color:#FF8040;
  margin:0;
  color:white;
}
.h1.secrettitle{
  font-size:18px;
  border-bottom:1px solid orange;
  border-left:5px solid orange;
  width:580px;
  padding:2px 0 5px 5px;
  margin:0;
}
.font01{
  border-bottom:2px solid #733900;
  width:580px;
  padding:5px;
  margin:0 5px 5px 5px;
  text-align:left;
  background-color:#ebd8c2;
  color:#666666;
  line-height:16pt;
}
.fontbottom{
  border-color:#ff9966;
  border-style:solid;
  border-width:1px;
  padding:10px;
  margin-top:10px;
  width:630px;
}

.h1.a{
  font-size:15px;
  border-bottom:1px dotted #884400;
  width:580px;
  padding:2px 0 5px 5px;
  background-color:#006600;
  margin:0;
  color:white;
}

.back{
  border-bottom:2px solid #733900;
  width:580px;
  padding:5px;
  margin:0 5px 5px 5px;
  text-align:left;
  background-color:white;
}
.ul.secret{
  border-bottom:1px dotted #006600;
  border-right:1px dotted #006600;
  padding:2px 5px 5px 5px;
  list-style-image:url(common/check.gif);
  line-height:18pt;
  font-size:13px;
}



