@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, main, menu, nav, section, summary {
  display: block;
}

/* COMMON */
html {
  font-size: 87.5%;
  line-height: 1.71429em;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}
html a {
  color: #000;
  text-decoration: none;
}
html a:hover {
  color: #000;
}

#stage {
  min-width: 950px;
  text-align: center;
}

#headarea {
  background: url(../images/head_bg.gif) repeat-x bottom center;
}
#headarea #head {
  overflow: hidden;
  height: 55px;
  text-align: left;
  width: 850px;
  margin: 0 auto;
}
#headarea #head h1 {
  margin-top: 11px;
  float: left;
}
#headarea #head h2 {
  margin-top: 16px;
  float: right;
}

#contents {
  max-width: 1400px;
  margin: 0 auto;
}
#contents #titlearea {
  background: url(../images/bg_second_title.png) center top no-repeat;
}
#contents #titlearea h2 {
  padding: 10px 0 5px;
}
#contents #titlearea ul {
  letter-spacing: -0.4em;
}
#contents #titlearea ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
  letter-spacing: normal;
}

#footerarea {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
  background: url(../images/bg_footer.gif);
}
#footerarea .footer_curve {
  height: 155px;
  background: url(../images/bg_footer_curve.gif) no-repeat top center;
}
#footerarea .copyright {
  margin-top: 50px;
}

#headerMain, .menuBox01, #gfooter {
  display: none !important;
}
