@charset "UTF-8";
.mgT10 {
  margin-top: 10px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT30 {
  margin-top: 30px;
}

.mgB30 {
  margin-bottom: 30px;
}

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, main, menu, nav, section, summary {
  display: block;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear {
  clear: both;
}

.fontRed {
  color: #a40035;
}

a {
  text-decoration: none;
  color: #75a405;
}

a:hover {
  text-decoration: underline;
  color: #75a405;
}

body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 170%;
  font-size: 12px;
  background:#fff;
}

.auto {
  margin: auto;
}

#header {
  width: 100%;
  background: url("../img/share/headBg.png") repeat-x;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9990;
}
#header div {
  width: 1000px;
  margin: auto;
  position: relative;
}
#header div .logo {
  margin-top: 20px;
}
#header div ul {
  float: right;
}
#header div ul li {
  float: left;
  border-right: 1px solid #959595;
  height: 90px;
}
#header div ul .L {
  border-left: 1px solid #959595;
}
#header div .mainVis {
  position: absolute;
  top: 60px;
  left: -80px;
  z-index: 1000;
}

h1 {
  margin-bottom: 20px;
}

h2 {
  font-size: 15px;
  margin: 30px 0 20px;
  border-bottom: dashed 1px #AAAAAA;
  padding-bottom: 0px;
}
h2 span {
  display: inline-block;
  border-bottom: solid 3px #75a405;
  padding-bottom: 5px;
  margin-bottom: -2px;
}

h3 {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  padding-bottom: 5px;
}

#topMainVis {
  width: 100%;
  height: 440px;
  background: #fff;
}
#topMainVis div {
  width: 1000px;
  margin: auto;
  position: relative;
}
#topMainVis div h1 {
  text-align: right;
  padding-top: 70px;
}

#topAbout {
  background: #eee;
  padding-bottom: 40px;
}
#topAbout div {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#topAbout div .bg01 {
  position: absolute;
  right: -140px;
  top: -145px;
}

#topProg {
  padding: 20px 0 50px 0;
  background: url("../img/top/contBg.png") repeat-x top;
}
#topProg .contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#topProg .contents h2 {
  margin-top: 80px;
  margin-bottom: 50px;
}
#topProg .contents h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#topProg .contents .txtBox {
  margin-bottom: 40px;
  background: #f2f7e7;
  border-left: #75a405 solid 5px;
}
#topProg .contents .txtBox div {
  width: 540px;
  padding: 23px 35px;
}
#topProg .contents .txtBox div p {
  font-size: 12px;
  margin-top: 15px;
  line-height: 20px;
}
#topProg .contents .R {
  border-left: none;
  border-right: #75a405 solid 5px;
}
#topProg .contents .bg02 {
  position: absolute;
  right: -140px;
  top: -145px;
  
}

#topAcc {
  margin: 0;
  padding: 0;
  background: #eee;
  border: solid 1px #eee;
}
#topAcc .contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#topAcc .contents h2 {
  padding-top: 30px;
  margin-bottom: 50px;
}
#topAcc .contents .dataBox {
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
#topAcc .contents .dataBox table th {
  padding: 2px 10px;
  padding-top: 15px;
  border-right: solid 2px #75a405;
  vertical-align: top;
}
#topAcc .contents .dataBox table tr.top th, #topAcc .contents .dataBox table tr.top td {
  padding-top: 2px;
}
#topAcc .contents .dataBox table td {
  padding: 2px 10px;
  padding-top: 15px;
}
#topAcc .contents .bg03 {
  position: absolute;
  top: -140px;
  left: -300px;
}
#topAcc .contents .bg04 {
  position: absolute;
  top: -190px;
  right: -200px;
}

#topCont {
  margin-top: 100px;
}
#topCont h2 {
  border: none;
  margin-top: 50px;
  margin-bottom: 20px;
}
#topCont h3 {
  border: none;
  margin: 0;
  padding: 0;
  color: #75a405;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

#contBox {
  width: 1000px;
  margin: auto;
  margin-top: 50px;
}

