@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

body {
  overflow-y: scroll;
  background-color: #fff;
  text-align: center;
  font-size: .9em;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2em;
  color: #333;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

a {
  color: #069;
}
a:hover {
  color: #0088cc;
}
a:link, a:visited {
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

textarea {
  resize: none;
}

input[type="text"] {
  width: 200px;
}

input[type="submit"], input[type="button"], button, input[type="reset"] {
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #f0f0f0;
}
input[type="submit"].btn_danger, input[type="button"].btn_danger, button.btn_danger, input[type="reset"].btn_danger {
  background-color: #ffc0c0;
}

.gsc-result .gs-title {
  height: 2em !important;
  line-height: 2em !important;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

#searcharea, #pickup, #topnews, #events, #accessranks, #warningbox, #advert-small, #watch-slider, #unzen-photo, #tokei,
.linkbox, .banerbox {
  margin-bottom: 15px;
}

#searcharea {
  overflow: hidden;
  *zoom: 1;
}

#lifeevents {
  float: left;
  width: 580px;
}

#searchbox {
  float: right;
  width: 370px;
}
#searchbox form.gsc-search-box, #searchbox table.gsc-search-box {
  margin-bottom: 0;
}

#contents .wrapper {
  overflow: hidden;
  *zoom: 1;
  padding: 0 7.5px;
  width: 965px;
}

#contents-left {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 760px;
}
#contents-left #topmain {
  float: right;
  width: 555px;
}
#contents-left #topmenu {
  float: left;
  width: 190px;
}

#topbana {
  float: right;
  width: 190px;
}

#contents_menu {
  float: left;
  width: 190px;
}

#contents_main {
  float: right;
  width: 760px;
  min-height: 500px;
}

#navSkip {
  display: none;
  width: 0;
  height: 0;
}

#header {
  margin: 15px 0;
}
#header .wrapper {
  overflow: hidden;
  *zoom: 1;
}
#header h1 {
  float: left;
  width: 420px;
  height: 60px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("../img/header_logo.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header_link {
  float: right;
  overflow: hidden;
  *zoom: 1;
  text-align: right;
}

#header-nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
#header-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
#header-nav li:first-child {
  padding-left: 0;
}
#header-nav li:last-child {
  padding-right: 0;
}
#header-nav li.last {
  padding-right: 0;
}
#header-nav a {
  padding-left: 15px;
  background-image: url("../img/icon_header_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

#header_fontsize {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  float: left;
  vertical-align: bottom;
}
#header_fontsize li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
#header_fontsize li:first-child {
  padding-left: 0;
}
#header_fontsize li:last-child {
  padding-right: 0;
}
#header_fontsize li.last {
  padding-right: 0;
}
#header_fontsize p {
  float: left;
}
#header_fontsize ul {
  float: left;
  margin-left: 5px;
}
#header_fontsize ul li {
  height: 1.5em;
}
#header_fontsize ul a {
  display: block;
  height: 100%;
}
#header_fontsize ul img {
  display: inline-block;
  height: 100%;
}

#header_searchbox {
  float: left;
  padding-left: 15px;
}
#header_searchbox form {
  display: inline;
}
#header_searchbox .gsc-control-searchbox-only .gsc-search-box {
  float: right;
  width: 300px;
}

#gnavi {
  margin-bottom: 15px;
  border-width: 1px 0;
  border-color: #052145;
  border-style: solid;
  background-color: #324980;
  line-height: 1em;
  text-align: center;
}
#gnavi ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
#gnavi ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
#gnavi ul li:first-child {
  padding-left: 0;
}
#gnavi ul li:last-child {
  padding-right: 0;
}
#gnavi ul li.last {
  padding-right: 0;
}
#gnavi ul li {
  width: 139px;
  padding: 0;
  border-left-width: 1px;
  border-left-color: #052145;
  border-left-style: solid;
  text-align: center;
  white-space: inherit;
}
#gnavi ul li a {
  display: block;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  border-left-width: 1px;
  border-left-color: #3c599b;
  border-left-style: solid;
  color: #fff;
  text-decoration: none;
  background-color: #3c599b;
}
#gnavi ul li a.active {
  background-color: #052145;
}
#gnavi ul li a:hover {
  background-color: #052145;
}
#gnavi ul li:first-child {
  border-color: #324980;
}
#gnavi ul li.active a {
  background-color: #052145;
}

