<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(./reset.css);
@import url(./base.css);
@import url(./common.css);


/* box
--------------------------------------------------------------------*/
#content .box{
  padding-bottom:15px;
}

#content .box dl{
  overflow:hidden;
  zoom:1;
  clear:both;
  margin-bottom:19px;
}

#content .box dl dt{
  float:left;
}

#content .box dl dd{
  width:522px;
  margin: 5px 0 0 90px;
  *margin: 5px 0 0 87px;
  _margin: 5px 0 0 83px;
}

#content .box dl dd.spa{
  margin-top:-3px;
}


/* tuwen
--------------------------------------------------------------------*/
#content .tuwen{
  overflow:hidden;
  zoom:1;
  clear:both;
  margin-bottom:30px;
}

#content .tuwen.spa{
  margin-bottom:26px;
}

#content .tuwen ul{
  float:left;
}

#content .tuwen p{
  width:440px;
  margin: -3px 0 0 170px;
  *margin: -3px 0 0 167px;
}

#content .tuwen p.top{
  margin-bottom:22px;
}

#content .tuwen p.mid{
  margin: 19px 0 22px 170px;
  *margin: 19px 0 22px 167px;
}

/* table
--------------------------------------------------------------------*/
#content table{
  width:610px;
  margin-bottom:30px;
}

#content table th{
  background:#EEE;
  width:140px;
  font-weight:normal;
  padding: 7px 0 0 9px;
}

#content table td{
  line-height:1.65;
  padding: 6px 0 5px 9px;
}


#content table.spa{
  margin-bottom:18px;
}


#content table.spa th{
  width:134px;
  text-align:center;
  color:#fff;
  background:#009999;
  padding: 7px 0 5px 0;
}

#content table.spa th.spa,#content table.spa td.spa{
  font-weight:bold;
}

#content table.spa td.spa{
  background:#D0F2EC;
}

#content table.spa td{
  width:78px;
  text-align:center;
  vertical-align:middle;
  padding: 6px 0 5px 0;
}

























</pre></body></html>