@import url("../common.css");

h3 {
  color: #555;
  font-size: 90%;
  font-weight: normal;
  text-indent: 24px;
  background: url("../images/icon_arrow.png") no-repeat;
  margin-top: 24px;
}

table {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

table tr th {
  color: #555;
  font-size: 90%;
  font-weight: normal;
  width: 240px;
  text-align: left;
  background-color: #EEE;
  padding-left: 12px;
  padding-top: 8px;
  vertical-align: baseline;
}

table tr td {
  color: #555;
  padding-left: 12px;
  padding-top: 8px;
  padding-right: 12px;
  font-size: 90%;
  border-bottom: 1px solid #EEE;
  line-height: 1.6em;
}


