@charset "UTF-8";

.clear:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* Link Style */

a,a:link {
  color: #63ACCB;
  text-decoration: none;
}

a:visited {
  color: #63ACCB;
  text-decoration: none;
}

a:hover {
  color: #e36868;
  text-decoration: underline;
}

a:active {
  color: #e36868;
  text-decoration: underline;
}

/* コンテンツ部 */

#main_inner {
  width: 498px;
  margin: 0 0 0 auto;
  padding-top: 16px;
}

#main_inner h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #318AAF;
  line-height: 1.3em;
}

#main_inner h3 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #008837;
  line-height: 1.3em;
}

#main_inner h4 {
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 1.3em;
}

#main_inner p {
  margin-bottom: 16px;
  line-height: 1.5em;
  white-space:pre;
  font-family:monospace;
}

#main_inner p b {
  font-weight: bold;
}

#main_inner p strong {
  font-weight: bold;
  color: #ee3333;
}

#main_inner p.no_margin {
  margin-bottom: 0;
}

/* お知らせ一覧 */

#main_inner #infoList dl {
  width: 476px;
  border-bottom: 1px dotted #d5d5d5;
  margin-bottom: 4px;
  padding: 0 0 4px 0;
}

#main_inner #infoList dl.line {
  border-bottom: 2px solid #d5d5d5;
}

#main_inner #infoList dt {
  float: left;
  clear: both;
  width: 10ex;
  padding: 0 0 0 1ex;
  font-family: "ＭＳ ゴシック", monospace;
}

#main_inner #infoList dd {
  padding: 0 0 0 12px;
  margin-left: 12ex;
  background-image: url(../images/icon_arrow_blue.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

#main_inner #infoList dd a {
  zoom: normal;
}

/* ヘッダーリンク */

#main_inner #headLink {
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
  margin-bottom: 16px;
  padding: 6px 0;
}

#main_inner #headLink ul {
  width: 496px;
}

#main_inner #headLink li {
  background-image: url(../images/icon_arrow_blue.gif);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  display: block;
  float: left;
  padding: 2px 20px 2px 16px;
}

/* 詳細ページの画像 */

#main_inner .photos {
  width: 504px;
  margin: 0px -10px 0px 0px;
}

#main_inner .photos dl {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 158px;
}

#main_inner .photos dt {
  text-align: center;
  line-height: 1;
}

#main_inner .photos dt img {
  border: solid 1px #cccccc;
  padding: 4px;
}

#main_inner .photos dd {
  text-align: center;
}


