#main {
  margin-left: auto;
  margin-right: auto;
}

table {
  margin-left: auto;
  margin-right: auto;
}

.word {
  font-size:12px;
  color:#363636;
}

.link01 {
  font-size: 12px;
  color: #ff0000;
  text-decoration: underline;
}

.link01:hover {
  font-size: 12px;
  color: #ff0000;
  text-decoration: none;
} 

.link02 {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  text-decoration:none;
}

.link02:hover {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  text-decoration:underline;
} 

.botton {
  width: 90px;
  height: 30px;
  background-image:url(./images/login_37.png);
  border:0px;

}

.field01 {
  color: #b2b2b2;
  font-size: 12px;
  border: solid 1px #8d8d8d;
  width: 137px;
  height: 15px;	
  padding-top:3px;
  padding-left:4px;
  margin-right: 10px;
}

.field02 {
  color: #b2b2b2;
  font-size: 12px;
  border: solid 1px #8d8d8d;
  width: 60px;
  height: 15px;	
  padding-top:3px;
  padding-left:4px;
  margin-right: 10px;
}

.bg {
  background-repeat: repeat-y;
  background-position:center;
}

.bg01 {
  background-repeat: repeat-x;
  background-position:center;
}
