@charset "utf-8";

#alpha {
  background:url("../img/alpha-title.gif") no-repeat;
  min-height:500px;
}

.dock-flow {
  width:423px;
  margin:.5em auto .5em auto;
  padding-bottom:28px;
  background:url("../img/down-arrow.gif") center bottom no-repeat;
}
.last {
  background:none;
  padding-bottom:0;
  margin-bottom:1.8em;
}
.dock-num {
  width:30px;
  padding:5px 0;
  text-align:center;
  color:#ffffff;
  background-color:#7b0c26;
  border:solid 1px #cccccc;
  border-right:none;
  font-weight:bold;
  float:left;
}
.dock-txt {
  width:370px;
  padding:5px 10px;
  border:solid 1px #cccccc;
  float:right;
}

.test-title {
  border-bottom:dotted 1px #999999;
}
.test-list {
  margin-top:-1.4em;
}
.test-list td {
  width:195px;
  border:none;
  padding:2px 0 2px 20px;
  background:url("../../img/ind-red.gif") 8px center no-repeat;
}

