@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content p.tit{
  font-size:1.14em;
  font-weight:bold;
  padding: 1px 0 0 20px;
  margin-bottom:19px;
  background:url(../image/guide_img01.jpg) left top no-repeat;
}

/* table
--------------------------------------------------------------------*/
#content table{
  margin-bottom:31px;
}

#content table.ev{
  margin-bottom:45px;
}

#content table th{
  width:169px;
  background:#F3E9CD;
  font-weight:normal;
  padding: 2px 9px;
}

#content table td{
  padding: 2px 20px 2px 10px;
}

#content table td span{
  font-weight:bold;
  letter-spacing:-0.5px;
}

#content table td p.mid{
  margin:27px 0 25px;
}





