#header .linkBtn A {
  background-position: bottom;
  text-decoration: none;
}
#contents .subLinkList {
  width: inherit;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px dashed #666666;
  padding: 10px 0;
}
#contents LI,
#contents LI P,
#contents DL {
  float: left;
}
#contents LI {
  width: inherit;
  border-bottom: 1px dashed #666666;
  padding-bottom: 7px;
  margin-top: 15px;
}
#contents LI P {
  width: 200px;
  height: 40px;
  font-size: 15px;
  margin-right: 10px;
}
#contents DL {
  width: 490px;
}
#contents DT {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 2px;
}
#contents DD {
  font-size: 12px;
  color: #666666;
}
#contents SPAN {
  font-size: 12px;
  color: #666666;
}