#footer {
  padding-top: 15px;
  background-color: #324980;
}
#footer .wrapper {
  min-height: 200px;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#footer .wrapper a {
  color: #e6e6e6;
}
#footer .wrapper a:hover {
  color: #fff;
}
#footer .wrapper {
  position: relative;
}
#footer #footer-navi, #footer #footer-link {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}
#footer #footer-navi ul, #footer #footer-link ul {
  position: relative;
  left: 50%;
  float: left;
}
#footer #footer-navi ul li, #footer #footer-link ul li {
  position: relative;
  left: -50%;
  float: left;
  margin-left: 15px;
}
#footer #footer-address {
  overflow: hidden;
  *zoom: 1;
  margin-top: 15px;
}
#footer #footer-address img, #footer #footer-address address {
  float: left;
}
#footer #footer-address address {
  margin-left: 15px;
  color: #e6e6e6;
}
#footer #footer-address address strong {
  display: block;
  font-weight: bold;
}
#footer #footer-copyright {
  padding-left: 90px;
  color: #e6e6e6;
  font-size: .8em;
}

#advert {
  padding: 15px 0;
  background-color: #e6e6e6;
}
#advert h3 {
  display: inline;
  float: left;
  margin-right: 15px;
  padding-left: 15px;
  background-image: url("../img/icon_circle.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#advert p {
  float: left;
}
#advert ul {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
#advert ul li {
  float: left;
  margin-left: 4px;
}
#advert ul li:first-child {
  margin-left: 0;
}

.link-list li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
.link-list li:first-child {
  border-top: none;
}
.link-list li a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
.link-list li {
  padding: 5px 0;
}

.linkbox h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/headline_base.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
.linkbox h3 {
  background-color: #324980;
}
.linkbox ul {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
}
.linkbox a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

.banerbox h3 {
  display: none;
  text-indent: -9999px;
}
.banerbox li {
  margin-top: 7.5px;
}
.banerbox li:first-child {
  margin-top: 0;
}

.hide {
  display: none;
}

.show {
  display: inline;
}

.show-block {
  display: block;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.panlist {
  margin-bottom: 15px;
  font-size: .9em;
}
.panlist ol {
  overflow: hidden;
  *zoom: 1;
}
.panlist ol li {
  float: left;
  padding-left: 15px;
  background-image: url("../img/icon_crumb.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 5px;
}
.panlist ol li:first-child {
  background-image: none;
}
.panlist ol li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.pagination {
  overflow: hidden;
  *zoom: 1;
  line-height: 1;
}
.pagination p {
  float: left;
  margin-bottom: 7.5px;
}
.pagination ul {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 7.5px;
}
.pagination ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.pagination ul li:first-child {
  padding-left: 0;
}
.pagination ul li:last-child {
  padding-right: 0;
}
.pagination ul li.last {
  padding-right: 0;
}
.pagination ul li {
  padding: 0 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}
.pagination ul li:first-child {
  border-left: none;
}
.pagination ul li span {
  font-weight: bold;
}

.more {
  height: 45px;
  background-color: #f6f6f6;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #226235 #226235;
  line-height: 45px;
  text-align: center;
}

.att {
  font-size: .9em;
  color: #f00;
}

.label1, .label3 {
  background-color: #ccf;
  color: #333;
}

.label4, .label5 {
  background-color: #9f9;
  color: #333;
}

.label2, .label6 {
  background-color: #ee8;
  color: #333;
}

.label7 {
  background-color: #dadada;
  color: #333;
}

.label99 {
  background-color: #00a0c6;
  color: #fff;
}

.info-publish {
  margin-bottom: 15px;
}
.info-publish h3 {
  margin-bottom: 15px;
  border-bottom: 3px solid #e84346;
}
.info-publish .inner {
  padding: 7.5px;
  border: 4px double #e84346;
}
.info-publish .inner p {
  margin-bottom: 3.75px;
}
.info-publish .inner .date {
  padding: 7.5px;
  background-color: #f0f0f0;
}

#top-gallery {
  margin: -15px auto 15px;
  padding: 15px 0 0;
  width: 980px;
}
#top-gallery #gallery {
  overflow-y: hidden;
  height: 450px;
}
#top-gallery #gallery img {
  visibility: hidden;
}
#top-gallery .gallery_wrapper_arrow {
  margin-top: 15px !important;
}
#top-gallery .gallery_wrapper_arrow .gallery_arrow_prev,
#top-gallery .gallery_wrapper_arrow .gallery_arrow_next {
  width: 20px;
  height: 57px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: -9999px;
  cursor: pointer;
}
#top-gallery .gallery_wrapper_arrow .gallery_arrow_prev:hover,
#top-gallery .gallery_wrapper_arrow .gallery_arrow_next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top-gallery .gallery_wrapper_arrow .gallery_arrow_prev {
  background: url(../img/arrow_slide_l.png) no-repeat;
}
#top-gallery .gallery_wrapper_arrow .gallery_arrow_next {
  background: url(../img/arrow_slide_r.png) no-repeat;
}
#top-gallery .gallery_dots {
  overflow: hidden;
  *zoom: 1;
  margin-top: 7.5px;
}
#top-gallery .gallery_dots ul {
  float: right;
}
#top-gallery .gallery_dots ul li {
  display: block;
  float: left;
  padding-right: 7.5px;
  width: 10px;
  height: 11px;
  background-image: url(../img/icon_dot_s.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#top-gallery .gallery_dots ul li.active {
  background-image: url(../img/icon_dot_on_s.gif);
  background-repeat: no-repeat;
}

