@charset "UTF-8";

@import url("normalize.css");

html {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  height: 100%;
}

/* company logo
----------------------------------------------------*/
#companyLogo {
  width: 100%;
  height: 24px;
  padding: 5px 0;
  background: #000;
}

#companyLogo span:after {
  content: "";
  clear: both;
  display: block;
}

#companyLogo span {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

#companyLogo span a {
  display: block;
  float: right;
  width: 100px;
  height: 24px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/company_logo.png) center center no-repeat;
}

/* All
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  text-decoration: underline;
}

#contentWrapper {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: #fff url(../images/bg.jpg) repeat-x;
}

#welcome {
  padding: 0px 10px 0px;
}

#content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#contentBody {
  position: relative;
  padding: 40px 10px 0px;
}

#rightContent {
  position: relative;
  float: right;
  padding: 20px 20px 20px;
  width: 400px;
  background: #f0f1f2;
  z-index: 100;
}

#leftContent {
  float: left;
  width: 100%;
  margin-right: -440px;
}

#leftContentBody {
  padding-right: 460px;
}

#contentBody:after, ul#sideBanner:after {
  content: "";
  clear: both;
  display: block;
}

/* Main Visual & Welcome
---------------------------------------------- */
#main-visual {
  height: 480px;
  margin-bottom: 30px;
  background: url(../images/main_visual.jpg) no-repeat center;
}

h1 {
  margin: 0 0 5px;
  font-size: 170%;
  color: #375b8d;
}

p {
  font-size: 100%;
  margin: 0 0 0;
}

/* Link & PDF
---------------------------------------------- */
#leftContentBody h2 {
  margin: 22px 0 5px;
  padding: 0;
  font-size: 130%;
}

#leftContentBody ul {
  list-style-image: url(../images/mark.gif);
  margin: 10px 0px 50px;
  font-size: 130%;
}

#leftContentBody li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

#LinkBox {
  margin-bottom: 30px;
}

/* Contact
----------------------------------------------------*/
#rightContent h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 120%;
}

/* Footer
----------------------------------------------------*/
#Footer {
  bottom: 0;
  position: absolute;
  clear: both;
  width: 100%;
  height: 50px;
  min-width: 800px;
  color: #ccc;
  background: #6b6e7b;
}

#footerNaviWrapper {
  width: 1000px;
  height: 50px;
  margin: 0 auto;
}

#footerNaviBox {
  padding: 5px 10px 0;
}

#Footer .copyright {
  font-size: 12px;
  line-height: 1.4em;
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: right;
}

#Footer .footerTOU {
  font-size: 12px;
  line-height: 1.4em;
  padding-top: 13px;
  padding-bottom: 10px;
  text-align: left;
  float: left;
}

#Footer a:link {
  color: #ccc;
  text-decoration: none;
}

#Footer a:visited {
  color: #ccc;
}

#Footer a:hover {
  text-decoration: underline;
}