.listing {
  margin: 10px 10px 0 0;
}
.listing .ttl {
  font-size: 1.19em;
  font-weight:bold;
  color: #333;
  border: 0;
  border-bottom: #700 solid 1px;

}
.listing li {
  clear: both;
  float: left;
  width: 100%;
  margin: 8px 0 0 0;
}

.listing .t0 h1,
.listing .t0 h2,
.listing .t0 h3,
.listing .t0 h4,
.listing .t0 h5 {
  font-size: 0.84em;
  font-weight: normal;
  color: #157;
}
.listing .t1 h1,
.listing .t1 h2,
.listing .t1 h3,
.listing .t1 h4,
.listing .t1 h5 {
  font-size: 0.84em;
  font-weight:bold;
  color: #157;
}
.listing .t2 h1,
.listing .t2 h2,
.listing .t2 h3,
.listing .t2 h4,
.listing .t2 h5 {
  font-size: 1em;
  font-weight:bold;
  color: #157;
}
.listing .t3 h1,
.listing .t3 h2,
.listing .t3 h3,
.listing .t3 h4,
.listing .t3 h5 {
  font-size: 1.19em;
  font-weight:bold;
  color: #157;
}
.listing .t4 h1,
.listing .t4 h2,
.listing .t4 h3,
.listing .t4 h4,
.listing .t4 h5 {
  font-size: 1.42em;
  font-weight:bold;
  color: #751;
}
.listing .t4 a {
  color: #700;
}

.listing a {
  text-decoration: none;
  color: #157;
}
.listing a:hover {
  text-decoration: underline;
  color: #123;
}


.listing .lf {
  display: block;
  float: left;
  position: relative;
  margin: 0 6px 0 0;
}
.listing .rt {
  display: block;
  float: right;
  position: relative;
  margin: 0 0 0 6px;
}
.listing .ct {
  display: block;
  position: relative;
  margin: 0 6px;
}
.listing .lf span,
.listing .rt span,
.listing .ct span {
  border: 1px solid #fff;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
}





.menu {
  line-height: 0px;
  font-size: 0px;
}
.menu li {
  margin: 2px 0 0 0;
}
.menu li a {
  display: block;
  height: 18px;
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-indent: 6px;
  color: #157;
  background: #ccc;
  border-right: #a77 solid 5px;
}
.menu li a:hover,
.menu li.act a:hover {
  background: #aaa;
  border-right: #a00 solid 5px;
}
.menu li.act a {
  background: #555;
  color: #ddd;
  border-right: #a00 solid 5px;
}
