@charset "UTF-8";
/*------------------------------------------------------------
	default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
  line-height: 1.1;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

nav ul,
nav ul li {
  list-style: none;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

:focus {
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

input, select {
  vertical-align: middle;
}

a:link {
  color: #006699;
  text-decoration: none;
}

a:visited {
  color: #006699;
  text-decoration: none;
}

a:hover {
  color: #02818b;
  text-decoration: underline;
}

a:active {
  color: #006699;
  text-decoration: none;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
  line-height: 1.5;
  background-color: #fff;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
  border-top: solid 3px #0a50a5;
  background-color: #fff;
}

header {
  width: 1000px;
  margin: auto;
  height: 90px;
}
header #logo {
  width: 400px;
  float: left;
}
header #logo h1 {
  margin: 30px 0 0 10px;
}
header .contact {
  width: 450px;
  float: right;
  margin: 25px 0 0 0px;
}
header .contact ul {
  margin: 0px 0 0;
  list-style: none;
}
header .contact ul li {
  float: left;
}
header .contact ul li.tel {
  margin-right: 10px;
  width: 284px;
  border-right: solid 1px #c2cde1;
}
header .contact ul li.time {
  padding-left: 15px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  width: 100%;
  height: 70px;
  position: relative;
  background-image: url(../common/images/gNavi/bg.gif);
  background-repeat: repeat-x;
  zoom: 1;
}
#gNavi ul {
  width: 1000px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
}
#gNavi ul li {
  height: 70px;
  float: left;
}
#gNavi ul li a, #gNavi ul li a:hover {
  display: inline-block;
  zoom: 1;
}
#gNavi ul li a img, #gNavi ul li a:hover img {
  display: inline-block;
}
#gNavi ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#contents {
  overflow: hidden;
  *zoom: 1;
  font-size: 1.55em;
  line-height: 1.8em;
  margin: auto;
  zoom: 1;
}
#contents a:link, #contents a:visited {
  text-decoration: underline;
}
#contents a:active, #contents a:hover {
  text-decoration: none;
}
#contents h4.heading1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4em;
  padding: 20px;
  text-align: center;
  background-image: url(../common/images/bg/slashBlue.gif);
  border-top: solid 3px #0a50a5;
  zoom: 1;
}
#contents h4.heading2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4em;
  padding: 20px;
  text-align: center;
  background-image: url(../common/images/bg/slashGreen.gif);
  border-top: solid 3px #3d8738;
  zoom: 1;
}
#contents h5.heading {
  font-size: 1.1em;
  margin-bottom: 15px;
  border-bottom: dotted 1px #6a4a3b;
}
#contents h5.heading strong {
  display: inline-block;
  padding: 2px 20px;
  font-weight: normal;
  background-color: #e9e4e2;
}
#contents h6.heading {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 15px;
}
#contents p + h5 {
  margin-left: 20px;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
#pageTitle {
  margin: 0 0 40px;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  width: 100%;
  margin-top: 30px;
  font-size: 1.2em;
  background-image: url(../images/index/mainVbg2.jpg), url(../common/images/bg/sand1.jpg);
  background-repeat: repeat-x, repeat;
  zoom: 1;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
footer #inqSpace {
  padding: 20px 0;
  background-image: url(../common/images/bg/sand1bot.gif), url(../common/images/bg/sand1mig.gif);
  background-position: left bottom , left top;
  background-repeat: no-repeat , repeat;
  width: 1000px;
  margin: 20px auto 40px;
}
footer #inqSpace p {
  padding: 10px 0;
}
footer #inqSpace p a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
footer #pagetop {
  z-index: 10;
  position: fixed;
  width: 100%;
}
footer #pagetop a {
  bottom: 15px;
  position: fixed;
  right: 40px;
}
footer #pagetop a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
footer #links {
  background-color: #fff;
  padding: 15px 0;
  font-size: 1.25em;
}
footer #links a {
  display: inline-block;
  margin: 0 10px;
}
footer #copyright {
  width: 100%;
  padding: 15px 0;
  background-color: #8da2c7;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
}