#pickup h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_pickup.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#pickup ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #118b2b;
}
#pickup ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
#pickup ul li:first-child {
  padding-left: 0;
}
#pickup ul li:last-child {
  padding-right: 0;
}
#pickup ul li.last {
  padding-right: 0;
}
#pickup ul li {
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
}
#pickup ul li:first-child {
  margin-left: 0;
}

#topnews {
  position: relative;
}
#topnews dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #226235;
}
#topnews dl dt, #topnews dl dd {
  float: left;
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#topnews dl dt {
  clear: both;
  width: 25%;
}
#topnews dl dt:first-child {
  border-top: none;
}
#topnews dl dt:first-child + dd {
  border-top: none;
}
#topnews dl dt strong {
  display: block;
  font-size: .9em;
}
#topnews dl dd {
  width: 70%;
  padding-left: 15px;
}
#topnews h3 {
  position: absolute;
  top: 0;
  width: 185px;
  height: 45px;
  background-color: #f6f6f6;
  line-height: 45px;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #118b2b;
}
#topnews h3.active {
  background-color: #fff;
}
#topnews h3.active a {
  border-bottom: none;
}
#topnews h3 a {
  display: block;
  color: #069;
  text-decoration: none;
}
#topnews dl {
  padding-top: 60px;
}
#topnews dl dt {
  text-align: center;
}

#news h3 {
  left: 0;
}
#news h3 a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}
#news h3 a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #226235;
}

#topics h3 {
  left: 185px;
}
#topics h3 a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

#press h3 {
  left: 370px;
}
#press h3 a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #118b2b;
}
#press strong {
  border-width: 1px;
  border-style: solid;
  border-color: #333;
}

#events table {
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
#events table caption {
  display: none;
}
#events table th, #events table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
#events table tr th {
  width: 77%;
}
#events table tr th:first-child {
  width: 23%;
  text-align: center;
}
#events table tr th.saturday {
  background-color: #e5e5ff;
}
#events table tr th.sunday {
  background-color: #ffe5e5;
}
#events table tr th.holiday {
  background-color: #ffe5e5;
}
#events table tr td li {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
#events th, #events td {
  padding: 7.5px 15px;
}

#topmain #events h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_event.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#topmain #events table {
  border-color: #118b2b;
}
#topmain #events tr th {
  border-left: none;
}
#topmain #events tr td {
  border-right: none;
}
#topmain #events p {
  height: 45px;
  background-color: #f6f6f6;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #226235 #226235;
  line-height: 45px;
  text-align: center;
  border-top: none;
}

#accessranks h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_rank.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#accessranks ol {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #118b2b;
}
#accessranks a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

#warningbox h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_warning.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#warningbox dl {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #c81f1f;
}
#warningbox dt {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#warningbox dt:first-child {
  border-top: none;
}
#warningbox dd {
  text-align: right;
}

#warningbox-small {
  padding-bottom: 15px;
}
#warningbox-small h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/headline_base.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#warningbox-small h3 {
  background-color: #9b0202;
}
#warningbox-small p {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #9b0202;
}

#watch-slider {
  padding: 15px;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #57bbb3;
  padding: 0;
}
#watch-slider h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/headline_watch.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#watch-slider h3 {
  text-indent: -9999px;
}
#watch-slider #watch-slider-inner {
  position: relative;
  margin: 15px auto;
  text-align: center;
}
#watch-slider #watch-slider-inner .slider-figure {
  margin: 0 auto;
  width: 160px;
}
#watch-slider #watch-time {
  position: absolute;
  bottom: 0;
  right: 15px;
}
#watch-slider #watch-time strong {
  display: none;
}
#watch-slider #watch-time span {
  display: block;
  float: left;
}

#unzen-photo {
  padding: 15px;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #f97e80;
  padding: 0;
}
#unzen-photo h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/headline_toretate.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#unzen-photo h3 {
  text-indent: -9999px;
}
#unzen-photo a {
  display: block;
}
#unzen-photo img {
  display: block;
  margin: 15px auto 0;
}
#unzen-photo ul {
  padding: 15px;
}
#unzen-photo ul li {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

#advert-small h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/headline_base.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#advert-small h3 {
  background-color: #324980;
}
#advert-small ul {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
  padding: 15px 0;
}
#advert-small img {
  display: block;
  margin: 0 auto;
}

#tokei h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/headline_base.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#tokei h3 {
  background-color: #324980;
}
#tokei dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
#tokei dl dt, #tokei dl dd {
  float: left;
}
#tokei dl dt {
  clear: both;
}
#tokei dl dd {
  padding-left: 15px;
}
#tokei p {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
  padding-top: 0;
  border-top: 0;
  text-align: right;
  font-size: .9em;
}

