@charset "utf-8";

ol li {
  margin-left:3em;
  list-style-type:decimal;
}
dd {
  margin-left:3em;
}
ol li ol {
  margin-top:0;
  margin-bottom:0;
}
ol li ol li {
  list-style-type:upper-alpha;
}

#about-wrap {
  width:610px;
}
#about-logo {
  width:240px;
  padding-top:20px;
  float:left;
}
#about-txt {
  width:350px;
  float:right;
}

#reqform {
  width:450px;
  margin:18px auto;
}
#reqform-button {
  margin:12px 0;
  text-align:center;
}
#reqform td {
  padding:2px 0;
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
}

