#content .catch {
  margin-bottom: 20px;
  font-size: 109%;
  font-weight: bold;
  text-align: center;
}
#content .mainvisual {
  position: relative;
  margin-bottom: 40px;
  background-color: #F7F7F7;
  text-align: center;
}
#content .lead {
  margin-bottom: 34px;
}
#content .lead p, #content .lead h1 {
  line-height: 1.8;
  font-size: 109%;
  text-align: center;
}
#content .lead h1 {
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 192%;
  font-weight: bold;
}

#about {
  width: 940px;
  margin: 0 auto;
}
#about .row {
  *zoom: 1;
  margin-right: -40px;
  margin-bottom: 32px;
}
#about .row:after {
  content: "";
  display: block;
  clear: both;
}
#about .row .item {
  float: left;
  margin-right: 20px;
  width: 220px;
}
#about .row .item h2 {
  margin: 12px 0 4px;
  font-size: 117%;
  font-weight: bold;
}
#about .row .item h2 a {
  padding-left: 13px;
  color: #000;
  text-decoration: none;
  background-image: url(/img/common/icon_arrow_5x8.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#about .row .item h2 a:hover {
  text-decoration: underline;
}
#about .link {
  margin-top: 10px;
  text-align: right;
}
#about .link a {
  display: inline-block;
  padding-left: 10px;
  color: #32795A;
  background-image: url(/img/common/icon_arrow_5x8.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 92%;
  text-decoration: none;
}
#about .link a:hover {
  text-decoration: underline;
}

#link {
  width: 940px;
  margin: 0 auto 65px;
}
#link .row {
  *zoom: 1;
  margin-right: -40px;
  margin-top: 32px;
}
#link .row:after {
  content: "";
  display: block;
  clear: both;
}
#link .row:first-child {
  margin-top: 0;
}
#link .row .item {
  *zoom: 1;
  float: left;
  margin-right: 20px;
  width: 460px;
}
#link .row .item:after {
  content: "";
  display: block;
  clear: both;
}
#link .row .item .image {
  float: left;
  width: 150px;
}
#link .row .item .wrap {
  float: left;
  margin-left: 15px;
  width: 295px;
}
#link .row .item h2 {
  margin-bottom: 4px;
  font-size: 117%;
  font-weight: bold;
}
#link .row .item h2 a {
  padding-left: 13px;
  color: #000;
  text-decoration: none;
  background-image: url(/img/common/icon_arrow_5x8.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#link .row .item h2 a:hover {
  text-decoration: underline;
}
#link .link {
  margin-top: 10px;
  text-align: right;
}
#link .link a {
  display: inline-block;
  padding-left: 10px;
  color: #32795A;
  background-image: url(/img/common/icon_arrow_5x8.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 92%;
  text-decoration: none;
}
#link .link a:hover {
  text-decoration: underline;
}

#blogs {
  *zoom: 1;
  margin: 0 auto 70px;
  width: 940px;
}
#blogs:after {
  content: "";
  display: block;
  clear: both;
}
#blogs .entry {
  float: right;
  width: 460px;
}
#blogs .entry:first-child {
  float: left;
}
#blogs .title {
  *zoom: 1;
}
#blogs .title:after {
  content: "";
  display: block;
  clear: both;
}
#blogs .title h2 {
  float: left;
  margin-right: 20px;
  font-size: 117%;
  font-weight: bold;
}
#blogs .texts {
  float: left;
  padding-top: 2px;
}
#blogs .link {
  margin-top: 5px;
  text-align: right;
}
#blogs .link a {
  display: inline-block;
  padding-left: 10px;
  color: #32795A;
  background-image: url(/img/common/icon_arrow_5x8.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 92%;
  text-decoration: none;
}
#blogs .link a:hover {
  text-decoration: underline;
}
#blogs ul li {
  margin-top: 7px;
  text-indent: -5.9em;
  padding-left: 5.9em;
  font-size: 109%;
}
#blogs ul li a {
  color: #32795A;
  text-decoration: none;
}
#blogs ul li a:hover {
  text-decoration: underline;
}

#navigation {
  margin-bottom: 30px;
  background-color: #E0E0E0;
}
#navigation .inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 16px 0 24px;
  width: 940px;
}
#navigation .inner:after {
  content: "";
  display: block;
  clear: both;
}
#navigation .banner {
  float: left;
  margin-right: 20px;
}
#navigation .btns {
  *zoom: 1;
  margin-right: -40px;
}
#navigation .btns:after {
  content: "";
  display: block;
  clear: both;
}
#navigation .btns div {
  display: table;
  float: left;
  margin-right: 20px;
  height: 65px;
}
#navigation .btns div.colsize1 {
  width: 220px;
}
#navigation .btns div.colsize2 {
  margin-bottom: 10px;
  width: 460px;
}
#navigation .btns a {
  display: table-cell;
  border: 1px solid #CCC;
  padding: 0 14px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFF;
  background-image: url(/img/common/icon_arrow_6x11.png);
  background-repeat: no-repeat;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}
#navigation .btns a:hover {
  background-color: #F6F6F6;
}
#navigation .btns a span {
  line-height: 1.1;
  display: block;
}
#navigation .btns a .title {
  margin-bottom: 3px;
  color: #32795A;
}
#navigation .btns a .text {
  color: #000;
}
#navigation .btns .colsize1 a {
  background-position: 204px 50%;
}
#navigation .btns .colsize1 a .title {
  font-size: 117%;
}
#navigation .btns .colsize1 a .text {
  font-size: 92%;
}
#navigation .btns .colsize2 a {
  background-position: 444px 50%;
}
#navigation .btns .colsize2 a .title {
  font-size: 150%;
}
#navigation .btns .colsize2 a .text {
  font-size: 109%;
}
