body{
  background-color:#ffffff;
  font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Verdana, "ＭＳ Ｐゴシック", Osaka,     sans-serif;
}
div#container {
  position: relative;
  width: 780px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #ccc;
  background-color: #fff;
  text-align: left;
}
div#head{
  display:block;
  width:780px;
  height:50px;
  background-image:url(../image/top.gif);
  background-position: 0 0;
  background-repeat:no-repeat;
  background-color:transparent;
}
div#form{
  display:block;
  width:auto;
  height:auto;
}
div#form h1{
  width:780px;
  font-size:12px;
  color:#333;
  border-bottom:solid 1px #333;
}
div#form p{
  display:block;
  width:auto;
  font-size:12px;
  color:#c00;
}

.table{
  border:hidden;
  border-collapse:collapse;
  border-spacing:0;
  background-color:#fff;
  empty-cells:show;
  font-size:12px;
  margin-top:10px;
}
.table th{
  color:#666;
  background-position:left top;
  text-align:left;
  width:130px;
}
.table td{
  color:#666;
  background-position:left top;
  text-align:left;
}
.table a{
  color:#333;
}
div#ftr{
  display:block;
  margin-top:20px;
  width:780px;
  height:auto;
  border-top:solid 1px #333;
}

