@charset "utf-8";
/* CSS Document */

/*		Reset
------------------------------------------*/
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;
}

/* --------------------------------------------------
	clearfix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------------------------
	common
-------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3","メイリオ", Meriyo, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  opacity: 0.7;
}
#container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.btn-black {
  width: 145px;
  height: 14px;
  background: black;
  color: white;
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  padding: 4px 0 2px;
  margin-left: 12px;
}
/* --------------------------------------------------
	h
-------------------------------------------------- */
h1 {
  padding: 0;
  margin: 0;
}
h2 {
	display:inline-block;
	font-size: 180%;
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 0 auto 25px -5px;
    background-color: #FFF;
}
h2:before {
	content:'';
	position: absolute;
	z-index: -1;
	display: block;
	width: 730px;
	height: 1px;
	margin: 12px 0 0 0;
	border-top: #111 3px solid;
}
h2 span {
	font-size: 55%;
	font-weight: normal;
	color: #999;
	vertical-align:middle;
	padding-left: 20px;
}


/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
  width: 100%;
  height: 130px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.header-area {
  width: 100%;
  height: 130px;
}

.header-logo {
  width: 250px;
  float: left;
  text-align: center;
}

.header-nav {
  width: 640px;
  height: 80px;
  display: inline-block;
  padding: 20px 0 10px 0;
  float: right;
}
.header-nav ul {
  margin: 0 auto;
  width: 620px;
  height: 115px;
}
.header-nav li {
  float: left;
  width: 115px;
  text-align: center;
  margin: 0 8px 0 0;
}

/* --------------------------------------------------
	sidebar
-------------------------------------------------- */
#sidebar {
  width: 250px;
  height: auto;
  float: left;
  display: inline-block;
  padding-top: 30px;
  margin: 0;
}
#sidebar .side-block1 {
  margin: 0 auto;
  width: 180px;
}
#sidebar .side-block1 img {
  margin-bottom: 10px;
}
#sidebar .side-block2 {
  width: 180px;
  margin: 0 auto;
}
#sidebar .side-block2 img {
  margin-top: 10px;
}
#sidebar hr {
  width: 145px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sidebar p.map-link {
  background: url(../img/common/sidebar-li.png) no-repeat left top;
  padding: 0 0 0 15px;
  margin: 4px 0 15px 1px;
}
#sidebar p.map-link a {
  color: #0084cb;
  font-size: 12px;
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
#main {
  width: 740px;
  min-height: 1000px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 50px;
  float: right;
}
.top-contents {
  margin: 30px 0;
  width: auto;
  height: auto;
  display: inline-block;
}
.main-left {
  width: 200px;
  float: left;
}
.main-right {
  width: 490px;
  padding: 5px 0px 5px 30px;
  float: left;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 150%;
}
.breadcrumbs {
  font-size: 12px;
  float: right;
  margin-right: 20px;
  margin-bottom: 15px;
}
.breadcrumbs .home {
  color: #00bceb;
}
.breadcrumbs .now {
  display: none;
}
.pagetop {
  padding: 70px 20px 20px 0;
  text-align: right;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
  background: black;
  width: 100%;
  height: 270px;
  clear: both;
}
.text {
  letter-spacing: .1em;
  line-height: 200%;
  font-size: 16px;
}
.footer-area {
  width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
}
.footer-area .footer-left {
  width: 390px;
  color: white;
  font-size: 12px;
  float: left;
  margin-left: 100px;
}
.footer-area .footer-left p {
  margin: 10px 0;
  letter-spacing: .1em;
}
.footer-area .footer-right {
  width: 287px;
  float: left;
  margin-top: 40px;
  margin-left: 120px;
  font-size: 12px;
}
.footer-area .footer-right ul {
  list-style-image: url(../img/common/footer-li.png);
}
.footer-area .footer-right li {
  margin-bottom: 15px;
}
.footer-area .footer-right li > a {
  color: #0084cb;
}
.footer-area .footer-right nav {
  float: left;
  display: inline-block;
}
.footer-area .footer-right .footer-nav2 {
  margin-left: 60px;
}
.copyright {
}