#lifeevents h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_life.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#lifeevents ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
}
#lifeevents ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
#lifeevents ul li:first-child {
  padding-left: 0;
}
#lifeevents ul li:last-child {
  padding-right: 0;
}
#lifeevents ul li.last {
  padding-right: 0;
}
#lifeevents ul li {
  padding-left: 15px;
  background-image: url("../img/icon_slash.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#lifeevents ul li:first-child {
  background-image: none;
}

#searchbox h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_search.png");
  background-repeat: no-repeat;
  line-height: 45px;
  color: #fff;
}
#searchbox .searchbox-gsc {
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
  padding-bottom: 0;
  border-bottom: 0;
}
#searchbox ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #324980;
  padding-top: 0;
  border-top: 0;
}
#searchbox ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
#searchbox ul li:first-child {
  padding-left: 0;
}
#searchbox ul li:last-child {
  padding-right: 0;
}
#searchbox ul li.last {
  padding-right: 0;
}
#searchbox ul li {
  padding-left: 15px;
  background-image: url("../img/icon_slash.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#searchbox ul li:first-child {
  background-image: none;
}

#contents_menu {
  margin-bottom: 15px;
}

#contents_menu_inner {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  margin-bottom: 15px;
}
#contents_menu_inner li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
#contents_menu_inner li ul {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ccc;
}
#contents_menu_inner li ul li a {
  padding-left: 30px;
  background-image: none;
  background-color: #f0f0f0;
}
#contents_menu_inner li a {
  display: block;
  padding: 10px;
  background-color: #fafafa;
}
#contents_menu_inner li a:hover, #contents_menu_inner li a:active {
  background-color: white;
}
#contents_menu_inner li:first-child {
  border-top: none;
}
#contents_menu_inner li a {
  padding-left: 25px;
  background-image: url("../img/contents_menu_none.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 10px center;
}
#contents_menu_inner li a.active {
  padding-left: 25px;
  background-image: url("../img/contents_menu_select.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 10px center;
}
#contents_menu_inner li li a {
  background-image: none;
}
#contents_menu_inner li li a.active {
  padding-left: 30px;
  background-image: url("../img/icon_current.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
#contents_menu_inner h2 {
  padding: 15px 0 0 15px;
  height: 55px;
  background-image: url("../img/headline_category.png");
  color: #fff;
  line-height: 1.2;
}
#contents_menu_inner .keiyaku {
  background-color: #ffffb9;
}
#contents_menu_inner .keiyaku .keiyaku_qa {
  color: #f00;
  font-weight: bold;
}
#contents_menu_inner .keiyaku li a {
  padding-right: 0;
  background-color: #ffffb9;
  font-weight: bold;
}
#contents_menu_inner .keiyaku dl {
  padding-right: 15px;
  text-align: right;
  font-size: .9em;
}
#contents_menu_inner .keiyaku p {
  padding-right: 15px;
  text-align: right;
  font-size: .8em;
}
#contents_menu_inner .keiyaku + ul li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
#contents_menu_inner .keiyaku + ul li:first-child a {
  background-color: #ffffb9;
}

#contents_main {
  position: relative;
}
#contents_main h2 {
  padding-left: 15px;
  background-image: url("../img/icon_circle.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #118b2b;
}

#pagetop {
  margin-top: 95px;
}

.genrebox {
  margin-top: 15px;
}

#genrearea {
  margin-bottom: 15px;
}
#genrearea h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/title_bk.png");
  line-height: 45px;
}
#genrearea ul {
  overflow: hidden;
  *zoom: 1;
}
#genrearea li {
  float: left;
  width: 50%;
  padding: 3px 0;
}
#genrearea li a {
  margin-left: 15px;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

#soshiki h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/title_bk.png");
  line-height: 45px;
}
#soshiki ul {
  overflow: hidden;
  *zoom: 1;
}
#soshiki li {
  float: left;
  width: 50%;
  padding: 3px 0;
}
#soshiki li a {
  margin-left: 15px;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

.soshiki-inner {
  margin-bottom: 15px;
}

#soshiki_news {
  margin-bottom: 15px;
}
#soshiki_news dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #226235;
}
#soshiki_news dl dt, #soshiki_news dl dd {
  float: left;
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#soshiki_news dl dt {
  clear: both;
  width: 25%;
}
#soshiki_news dl dt:first-child {
  border-top: none;
}
#soshiki_news dl dt:first-child + dd {
  border-top: none;
}
#soshiki_news dl dt strong {
  display: block;
  font-size: .9em;
}
#soshiki_news dl dd {
  width: 70%;
  padding-left: 15px;
}
#soshiki_news h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_new.png");
  color: #fff;
  line-height: 45px;
}
#soshiki_news dl dt {
  width: 80%;
}
#soshiki_news dl dt strong {
  display: inline-block;
  margin-right: 15px;
  width: 20%;
  text-align: center;
}
#soshiki_news dl dd {
  padding-left: 0;
  width: 20%;
}

