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

body {
  min-width: 960px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #dfdfdf;
  color: black;
}

p {
  font-size: 15px;
  line-height: 22px;
}

.pt1 {
  padding-top: 22px;
}

.pb1 {
  padding-bottom: 22px;
}

a.btn {
  cursor: pointer;
}
a.btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#MainHeader {
  height: 113px;
  background: url(../img/head_bg.png) 0 0 repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#MainHeader .container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#MainHeader h1 {
  position: absolute;
  top: 16px;
  left: 0px;
}
#MainHeader .contact {
  position: absolute;
  right: 0px;
  top: 14px;
  width: 501px;
}
#MainHeader img.tell {
  position: absolute;
  top: 6px;
  left: 0px;
}
#MainHeader a.to_form {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

#MainContents {
  width: 960px;
  margin: 0px auto 0;
  padding: 0 10px 0 10px;

}
#MainContents .container {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

#MainFooter {
  background-color: #bbbbbb;
  color: white;
  height: 44px;
  text-align: center;
  padding-top: 36px;
}
#MainFooter p {
  font-size: 11px;
}

.content-contact {
  height: 157px;
  width: 960px;
  background: url(../img/contact_bg.png) 0 0 no-repeat;
  position: relative;
  margin: 22px 0 44px;
}
.content-contact p {
  position: absolute;
  top: 22px;
  left: 211px;
}
.content-contact img.tell {
  display: block;
  position: absolute;
  top: 65px;
  left: 151px;
}
.content-contact a.to_form {
  display: block;
  position: absolute;
  top: 57px;
  left: 508px;
}

section.c1 {
  margin-top: 50px;
}
section.c1 h2 {
  text-align: center;
  margin-bottom: 25px;
}
section.c1 ul {
  height: 440px;
  position: relative;
}
section.c1 ul li {
  position: absolute;
}
section.c1 ul .i1 {
  left: -2px;
  top: 0px;
}
section.c1 ul .i2 {
  top: 0px;
  left: 309px;
}
section.c1 ul .i3 {
  top: 0px;
  left: 622px;
}
section.c1 ul .i4 {
  top: 214px;
  left: 152px;
}
section.c1 ul .i5 {
  top: 213px;
  left: 473px;
}

section.c2 {
  margin-top: 20px;
}
section.c2 h3 {
  margin: 12px 0;
}
section.c2 h4 {
  margin: 22px 0 12px;
}
section.c2 p {
  margin: 12px 0;
}
section.c2 ul {
  width: 933px;
  margin-right: -13px;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}
section.c2 li {
  float: left;
  margin-right: 13px;
}
section.c2 li a {
  cursor: pointer;
}
section.c2 li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
section.c2 .three_illust {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 44px;
}
section.c2 .three_illust li {
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
}
section.c2 .three_illust li a {
  line-height: 1px;
  display: block;
}

section.c3 {
  padding-top: 22px;
  background: url(../img/c3_bg.png) 0 0 repeat-x;
}
section.c3 table {
  margin-top: 44px;
  margin-bottom: 10px;
  width: 100%;
}
section.c3 th, section.c3 td {
  text-align: center;
  height: 40px;
  vertical-align: middle;
}
section.c3 th {
  background-color: #009bd3;
  border: 1px solid #009bd3;
  color: white;
}
section.c3 th.t1 {
  border-right: 1px solid white;
}
section.c3 th.t2 {
  border-right: 1px solid white;
}
section.c3 td {
  border: 1px solid #868686;
  background-color: #f4f4f4;
}
section.c3 td.t2 {
  width: 196px;
  background-color: white;
}
section.c3 ul {
  width: 938px;
  margin-right: -18px;
  margin-top: 40px;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}
section.c3 ul li {
  float: left;
  margin-right: 18px;
}

section.c4 h2 {
  margin-bottom: 22px;
}

section.c5 h2 {
  margin-bottom: 44px;
}
section.c5 .qa {
  border: 1px solid #a7cf55;
  margin-bottom: 22px;
}
section.c5 .qa .q {
  background-color: #009bd3;
  color: white;
}
section.c5 .qa .q h3 {
  height: 59px;
  line-height: 59px;
  background: url(../img/c5_icon1.png) 0 7px no-repeat;
  margin-left: 20px;
  padding-left: 53px;
}
section.c5 .qa .a {
  background-color: #fdffe6;
  padding: 11px 0 10px;
}
section.c5 .qa .a p {
  background: url(../img/c5_icon2.png) 0 0px no-repeat;
  margin-left: 20px;
  padding-left: 53px;
  padding-top: 10px;
  padding-bottom: 10px;
}
