body {
  background-color: #AFB4B9;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}

/* 
 * link style
 */
a {
  color: #006699;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #006699;
  text-decoration: none;
}
a:visited {
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #00aaff;
  text-decoration: underline;
}
a:active {
  color: #00aaff;
  text-decoration: underline;
}
a:hover img.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.hover {
  cursor: pointer;
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*
 * wrapper
 */
#wrapper {
  width: 952px;
  margin: 0 auto;
}

/*
 * header
 */
#header {
  position: relative;
  background-color: #FFF;
  border: 1px solid #000;
  border-top: 0 none;
  *zoom: 1;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header .photo {
  float: left;
  border-right: 1px solid #000;
}
#header .title {
  float: left;
  position: relative;
  height: 500px;
}
#header .title h1 {
  margin: 0;
  padding-left: 25px;
}
#header .title p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 25px;
}
#header .photoCaption {
  clear: both;
  position: absolute;
  bottom: -21px;
  z-index: 1;
  padding-left: 35px;
}

/*
 * content
 */
.content {
  position: relative;
  border: 1px solid #000;
  border-top: 0 none;
  padding-top: 51px;
  padding-bottom: 65px;
  background-color: #FFF;
  overflow: hidden;
  *zoom: 1;
}
.content h2 {
  float: left;
  margin: 0;
}

.section {
  float: right;
  padding-left: 80px;
  letter-spacing: 0.180em;
  line-height: 26px;
}
.section .photo {
  margin: 40px 0 45px 0;
}

#section_title {
  float: left;
  width: 420px;
}
#section_title h3 {
  margin: 23px 0 71px;
}

#section_date {
  float: left;
  width: 225px;
  margin-left: 25px;
}
#section_date p {
  margin: 23px 0 71px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.100em;
}

#section_content {
  clear: both;
  width: 670px;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
#section_content .sec_ttl {
  margin-bottom: 40px;
}

.sec_ttl {
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}

.profiles {
  position: relative;
  margin: 40px 0 45px 0;
}
.profiles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.profiles ul:after {
  content: "";
  display: table;
  clear: both;
}
.profiles ul li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}

.profileContent {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  background: #FFF;
  padding: 25px;
  display: none;
  z-index: 51;
}
.profileContent h3 {
  margin: 0 0 25px 0;
}
.profileContent .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  height: 18px;
}

.yokoku {
  position: absolute;
  bottom: 65px;
  padding-left: 35px;
}

/*
 * navi
 */
#navi {
  position: absolute;
  z-index: 100;
  top: 374px;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navi ul li {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #FFF;
  cursor: pointer;
}

/*
 * footer
 */
#footer {
  border: 1px solid #000;
  background-color: #FFF;
  width: 950px;
  margin: 8px auto;
}
#footer ul {
  margin: 0;
  padding: 25px 35px 20px;
  list-style-type: none;
  height: auto;
  overflow: hidden;
}
#footer ul li {
  float: left;
  margin: 0;
  padding: 0 30px;
}
#footer ul li.copyright {
  float: none;
  clear: both;
  padding-top: 30px;
  text-align: center;
}
