@charset "shift_jis";

/*h2見出し*/

h2 {
  color: #FFCC00;
  font-size: 100%;
  font-weight: normal;
  background: #161616;
  text-indent: 30px;
  line-height: 20px;
  text-align: center;
  border-top: 1px solid #666666;
}

#banner {
  height: 150px;
  width: 800px;
  float: left;
}

/*リンクエリア*/
#linkarea {

}

/*リンク情報リスト*/

dt {
  font-size: 100%;
  color: #E7E7E7;
  line-height: 20px;
  padding-left: 13px;
  padding-top: 10px;
  background: url(../img/list01.gif) no-repeat left 75%;
}

dd {
  line-height: 25px;
  color: #E7E7E7;
  font-size: 100%;
  border-bottom: 1px dotted #E7E7E7;
  padding-left: 5px;
}
