@charset "utf-8";
/*---------------------------- banner */
#global_nav {
 background-color: #FFF;
 width: 100%;
 min-width: 1000px;
 position: relative;
 z-index: 110;
}
.bigbanner {
 background-color: #FFFFFF;
 border-bottom: 1px solid #CCCCCC;
 height: 90px;
 min-width: 1000px;
 padding: 3px 0;
 position: relative;
 text-align: center;
 width: 100%;
 z-index: 100;
}
hr {
 display: none;
}
/*---------------------------- Share */
* {
 /*	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
 background-position: top left;
 background-repeat: no-repeat;
 font-size: 14px;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
* {
}
}
html, body {
}
body {
 behavior: url(csshover2.htc);
}
h1, h2, h3, h4, h5, h6 {
 max-width: 1000px;
 color: #333;
 line-height: 1.5;
 font-size: 14px;
}
p {
 color: #333;
 line-height: 1.5;
 margin-bottom: 10px;
}
a {
 text-decoration: underline;
 color: #333;
}
a:hover {
 color: #4b7f07;
 text-decoration: none;
}
span {
 color: #333;
}
img {
}
th, td {
 line-height: 1.5;
}
.visualText {
 display: block;
 font-size: 0;
 overflow: hidden;
 line-height: 0;
 text-indent: -99999px;
}
.visualLink {
 display: block;
 font-size: 0;
 overflow: hidden;
 line-height: 0;
 text-indent: -99999px;
}
.visualLink:hover, .visualLink:focus {
 background-position: left bottom;
}
.hideText {
 font-size: 0;
 height: 1px;
 line-height: 0;
 overflow: hidden;
 position: absolute;
 text-indent: -99999px;
 width: 1px;
}
.scrollArea {
 overflow: auto;
}
.free_position {
 position: absolute;
}
.no-boader {
 border: none;
}
/*---------------------------- base */
html {
 overflow-y: scroll;
}
html, body {
 height: 100%;
 min-width: 1000px;
}
body {
 background-image: url(../img/back.jpg);
 background-position: center top;
 background-color: #FFF;
 background-repeat: repeat;
}
#wrapper {
 height: auto !important;
 min-height: 100%;
 position: relative;
 *height: 100%;
 margin-top: -127px;
}
#wrapperInner {
 padding-top: 127px;
 overflow: hidden;
}
#container {
 min-width: 1000px;
 padding-bottom: 50px;
}
#footer {
 background-color: #000000;
 background-position: center bottom;
 bottom: 0;
 clear: both;
 height: 20px;
 min-width: 1000px;
 position: absolute;
 width: 100%;
}
#footerInner {
 margin-left: auto;
 margin-right: auto;
 width: auto;
 *width: 1000px;
}
/*---------------------------- base-2 */

.leftContent {
 width: 960px;
 margin-right: auto;
 margin-left: auto;
}
.oa {
 background-color: #FFFFFF;
 padding: 2px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}
.oa h2 {
 background-color: #000000;
 color: #ffffff;
 font-style: italic;
 font-size: 26px;
 text-align: center;
 padding: 8px 0 7px;
 line-height: 1;
 -moz-border-radius: 10px 10px 0px 0px;
 -webkit-border-radius: 10px 10px 0px 0px;
 border-radius: 10px 10px 0px 0px;
}
.oa .section {
 padding: 20px 18px 0;
}
.oa table {
 border-bottom: 1px dashed #333333;
 margin-bottom: 20px;
 width: 100%;
}
.oa table:last-child {
 border: none;
 margin-bottom: 0;
}
.oa th, .oa td {
 padding-bottom: 20px;
 vertical-align: top;
}
.oa th {
 width: 240px;
}
.oa td {
 font-size: 16px;
}
/*---------------------------- headerSuperInner */
#headerSuperInner {
 background-image: url(../img/top/top-logo-back.png);
 height: 364px;
 background-repeat: repeat-x;
 text-align: center;
 margin-top: -288px;
 background-position: top center;
}
#headerSuperInner_2 {
 width: 980px;
 margin-left: auto;
 margin-right: auto;
}
#headerSuperInner h1 {
 padding-top: 160px;
 float: left;
}
#headerSuperInner h1 a {
 background-image: url(../img/top/top-logo.png);
 width: 277px;
 height: 204px;
 display: block;
 text-indent: -9999px;
 overflow: hidden;
}
#headerSuperInner #menu {
 padding-top: 255px;
}
#headerSuperInner li {
 float: left;
 margin-left: 35px;
}
#headerSuperInner li a {
 background-image: url(../img/top/m_info.png);
 height: 23px;
 overflow: hidden;
 text-indent: -9999px;
 display: block;
}
#headerSuperInner li#m_info a {
 background-image: url(../img/top/m_info.png);
 width: 200px;
}
#headerSuperInner li#m_map a {
 background-image: url(../img/top/m_map.png);
 width: 139px;
}
#headerSuperInner li#m_encyclopedia a {
 background-image: url(../img/top/m_encyclopedia.png);
 width: 111px;
}
#headerSuperInner li#m_oa a {
 background-image: url(../img/top/m_oa.png);
 width: 111px;
}
a:hover {
 opacity: 0.80;
 filter: alpha(opacity =80);
}
/*---------------------------- content */
#content {
}
#contentInner {
}
#top-return {
 height: 0;
 margin: 0 auto;
 max-width: 1000px;
 position: relative;
 text-align: right;
 padding-top: 20px;
 font-weight: bold;
}
#top-return a {
 text-decoration: underline;
 margin-right: 20px;
}
.text_center {
 text-align: center;
}
h3 span.new-text {
 display: inline;
 margin-left: 5px;
 font-size: 14px;
}
/*---------- root-dash ----------*/
#root-dash {
 background-image: url("/dash/img/top/return.png");
 background-position: left top;
 height: 40px;
 overflow: hidden;
 position: absolute;
 right: 2px;
 text-indent: -99999px;
 top: 127px;
 width: 158px;
}
#root-dash:hover {
 background-position: right top;
}
#content-top #root-dash {
 top: 95px;
}
