@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;
}

h3 {
  margin-left: 10px;
}

.content-title {
    line-height: 2.5em;
    color: #175117;
    font-size: 120%;
    font-family: serif;
    font-weight: bolder;
    margin-left: 45px;
}

#greeting-content {
  width: 65%;
  line-height: 1.5em;
  float: left;
  margin-left: 15px;
  margin-bottom: 50px;
}

.greeting-photo img {
  width: 30%;
  height: auto;
  float: right;
}

#info table {
  width: 98%;
  margin-left: 10px;
  border-collapse: collapse;
  margin-bottom: 60px;
}

#info th , td {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px dashed #509950;
}

#info ul li {
  list-style-type: none;
}

.sub-content {
  line-height: 1.5em;
  margin-left: 15px;
  margin-bottom: 40px;
}
