@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content p.no1{
  margin: -3px 0 11px 2px;
}

#content p.no2{
  margin: -4px 0 25px 2px;
}



/* fir
--------------------------------------------------------------------*/
#content dl.fir{
  margin: 0 0 4px 2px;
}

#content dl.fir dt{
  font-size:1.2em;
  font-weight:bold;
}

#content dl.fir dd.spa{
  margin: 4px 0 6px -2px;
  padding: 3px 0 1px 7px;
  border: 1px solid #999;
}

#content dl.fir dt.spa{
  margin: 11px 0 0;
}


/* table
--------------------------------------------------------------------*/
#content table{
  margin-bottom:10px;
}

#content table th{
  color:#fff;
  width:340px;
  font-weight:normal;
  background:#666;
  padding: 3px 0 0 9px;
}

#content table td{
  text-align:right;
  padding: 3px 11px 1px 0;
}



/* box1
--------------------------------------------------------------------*/
#content .box1{
  padding-left:155px;
}


/* sec
--------------------------------------------------------------------*/
#content .box1 dl.sec dt{
  width:298px;
  text-align:center;
  padding: 5px 0 3px;
  font-size:1.2em;
  border: 1px solid #999;
  margin-bottom: 10px;
}

#content .box1 dl.sec dd{
  width:298px;
  text-align:center;
  margin: 1px 0 10px;
}


/* thid
--------------------------------------------------------------------*/
#content dl.thid dt{
  text-align:center;
  padding: 5px 0 3px;
  font-size:1.2em;
  border: 1px solid #999;
  margin-bottom: 10px;
}

#content dl.thid dd{
  text-align:center;
  margin: 1px 0 10px;
}


/* box2
--------------------------------------------------------------------*/
#content .box2{
  overflow:hidden;
  zoom:1;
  clear:both;
  margin-bottom:58px;
}

#content .box2 dl.left{
  float:left;
  width:295px;
}

#content .box2 dl.right{
  float:right;
  width:295px;
}


/* sec
--------------------------------------------------------------------*/
#content .box2 dl dt{
  width:293px;
  text-align:center;
  padding: 5px 0 3px;
  font-size:1.2em;
  border: 1px solid #999;
  margin-bottom: 10px;
}

#content .box2 dl dd{
  width:293px;
  text-align:center;
  margin: 1px 0 10px;
}