.agreeBox {
  width: 1000px;
  padding: 20px;
  margin: 20px auto;
  background: #f7faf0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agreeBox div.cont {
  padding: 15px;
}
.agreeBox div.cont div {
  height: 100px;
  overflow-y: scroll;
  padding: 20px 30px;
  margin-top: 20px;
  background: #fff;
}
.agreeBox div.cont div h4 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  border-bottom: dashed 1px #CCC;
  padding-bottom: 5px;
}
.agreeBox div.cont div ul {
  padding: 0 0 0 40px;
}
.agreeBox div.cont div ul li {
  list-style-type: disc;
}

#agree {
  font-size: 1.2em;
  color: #a40035;
}

table.style01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
table.style01 th {
  padding: 5px 10px;
  background: #0c4d0c;
  color: #fff;
  font-weight: normal;
}
table.style01 th.gly {
  background: #e9eae5;
}
table.style01 th.grn {
  border: solid 1px #75a405;
  color: #75a405;
  background: none;
  text-align: center;
}
table.style01 .center {
  text-align: center;
}
table.style01 td {
  text-align: inherit;
  background: url(../img/share/tableBg.gif) repeat-x bottom;
}
table.style01 td img {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 15px;
}
table.style01 .grn {
  text-align: center;
  background: #f2f7e8;
  background: url(../img/share/tableBg.gif) repeat-x bottom #f2f7e8;
}
table.style01 .gry {
  background: #e9eae5;
  background: url(../img/share/tableBg.gif) repeat-x bottom #e9eae5;
  color: #333333;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
table.style01 .none {
  background-image: none;
}

table.style01_2 {
  margin-top: -11px;
  margin-bottom: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
table.style01_2 th {
  padding: 5px 10px;
  background: #e9eae5;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
table.style01_2 th.grn {
  border: solid 1px #75a405;
  color: #75a405;
  background: none;
  text-align: center;
}
table.style01_2 td {
  vertical-align: top;
}
table.style01_2 td .icon {
  float: left;
  margin-right: 8px;
}
table.style01_2 td p.ttl {
  min-height: 30px;
  _height: 30px;
  margin-bottom: 5px;
}
table.style01_2 td p.ttl span {
  padding: 1px 7px;
  display: inline-block;
  margin-bottom: 5px;
  float: right;
  background: #fff;
}
table.style01_2 td p.ttl .red {
  color: #a40035;
  border: solid 1px #a40035;
}
table.style01_2 td p.ttl .org {
  color: #e37b01;
  border: solid 1px #e37b01;
}
table.style01_2 td .open {
  cursor: pointer;
  margin: 5px 0 0;
  background: #fff;
  padding: 5px;
}
table.style01_2 td .open span {
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  padding: 3px 5px;
  text-align: left;
  background: url("../img/timetable/icon_plus.png") no-repeat right 5px;
  border: solid 1px #aaa;
}
table.style01_2 td .selected span {
  background: url("../img/timetable/icon_minus.png") no-repeat right 5px;
}
table.style01_2 td .txtBox {
  padding: 0px 5px 5px;
  background: #fff;
}
table.style01_2 td .nameBox {
  padding: 0px 5px 5px;
  background: #fff;
}
table.style01_2 td.gry {
  padding: 10px;
  background: #eeeeee;
  border-left: solid #fff 5px;
}
table.style01_2 td.blu {
  padding: 10px;
  background: #dceaf1;
  border-left: solid #fff 5px;
}
table.style01_2 td.blu p.ttl {
  border-bottom: solid 2px #0075c1;
}
table.style01_2 td.grn {
  padding: 10px;
  background: #ebf0df;
  border-left: solid #fff 5px;
}
table.style01_2 td.grn p.ttl {
  border-bottom: solid 2px #75a405;
}
table.style01_2 td.yel {
  padding: 10px;
  background: #f8f6e6;
  border-left: solid #fff 5px;
}
table.style01_2 td.yel p.ttl {
  border-bottom: solid 2px #f1bc05;
}
table.style01_2 td.pink {
  padding: 10px;
  background: #f9f1f5;
  border-left: solid #fff 5px;
}
table.style01_2 td.pink p.ttl {
  border-bottom: solid 2px #fe8aae;
}
table.style01_2 td.red {
  padding: 10px;
  background: #f4e5e6;
  border-left: solid #fff 5px;
}
table.style01_2 td.red p.ttl {
  border-bottom: solid 2px #a40000;
}
table.style01_2 td.center {
  text-align: center;
}
table.style01_2 td.mid {
  vertical-align: middle;
}
table.style01_2 td.none {
  border: none;
}

table.style02 {
  margin: 20px auto;
}
table.style02 th {
  padding: 15px;
  color: #7f7f79;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  text-align: right;
  background: #f2f2ee;
}
table.style02 th span {
  color: #a40035;
}
table.style02 th.top {
  border-top: 2px solid #b4c580;
}
table.style02 th.bot {
  border-bottom: 2px solid #b4c580;
}
table.style02 td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #111;
}
table.style02 td input {
  background: #faf9eb;
  border: 1px solid #ddd;
  padding: 5px;
}

.btnSet {
  margin-top: 50px;
  text-align: center;
}
.btnSet .mgn {
  margin-right: 15px;
}

#fotter {
  margin-top: 70px;
}
#fotter .contact {
  width: 1000px;
  margin:0 auto;
}
#fotter .contact div {
  margin-top: 15px;
}
#fotter .contact div .floatL {
  margin-right: 40px;
}
#fotter .contact div p {
  width: 300px;
  float: left;
}
#fotter .nav {
	margin:0;
	min-height:1px;
  margin-top: 20px;
  background: #e9eae5;
}
#fotter .nav ul {
  width: 1000px;
  margin: auto;
  padding: 10px 0;
}
#fotter .nav ul li {
  background: url("../img/footIcon.png") no-repeat 0 4px;
  padding-left: 15px;
  margin-right: 10px;
  display: inline-block;
  float:left;
}
#fotter .nav ul li a {
  text-decoration: none;
  color: #333333;
}
#fotter .nav ul li a:hover {
  color: #75a405;
}
#fotter .copy {
	min-height:1px;
  background: #313131;
}
#fotter .copy p {
  padding: 5px 0;
  width: 1000px;
  margin: auto;
  font-size: 10px;
  text-align: right;
  color: #fff;
}