.soshiki_info h3 {
  padding-left: 30px;
  background-image: url("../img/icon_circle.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-position: 15px center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #118b2b;
}
.soshiki_info p {
  padding: 15px;
}

.presssearch {
  margin-bottom: 15px;
}
.presssearch table {
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.presssearch table caption {
  display: none;
}
.presssearch table th, .presssearch table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.presssearch table th, .presssearch table td {
  padding: 7.5px 15px;
}
.presssearch table th {
  width: 20%;
  background-color: #f0f0f0;
  color: #333;
}
.presssearch .buttons {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 5px 15px;
  text-align: right;
}

#press-page {
  margin-bottom: 15px;
}
#press-page table {
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
#press-page table caption {
  display: none;
}
#press-page table th, #press-page table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
#press-page table th, #press-page table td {
  padding: 7.5px 15px;
}
#press-page table th {
  background-color: #324980;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.event_pagination {
  overflow: hidden;
  *zoom: 1;
  line-height: 1;
}
.event_pagination p {
  float: left;
  margin-bottom: 7.5px;
}
.event_pagination ul {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 7.5px;
}
.event_pagination ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.event_pagination ul li:first-child {
  padding-left: 0;
}
.event_pagination ul li:last-child {
  padding-right: 0;
}
.event_pagination ul li.last {
  padding-right: 0;
}
.event_pagination ul li {
  padding: 0 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}
.event_pagination ul li:first-child {
  border-left: none;
}
.event_pagination ul li span {
  font-weight: bold;
}

.pagetop_sitemap_inner {
  overflow: hidden;
  *zoom: 1;
}

.pagetop_sitemap_box {
  margin-bottom: 15px;
}
.pagetop_sitemap_box h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/title_bk.png");
  line-height: 45px;
}
.pagetop_sitemap_box ul {
  overflow: hidden;
  *zoom: 1;
}
.pagetop_sitemap_box li {
  float: left;
  width: 50%;
  padding: 3px 0;
}
.pagetop_sitemap_box li a {
  margin-left: 15px;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

.pagetop_list {
  height: 45px;
  background-color: #f6f6f6;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #226235 #226235;
  line-height: 45px;
  text-align: center;
}

#pagetop_news {
  margin-bottom: 15px;
}
#pagetop_news h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_new.png");
  color: #fff;
  line-height: 45px;
}
#pagetop_news dl {
  padding: 15px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
}
#pagetop_news dt {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
#pagetop_news dt:first-child {
  border-top: none;
}
#pagetop_news dd {
  text-align: right;
}
#pagetop_news dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #226235;
}
#pagetop_news dl dt, #pagetop_news dl dd {
  float: left;
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#pagetop_news dl dt {
  clear: both;
  width: 25%;
}
#pagetop_news dl dt:first-child {
  border-top: none;
}
#pagetop_news dl dt:first-child + dd {
  border-top: none;
}
#pagetop_news dl dt strong {
  display: block;
  font-size: .9em;
}
#pagetop_news dl dd {
  width: 70%;
  padding-left: 15px;
}
#pagetop_news dl dt {
  width: 80%;
}
#pagetop_news dl dt a {
  padding-left: 15px;
}
#pagetop_news dl dt p {
  padding-left: 15px;
}
#pagetop_news dl dd {
  padding-left: 0;
  width: 20%;
}

#pagetop_topics {
  margin-bottom: 15px;
}
#pagetop_topics h3 {
  padding-left: 50px;
  height: 45px;
  background-image: url("../img/headline_topic.png");
  color: #fff;
  line-height: 45px;
}
#pagetop_topics dl {
  padding: 15px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
}
#pagetop_topics dt {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
#pagetop_topics dt:first-child {
  border-top: none;
}
#pagetop_topics dd {
  text-align: right;
}
#pagetop_topics dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #226235;
}
#pagetop_topics dl dt, #pagetop_topics dl dd {
  float: left;
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#pagetop_topics dl dt {
  clear: both;
  width: 25%;
}
#pagetop_topics dl dt:first-child {
  border-top: none;
}
#pagetop_topics dl dt:first-child + dd {
  border-top: none;
}
#pagetop_topics dl dt strong {
  display: block;
  font-size: .9em;
}
#pagetop_topics dl dd {
  width: 70%;
  padding-left: 15px;
}
#pagetop_topics dl dt {
  width: 80%;
}
#pagetop_topics dl dt a {
  padding-left: 15px;
}
#pagetop_topics dl dt p {
  padding-left: 15px;
}
#pagetop_topics dl dd {
  padding-left: 0;
  width: 20%;
}

