body {
  background-image: url("image/blood_back.png");
  background-repeat: repeat-y;
  padding-left: 45px;
  font-size: 10pt;
}
a:link, a:hover {
  text-decoration: none;
  color: #B22336;
}
a:visited, a:visited:hover {
  text-decoration: none;
  font-style: border;
  color: #CC6673;
}
h1 {
  background-image: url("image/blood.png");
  background-repeat: no-repeat;
  height: 81px;
  line-height: 81px;
  padding-left: 120px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:visited:hover {
  color: #B22336;
}
div.day {
  padding: 10px 5px 5px 5px;
}
h2 {
  background-image: url("image/blood_item.png");
  background-repeat: no-repeat;
  height: 29px;
  line-height: 29px;
  padding-left: 35px;
}
h2 span.title {
  font-size: 80%;
  font-weight: normal;
}
div.body {
  padding: 10px;
  margin: 20px;
}
div.section p {
  margin-left: 30px;
}
div.navi {
  text-align: center;
}

