@charset "utf-8";
/* CSS Document */
@import url(../../css/default.css);
@import url(../../css/common.css);
@import url(info.css);


/* main_box */

div#contents div#main h4 {
  margin: 20px 0 0 10px;
  padding: 1px 0 0px 20px;
  vertical-align: baseline;
  font-size: 1.1em;
  color: #336699;
  background: url(../image/support_title_mark.jpg) no-repeat;
}

/* table */
div#contents div#main table {
  width:640px;
  margin:10px 0 20px 15px;
  border:1px solid #CCCCCC;
}

div#contents div#main table th, td {
  width:20%;
  padding:5px;
  border:1px solid #CCCCCC;
  text-align:center;
}

div#contents div#main table thead {
  background:url(../image/th_background.jpg);
}

div#contents div#main table tfoot {
  background:none #FFF5E0;
}

div#contents div#main caption {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