#topics-top dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #226235;
}
#topics-top dl dt, #topics-top dl dd {
  float: left;
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#topics-top dl dt {
  clear: both;
  width: 25%;
}
#topics-top dl dt:first-child {
  border-top: none;
}
#topics-top dl dt:first-child + dd {
  border-top: none;
}
#topics-top dl dt strong {
  display: block;
  font-size: .9em;
}
#topics-top dl dd {
  width: 70%;
  padding-left: 15px;
}
#topics-top dl {
  border-width: 0px;
}
#topics-top dl dt {
  text-align: center;
}

#news-top dl {
  overflow: hidden;
  *zoom: 1;
  padding: 15px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #226235;
}
#news-top dl dt, #news-top dl dd {
  float: left;
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#news-top dl dt {
  clear: both;
  width: 25%;
}
#news-top dl dt:first-child {
  border-top: none;
}
#news-top dl dt:first-child + dd {
  border-top: none;
}
#news-top dl dt strong {
  display: block;
  font-size: .9em;
}
#news-top dl dd {
  width: 70%;
  padding-left: 15px;
}
#news-top dl {
  border-width: 0px;
}
#news-top dl dt {
  text-align: center;
}

#topics-page li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#topics-page li:first-child {
  border-top: none;
}
#topics-page li a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
#topics-page li {
  padding: 5px 0;
}

#news-page li {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
#news-page li:first-child {
  border-top: none;
}
#news-page li a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
#news-page li {
  padding: 5px 0;
}

#pagetop_contents h2 {
  position: absolute;
  top: 0;
  left: 30px;
  margin-top: 20px;
  width: 50%;
  z-index: 9001;
}

.pagetop_pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}

.nolist {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
  padding: 15px;
  background-image: url("../img/title_bk.png");
}
.nolist ul {
  overflow: hidden;
  *zoom: 1;
}
.nolist li {
  padding: 8px 0;
  width: 50%;
}
.nolist li.odd {
  float: left;
}
.nolist li.even {
  float: right;
}
.nolist a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
.nolist img {
  padding-left: 5px;
}

.notes {
  margin-bottom: 15px;
}
.notes h3 {
  margin-top: 15px;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}
.notes li {
  margin-left: 3em;
  list-style-type: decimal;
  list-style-position: outside;
}

.notes_btn {
  margin-top: 15px;
}

.plugin {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f0f0f0;
}
.plugin a {
  display: block;
  float: left;
  width: 15%;
}

.contactbox {
  margin-bottom: 15px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.contactbox h3 {
  margin-bottom: 15px;
  padding-left: 15px;
  background-color: #555;
  color: #fff;
}

.enqbox {
  margin-bottom: 15px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #f0f0f0;
}
.enqbox h3 {
  margin-bottom: 15px;
  padding-left: 15px;
  background-color: #2b5d37;
  color: #fff;
}
.enqbox textarea {
  overflow-y: scroll;
  margin: 15px 0;
  width: 100%;
}

.inputform table {
  table-layout: fixed;
  margin-bottom: 15px;
}
.inputform th, .inputform td {
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.inputform th {
  width: 180px;
  text-align: center;
  background-color: #f0f0f0;
}
.inputform input[type="button"], .inputform input[type="submit"] {
  width: 120px;
}
.inputform p a {
  display: inline-block;
  height: 1.8em;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #f0f0f0;
  color: buttontext;
  text-decoration: none;
  text-align: center;
  line-height: 1.8em;
  min-width: 120px;
}

.inputform_btn {
  text-align: right;
}

.errorlist {
  margin-bottom: 15px;
  padding: 15px;
  border-width: 3px;
  border-style: solid;
  border-color: #ffc0c0;
  background-color: #fff0f0;
}
.errorlist li {
  list-style-position: inside;
  list-style-type: disc;
}

#sitemap {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
}
#sitemap h3 {
  margin-top: 15px;
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/title_bk.png");
  line-height: 45px;
}
#sitemap li {
  padding: 3px 0;
}
#sitemap li a {
  display: block;
  margin-left: 15px;
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

#sitemap_left {
  float: left;
  width: 50%;
}
#sitemap_left h3 {
  margin-right: 7.5px;
}
#sitemap_left h3:first-child {
  margin-top: 0;
}
#sitemap_left ul {
  margin-right: 7.5px;
}

#sitemap_right {
  float: left;
  width: 50%;
}
#sitemap_right h3 {
  margin-left: 7.5px;
}
#sitemap_right h3:first-child {
  margin-top: 0;
}
#sitemap_right ul {
  margin-left: 7.5px;
}

.concal_caption {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 7.5px;
  overflow: hidden;
  *zoom: 1;
  line-height: 1;
}
.concal_caption h3 {
  float: left;
  font-size: 1.4em;
}
.concal_caption p {
  float: left;
  margin-bottom: 7.5px;
}
.concal_caption ul {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 7.5px;
}
.concal_caption ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.concal_caption ul li:first-child {
  padding-left: 0;
}
.concal_caption ul li:last-child {
  padding-right: 0;
}
.concal_caption ul li.last {
  padding-right: 0;
}
.concal_caption ul li {
  padding: 0 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}
