body { 
  background-color: white;
}

.contents {
  width: 700px;
  margin: 20px auto 30px auto;
}

h1 {
  font-size: 150%;
  border-left: 10px solid #BA3827;
  border-bottom: 3px solid #BA3827;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  background: url(../images/natsume_h1.png) no-repeat right;
}

h2 { 
  font-size:130%;
  background: url(../images/natsume_h2.png) no-repeat left;
  height: 45px;
  line-height: 45px;
  padding-left: 50px;
}

h2 span { 
  border-bottom: 3px solid #BA3827;
}

h3 { 
  font-size:130%;
  color: #BA3827;
}

.img_margin { 
  text-align: center;
}

.lv1 { 
  list-style-image: url(../images/list_lv1.png);
  margin-bottom: 20px;
}
.lv1 li { 
  margin-bottom: 20px;
}

.lv2 { 
  list-style-image: url();
  list-style-type: none;
}
a, a:hover, a:visited { 
  color: #BA3827;

}