.formEvent {
  width: 80%;
  margin: auto;
  margin-top: 10px;
  border: solid 1px #c0d099;
  padding: 10px;
}
.formEvent div {
  background: #f7faf0;
  padding: 3px 5px;
  color: #75a405;
  border-left: solid 3px #75a405;
  margin-top: 20px;
}
.formEvent .top {
  margin-top: 0;
}
.formEvent p {
  padding: 0 5px;
  border-left: solid 3px #75a405;
}

#sponCont {
  padding: 20px 0 50px 0;
  background: #fff;
}
#sponCont .contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#sponCont h3 {
  margin: 30px 0 15px;
}

.logoBox img {
  margin-right: 25px;
  margin-bottom: 20px;
}
.logoBox .mg0 {
  margin-right: 0;
}

.logoBox2 img {
  margin-right: 20px;
  margin-bottom: 15px;
}
.logoBox2 .mg0 {
  margin-right: 0;
}

#map {
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

#pagetop {
  position: fixed;
  bottom: 100px;
  right: 50%;
  margin-right: -580px;
  display: none;
  z-index: 9985;
}

.mypage {
  position: fixed;
  top: 90px;
  right: 0px;
  z-index: 9984;
}

.popBox {
	width:700px;
  margin: 15px;
  padding: 15px;
  border: dashed 1px #75a405;
}
.popBox h1 {
  border-left: solid 5px #75a405;
  padding-left: 10px;
}

.sample {
  overflow: hidden;
  *zoom: 1;
}

.sample1 {
  /* デフォルトを使用してバリューを省略した場合 */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.contentsBox{
	position:relative;
}

.contentsBox p{
	position:absolute;
}

.contentsBox p a{
}

.contentsBox .imgPos01{
	top:632px;
	left:165px;
}

.contentsBox .imgPos02{
	top:632px;
	left:475px;
}

.contentsBox .imgPos03{
	top:845px;
	right:65px;
}

.contentsBox .imgPos04{
	bottom:325px;
	right:55px;
}

.contentsBox .imgPos05{
	bottom:95px;
	right:55px;
}