@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#wrap{
  margin-top:0;
}

#content h2{
  line-height:1.0;
  font-size:1.3em;
  color:#fff;
  letter-spacing:-0.3px;
  margin-bottom: 20px;
  padding: 8px 0 6px 15px;
  background:url(../image/h3_bg.jpg) left bottom no-repeat;
}



/* topics
--------------------------------------------------------------------*/
#content .topics{
  height:181px;
  overflow-y:scroll;
  margin-bottom:30px;
}

#content .topics dl{
  zoom:1;
  overflow:hidden;
  padding:5px 0 0 16px;
  border-bottom: 1px dashed #ccc;
}


#content .topics dt {
  float: left;
}

#content .topics dd {
  padding: 0 0 0 105px;
}





/* tuwen
--------------------------------------------------------------------*/
#content .tuwen{
  overflow:hidden;
  zoom:1;
  clear:both;
  margin: 0 0 55px;
}

#content .tuwen ul{
  float:right;
}


#content .tuwen p{
  width:400px;
  margin: -2px 0 21px 2px;
}

#content .tuwen p.spa{
  margin-bottom:0;
}





























