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;
}

.conv th {
  width: 70px;
  padding-bottom: 25px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.conv td {
  padding-bottom: 25px;
  text-align: left;
  vertical-align: middle;
}
.conv td.midashi {
  padding: 20px 0 35px;
}

/* 
 * 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;
  margin: 0;
}
#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;
}

#contentTitle {
  float: left;
}
#contentTitle h2 {
  margin: 0 0 40px 0;
}

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

#section_members {
  width: 210px;
}
#section_members ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#section_members li {
  margin: 20px 0;
  padding: 0;
}
#section_members .sec_ttl {
  padding-left: 30px;
}
#section_members .midashi {
  padding-left: 30px;
}

#section_top {
  *zoom: 1;
  margin-bottom: 71px;
}
#section_top:after {
  content: "";
  display: table;
  clear: both;
}

#yodogawa {
  float: left;
  width: 420px;
}

#archives {
  float: left;
  width: 225px;
  margin-left: 25px;
}
#archives ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#archives li {
  margin: 0 0 20px;
  padding: 0;
}
#archives li.last {
  margin-bottom: 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;
  margin-bottom: 71px;
}
#section_content .sec_ttl {
  margin-bottom: 20px;
}

#section_mokuji_t, #section_mokuji_e {
  border-bottom: 1px solid #000;
  padding-bottom: 23px;
}
#section_mokuji_t ul, #section_mokuji_e ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#section_mokuji_t li, #section_mokuji_e li {
  margin: 0;
  padding: 0;
}
#section_mokuji_t li img, #section_mokuji_e li img {
  vertical-align: bottom;
}
#section_mokuji_t li.off, #section_mokuji_e li.off {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

#section_mokuji_e {
  margin-top: 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 {
  margin: 40px 0 -30px;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#navi ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}
#navi ul li.next {
  margin-left: 236px;
}
#navi ul li.prev {
  margin-right: 236px;
}

.archiveNavi {
  border-top: 1px solid #000;
  padding-top: 40px;
}

.cap {
  font-size: 12px;
  line-height: 1.8em;
  color: #4D4D4D;
  padding-left: 70px;
}

.fix {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .fix {
    position: relative;
  }
}

/*
 * 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;
}