.concal_caption ul li:first-child {
  border-left: none;
}
.concal_caption ul li span {
  font-weight: bold;
}

.concal_main {
  margin-bottom: 15px;
}
.concal_main table {
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
}
.concal_main table th {
  background-color: #f0f0f0;
  text-align: center;
  font-weight: bold;
}
.concal_main table th, .concal_main table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
}
.concal_main table strong {
  display: block;
  padding: 3px;
}
.concal_main table .cap {
  border-bottom-width: 0;
}
.concal_main table .one {
  height: 60px;
  border-top-width: 0;
}
.concal_main table .per {
  border-width: 0 1px 0 0;
}
.concal_main table .per p {
  background-color: #e0e0e0;
}
.concal_main table .sun {
  background-color: #ffe0e0;
}
.concal_main table .sat {
  background-color: #e0e0ff;
}
.concal_main table .to {
  background-color: #ffe000;
}
.concal_main table .none {
  background-color: #f0f0f0;
}
.concal_main table .active {
  background-color: #ffe000;
}

.keiyakuform {
  position: relative;
}
.keiyakuform img {
  position: absolute;
  top: 0;
  right: 0;
}
.keiyakuform caption {
  margin-top: 7.5px;
  text-align: left;
  font-weight: bold;
}
.keiyakuform table {
  margin-bottom: 0;
  width: 100%;
}
.keiyakuform th {
  width: 20%;
}
.keiyakuform .buttons {
  padding: 7.5px 15px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  text-align: right;
}

.list {
  margin-top: 15px;
}
.list caption {
  text-align: left;
  font-weight: bold;
}
.list table {
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  margin-bottom: 15px;
}
.list table caption {
  display: none;
}
.list table th, .list table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.list th {
  background-color: #324980;
  color: #fff;
  text-align: center;
}

