.main_box{
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
}

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;
}

h5{
  background-image: none;
  padding-left: 15px;
  border-left: solid 4px #00f;
  margin-top: 5px;
  margin-bottom: 10px;
}

.main_box p.photo{
  padding-bottom: 20px;
}

.main_box p.photo img{
  margin: 2px;
}

div.attention_waku{
  margin-top: 5px;
  padding: 10px;
  background-color: bisque;
}

div.attention_waku p.title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}

div.attention_waku p.emphasis{
  font-weight: bold;
  margin-top: 10px;
  color: red;
}


div.attention_waku ul li{
  margin-left: 10px;
  list-style-position: inside;
  list-style: disc;
}
