.main_box{
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 20px;
}

h3{
  margin-bottom: 20px;
}

h4{
  background-image: none;
  background-color: #eeeeee;
  padding-left: 15px;
  margin-top: 5px;
  border-top: solid 1px #00f;
  border-bottom: solid 1px #00f;
  margin-bottom: 0;
}

.main_box p.photo{
  float: left;
  width: 230px;
}

.main_box p.contents{
  margin-left: 230px;
}

h5{
  background-image: none;
  padding-left: 15px;
  border-left: solid 4px #00f;
  margin-top: 5px;
  margin-bottom: 10px;
}

.main_box table{
  width: 580px;
  border: 1px #e3e3e3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

.main_box table th{
  padding: 5px;
  border: #e3e3e3 solid;
  border-width: 0 0 1px 1px;
  background: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  font-weight: normal; 
}

.main_box table td{
  padding: 5px;
  border: 1px #e3e3e3 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  font-size: 12px;
}

td, th{
  vertical-align: middle;
  line-height: 140%;
}

.main_box table td.nowrap{
  text-align: center;
  white-space: nowrap;
}

.main_box table td span{
  color: blue;
}