<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 87.5%;
  line-height: 1.71429em;
}

body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
  width: 985px;
  margin: 0 auto;
}

#header {
  height: 80px;
}
#header h1 {
  float: left;
  padding-top: 29px;
}
#header p {
  float: right;
  padding-top: 35px;
}

#contents {
  position: relative;
  overflow: hidden;
}
#contents .navarea {
  background: url(../images/pattern_bg.png) 0 0 repeat;
  height: 300px;
  padding-top: 24px;
  padding-bottom: 1px;
  position: relative;
}
#contents .navarea .before {
  width: 477px;
  height: 508px;
  display: block;
  position: absolute;
  right: 50%;
  top: 12px;
  margin-right: 522px;
  z-index: 99;
}
#contents .navarea .after {
  width: 476px;
  height: 508px;
  display: block;
  position: absolute;
  left: 50%;
  top: 12px;
  margin-left: 522px;
  z-index: 99;
}
#contents .navarea h2 {
  text-align: center;
  margin-bottom: 15px;
}
#contents #nav {
  margin: 0 auto;
  width: 754px;
  position: relative;
  z-index: 1000;
}
#contents #nav ul li {
  float: left;
  position: relative;
}
#contents #nav ul li a {
  position: relative;
  z-index: 5;
}
#contents #nav ul li .character {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#contents #nav ul li:nth-child(1) {
  margin-right: 81px;
}
#contents #nav ul li:nth-child(2) {
  margin-right: 87px;
}
#contents #nav ul li.active:after {
  content: " ";
  width: 29px;
  height: 15px;
  display: block;
  background: url(../images/active.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
}

#footer {
  padding-top: 48px;
  padding-bottom: 30px;
  text-align: center;
}
</pre></body></html>