.cameramap-inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 500px;
}
.cameramap-inner dt {
  position: absolute;
  overflow: hidden;
  width: 34px;
  height: 24px;
  background-image: url("../img/camera/camera.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 11000;
}
.cameramap-inner dt a {
  display: block;
}
.cameramap-inner dd {
  position: absolute;
  overflow: hidden;
  width: 135px;
  height: 35px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 10000;
}
.cameramap-inner dt.cam_1 {
  top: 30px;
  left: 330px;
}
.cameramap-inner dd.cam_1 {
  top: 55px;
  left: 330px;
  background-image: url("../img/camera/01.gif");
}
.cameramap-inner dt.cam_2 {
  top: 20px;
  left: 295px;
}
.cameramap-inner dd.cam_2 {
  top: 45px;
  left: 295px;
  background-image: url("../img/camera/02.gif");
}
.cameramap-inner dt.cam_3 {
  top: 20px;
  left: 245px;
}
.cameramap-inner dd.cam_3 {
  top: 45px;
  left: 245px;
  background-image: url("../img/camera/03.gif");
}
.cameramap-inner dt.cam_5 {
  top: 155px;
  left: 60px;
}
.cameramap-inner dd.cam_5 {
  top: 180px;
  left: 60px;
  background-image: url("../img/camera/05.gif");
}
.cameramap-inner dt.cam_6 {
  top: 180px;
  left: 135px;
}
.cameramap-inner dd.cam_6 {
  top: 205px;
  left: 135px;
  background-image: url("../img/camera/06.gif");
}
.cameramap-inner dt.cam_7 {
  top: 300px;
  left: 140px;
}
.cameramap-inner dd.cam_7 {
  top: 325px;
  left: 140px;
  background-image: url("../img/camera/07.gif");
}
.cameramap-inner dt.cam_8 {
  top: 230px;
  left: 160px;
}
.cameramap-inner dd.cam_8 {
  top: 255px;
  left: 160px;
  background-image: url("../img/camera/08.gif");
}
.cameramap-inner dt.cam_9 {
  top: 350px;
  left: 55px;
}
.cameramap-inner dd.cam_9 {
  top: 375px;
  left: 55px;
  background-image: url("../img/camera/09.gif");
}
.cameramap-inner dd.cam_2 {
  top: 0;
  left: 290px;
}
.cameramap-inner dd.cam_5 {
  top: 135px;
  left: 0;
}
.cameramap-inner dd.cam_6 {
  top: 170px;
  left: 170px;
}
.cameramap-inner dd.cam_9 {
  top: 315px;
  left: 0;
}

.funcbox {
  margin-bottom: 15px;
}
.funcbox h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/title_bk.png");
  line-height: 45px;
}
.funcbox .sec {
  display: inline;
}
.funcbox .dateat {
  display: inline;
  margin-left: 15px;
}
.funcbox strong {
  padding: 5px;
  background-color: #f0f0f0;
}
.funcbox ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.funcbox ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.funcbox ul li:first-child {
  padding-left: 0;
}
.funcbox ul li:last-child {
  padding-right: 0;
}
.funcbox ul li.last {
  padding-right: 0;
}
.funcbox ul a {
  padding-left: 15px;
  background-image: url("../img/icon_link.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

.enqanslist {
  margin-bottom: 15px;
}
.enqanslist h3 {
  padding-left: 15px;
  height: 45px;
  background-image: url("../img/title_bk.png");
  line-height: 45px;
}
.enqanslist li {
  list-style: outside square;
  margin-left: 30px;
  padding: 5px 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
.enqanslist li:first-child {
  border-top: none;
}

.enqdata table {
  margin-bottom: 15px;
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.enqdata table caption {
  display: none;
}
.enqdata table th, .enqdata table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.enqdata table caption {
  display: table-caption;
  text-align: left;
}
.enqdata table th, .enqdata table td {
  padding-left: 7.5px;
}
.enqdata table th {
  background-color: #fffdd3;
}
.enqdata table td div {
  background-color: #dadada;
}

.adviceanslist li {
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ccc;
}
.adviceanslist li:first-child {
  border-top: none;
}
.adviceanslist li dl {
  margin-bottom: 15px;
  padding: 0 15px;
}
.adviceanslist li dt {
  margin-bottom: 7.5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.advicelist_ques {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f6f6f6;
  overflow: hidden;
  *zoom: 1;
}
.advicelist_ques strong {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../img/advice_ques.gif");
  background-repeat: no-repeat;
  float: left;
  margin-right: 15px;
}
.advicelist_ques p {
  width: 685px;
  float: left;
}

.advicelist_ans {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fcedea;
  overflow: hidden;
  *zoom: 1;
}
.advicelist_ans strong {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../img/advice_ans.gif");
  background-repeat: no-repeat;
  float: left;
  margin-right: 15px;
}
.advicelist_ans p {
  width: 685px;
  float: left;
}

.searchform table {
  margin-bottom: 15px;
}
.searchform table th, .searchform table td {
  padding: 7.5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.searchform table th {
  background-color: #f0f0f0;
  text-align: left;
}
.searchform table td label {
  margin: 0 15px 0 7.5px;
}
.searchform table td span {
  display: inline-block;
}
.searchform table .searchform_btn {
  text-align: right;
}

#shisetu table, .shisetulist table, .shisetucal_time table {
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-collapse: collapse;
  text-align: center;
}
#shisetu table caption, .shisetulist table caption, .shisetucal_time table caption {
  display: none;
}
#shisetu table th, #shisetu table td, .shisetulist table th, .shisetulist table td, .shisetucal_time table th, .shisetucal_time table td {
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
#shisetu table caption, .shisetulist table caption, .shisetucal_time table caption {
  display: table-caption;
}
#shisetu table th, #shisetu table td, .shisetulist table th, .shisetulist table td, .shisetucal_time table th, .shisetucal_time table td {
  padding: 5px 0;
}
#shisetu table th, .shisetulist table th, .shisetucal_time table th {
  background-color: #f0f0f0;
}
#shisetu table .cl_2, .shisetulist table .cl_2, .shisetucal_time table .cl_2 {
  width: 40px;
}

.shisetu_sup {
  margin: 10px;
}
.shisetu_sup ul {
  overflow: hidden;
  *zoom: 1;
}
.shisetu_sup li {
  float: left;
  margin-left: 10px;
  overflow: hidden;
  *zoom: 1;
}
.shisetu_sup li:first-child {
  margin-left: 0;
}
.shisetu_sup div {
  float: left;
  width: 50px;
}
.shisetu_sup p {
  float: left;
  margin-left: 5px;
}

.shisetu_spc {
  background-color: #dbeafb;
}

.shisetu_res {
  background-color: #fce9e5;
}

.shisetu_clo {
  background-color: #dadada;
}

.p-tour__cnt-hero {
  margin-bottom: 15px;
  text-align: center;
}
.p-tour__cnt-text {
  margin-bottom: 30px;
}
.p-tour__trlr-wrapper {
  overflow: hidden;
  *zoom: 1;
}
.p-tour__trlr-en, .p-tour__trlr-ko, .p-tour__trlr-ch, .p-tour__trlr-ja {
  float: left;
  margin-bottom: 30px;
  width: 50%;
  text-align: center;
}
.p-tour__trlr-thumb {
  margin-bottom: 7.5px;
}
.p-tour__trlr-time a {
  padding-left: 20px;
  background: url(../img/icon_movie.svg) no-repeat left center;
}
.p-tour__trlr-time__short {
  margin-right: 7.5px;
}
.p-tour__trlr-time__long {
  margin-left: 7.5px;
}
