@charset "utf-8";

@import url("base.css");
@import url("contents.css");
/*--------------------START Clear Fix --*/
div.main:after,
div.box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*for IE 5.5-7*/

div.main,
div.box {
  display: inline-table;
  zoom:1;
}

/* Hides from IE-mac \*/
* html div.main,
* html div.box { height: 1%; }

div.main,
div.box { display: block; }

/* End hide from IE-mac */

/*--------------------END Clear Fix --*/

div.frm table {
  margin-top:5px;
  margin-bottom:20px;
  border-left:1px solid #8bb6e4;
  border-top:1px solid #8bb6e4;
  width:650px;
}

div.frm table th,
div.frm table td {
  padding:7px 9px;
  border-right:1px solid #8bb6e4;
  border-bottom:1px solid #8bb6e4;
}

div.frm table th {
  width:160px;
  background-color:#ebf2fa;
}

