@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

/* h3.lead01 {
  width: 530px;
  height: 470px;
  background-image: url(../images/title.jpg);
  background-position: top;
} */
.contents01 h3.contentsTitle {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}
.contents01 {
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
  background-image: url(../images/title.jpg);
  background-position: top;
}

.contents01 p {
  padding: 0 10px;
  line-height: 1.6em;
}

.contents01 p.lead {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.6em;
}

.contents01 p.text {
  padding: 20px 10px;
  line-height: 1.6em;
}

.contents01 img {
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  float: right;
}
