@charset "utf-8";

/* ------------------------------
 insurance.css

 Last Update:2009-05-25
 Fujihito Watanabe
------------------------------ */

/* ------------------------------
 area 設定
------------------------------ */
.compar_area {
  padding: 13px;
  background: #FFF7E0;
}


/* ------------------------------
 table 設定
------------------------------ */
table.comparison th,
table.comparison td,
table.comparison td.line {
  border-right: 1px solid #FFF7E0;
}

table.comparison th.r_none,
table.comparison td.r_none {
  border-right: none;
}

table.comparison th.bg_none,
table.comparison td.line_none {
  border: none;
}

table.comparison {
  width: 741px;
}

table.comparison th.bg_none {
  background: none;
}

table.comparison th {
  padding: 5px 0 5px 0;
  border-bottom: 3px solid #FFF7E0;
  font-weight: bold;
  text-align: center;
  background: #FAD1C2;
}

table.comparison td {
  padding: 10px;
  border-bottom: 2px solid #FFF7E0;
  text-align: left;
  background: #E7EEEC;
}

table.comparison td.c_move {
  text-align: center;
}

table.comparison td.b_none {
  border-bottom: none;
}

table.comparison td.space {
  border-bottom: 13px solid #FFF7E0;
}


/* ------------------------------
 a 設定
------------------------------ */
#container a.u_line {
  text-decoration: underline;
}



/* EOF */
