@charset "Shift_JIS";
body{
  background-color: transparent;
  background : transparent url(well05.gif) repeat fixed 0% 0%;
}
h6{
  font-weight: normal;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: small;
}
#mainwrap{
  width: 500px;
}
#maintable{
  width: 500px;
  background-color: white;
}
.cell01{
  text-align: right;
  width: 70px;
}
p{
  font-size: small;
  margin: 5px;
}
h3{
  font-size: medium;
  font-weight: normal;
  margin: 5px;
}
.cell02{
  text-align: left;
  width: 150px;
}
.cell03{
  text-align: left;
  width: 380px;
}
.cell04{
  text-align: right;
}
a:link {
  color: navy;
  text-decoration: none;
}
a:visited {
  color: purple;
  text-decoration: none;
}
a:hover {
  color: fuchsia;
  TEXT-DECORATION: underline
;
}
a:active {
  COLOR: #ff6600;
  TEXT-DECORATION: underline
;
}