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

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* ベース
---------------------------------- */
html {
  height: 100%;
}

body {
  color: #1F2E53;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  line-height: 2;
  word-wrap: break-word;
  min-width: 1000px;
}

a:link, a:visited {
  color: #1F2E53;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter: alpha(opacity=80);
}
a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

.btn:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

/* レイアウト　*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

header {
  background: url(../images/bg.gif);
}
header .mainvisual {
  position: relative;
  overflow: hidden;
  max-height: 440px;
  text-align: center;
}
header .mainvisual .img img {
  width: 100%;
  height: auto;
}
header .mainvisual .logo {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -111px;
}
header .logo {
  text-align: center;
  padding: 10px 0 8px;
}
header .global {
  background: url(../images/menu_bg.gif) #1F2E53;
}
header .global ul {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
}
header .global ul li {
  display: inline;
}
header .global ul li a {
  background: url(../images/menu_border.gif) no-repeat 100% 50%;
  display: inline-block;
  width: 190px;
  height: 90px;
  line-height: 59px;
}
header .global ul li:last-child a {
  background: none;
}

footer {
  background: url(../images/menu_bg.gif) #1F2E53;
  height: 70px;
}
footer .inner-footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
}
footer .inner-footer .address {
  float: left;
  font-size: 12px;
  color: #FFF;
  line-height: 1.8;
}
footer .inner-footer .address a {
  color: #FFF;
}
footer .inner-footer .copyright {
  float: right;
  margin-top: 18px;
  font-size: 12px;
  color: #FFF;
}
footer .inner-footer .copyright a {
  color: #FFF;
}
