@charset "utf-8";

.main-content h2,h3 {
    line-height: 2.5em;
    border-left: 20px solid #509950;
    border-bottom: 1px solid #509950;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 5px;
}

.main-content h4 {
    line-height: 2.5em;
    border-left: 10px solid #509950;
    border-bottom: 1px dashed #509950;
    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 5px;
}

.main-content h3,.main-content h4 {
  margin-left: 15px;
  margin-bottom: 40px;
}

.content-title {
    line-height: 2em;
    width: 95%;
    background-color: #ccffcc;
    font-size: 100%;
    font-family: serif;
    font-weight: bolder;
    margin-left: 20px;
    padding-left: 2em;
}
.content-last {
  line-height: 1.5em;
  margin-left: 15px;
  margin-bottom: 40px;
}
.main-content a:hover {
  color: #995050;
}

.sub-content {
  line-height: 1.5em;
  margin-left: 15px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #509950;
}

img {
  width: 50%;
  float: left;
  margin: 1em 3em 1em 1em;
}
