@charset "UTF-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
	line-height: 1;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 15px;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
    list-style: none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
}
td {
	vertical-align: middle;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
a:link{
	text-decoration:none;
	COLOR:#0000ff
}
a:visited {
	text-decoration:none;
	COLOR: #0000ff
}
a:hover {
	text-decoration:none;
	COLOR: #0090fd
}
html {
	background-color: #7AE6F4;
	-webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

#headerWrap {
	width: 100%;
	height: 120px;
	float: left;
	background-image: url(../images/headerBG.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#header {
	width: 300px;
	height: 65px;
	padding-left: 330px;
	padding-right: 330px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
#naviWrap {
	width: 100%;
	height: 55px;
	background-image: url(../images/naviBG.gif);
	background-repeat: repeat-x;
	float: left;
	border-bottom: 2px solid #009844;
	margin-bottom: 10px;
}
#navi {
	width: 960px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
}
#navi ul#menu{
}
#navi ul#menu li {
	float: left;
	height: 45px;
	display: block;
}
#navi ul#menu li.first {
	margin-left: 5px;
}
#navi ul#menu li.last {
	margin-right: 0px;
}
#navi ul#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 17px;
	padding-top: 17px;
	padding-bottom: 11px;
	padding-right: 10px;
	padding-left: 10px;
}
#navi ul#menu li a:hover {
	color: #025AB2;
	text-decoration: none;
	background-color: #7AE7F4;
}
#navi ul#menu li ul#sub {
	z-index: 100;
	position: absolute;
}
#navi ul#menu li ul#sub li{
	float: none;
	background-color: #00B7DE;
}
.slidecontainer {
	width: 100%;
	height: 300px;
	float: left;
	margin-bottom: 10px;
	z-index: 1;
}
.slider {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  cursor: pointer;
}
.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
}
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
}
.slider__nav {
  position: absolute;
  bottom: 10px;
}
.slider__nav-item {
	width: 10px;
	height: 10px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
	border-radius: 5px;
}
.slider__nav-item--current {
  background: #00B7DE;
}
.slider__nav-item:hover {
  background: #00B7DE;
}
.OginoContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	overflow-y: auto;
	line-height: 26px;
}
.OginoLeft {
	width: 630px;
	margin-right: 30px;
	float: left;
}
.OginoRight {
	width: 300px;
	float: right;
	padding-top: 30px;
}
.OginoLeft2 {
	width: 630px;
	margin-right: 30px;
	float: left;
	line-height: 26px;
	margin-bottom: 50px;
}
.OginoRight2 {
	width: 300px;
	float: right;
	margin-bottom: 50px;
}
.TopicsTTL {
	width: 630px;
	height: 40px;
	float: left;
	background-image: url(../images/topicsBG.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.InfoTTL {
	width: 630px;
	height: 40px;
	float: left;
	background-image: url(../images/infoBG.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.wnTXT {
	margin-left: 15px;
	margin-top: 12px;
	float: left;
	width: 565px;
	height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}
.ListLink {
	width: 50px;
	margin-top: 15px;
	height: 25px;
	float: left;
	font-size: 12px;
}
.Topics {
	width: 630px;
	font-size: 15px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}
.Topics ul {
	list-style-image: url(../images/tpcList.gif);
	list-style-position: inside;
}
.Information {
	width: 630px;
	font-size: 15px;
	line-height: 35px;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}
.Information ul {
	list-style-image: url(../images/infoList.gif);
	list-style-position: inside;
}
.WeatherTTL {
	width: 290px;
	height: 18px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 20px;
	background-color: #00B7DE;
	font-weight: bold;
	line-height: 1;
	padding-top: 6px;
}
.txtLINKwrp {
	width: 100%;
	border-top: 2px solid #009844;
	clear: both;
}
.txtLINK {
	width: 960px;
	height: 40px;
	padding-top: 10px;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
}
.OginoFooterWRP {
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	background-color: #7AE6F4;
}
.OginoFooter {
	width: 960px;
	height: 200px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.NameAddBox {
	width: 380px;
	height: 100px;
	margin-top: 40px;
	float: left;
	margin-right: 430px;
}
.NameBox {
	width: 380px;
	height: 25px;
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
}
.AddBox {
	width: 380px;
	height: 40px;
	font-size: 13px;
	float: left;
	line-height: 18px;
}
.TelBox {
	width: 380px;
	height: 25px;
	font-size: 18px;
	float: left;
}
.FTR-R-Box {
	width: 150px;
	height: 125px;
	margin-top: 15px;
	float: left;
}
.PT-Box {
	width: 40px;
	height: 40px;
	margin-bottom: 65px;
	margin-right: 10pt;
	margin-left: 100px;
	float: left;
}
#pagetop a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	line-height: 38px;
	float: left;
	border: 2px solid #FFFFFF;
}
#pagetop a:hover{
	width: 36px;
	height: 36px;
	color: #7BE6F4;
	background-color: #FFFFFF;
	line-height: 22pt;
}
.Copyright {
	width: 150px;
	height: 20px;
	float: left;
	color: #FFFFFF;
	font-size: 13px;
}
.mapTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLmapBG.gif);
	color: #009844;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.facilityTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLfacilityBG.gif);
	color: #A560A2;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.gymTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLgymBG.gif);
	color: #0069B7;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.poolTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLpoolBG.gif);
	color: #00B7DE;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.staTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLstaBG.gif);
	color: #F29600;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.tnsTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLtnsBG.gif);
	color: #009844;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.opnspcTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLopnspcBG.gif);
	color: #E85377;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.wgTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLwgBG.gif);
	color: #ACD200;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.scheTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLscheBG.gif);
	color: #A560A2;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.acsTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLacsBG.gif);
	color: #00B7DE;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.faqTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLfaqBG.gif);
	color: #009844;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.inqTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLinqBG.gif);
	color: #E85377;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.rsvTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLrsvBG.gif);
	color: #00B7DE;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 1;
}
.pvcTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLpvcBG.gif);
	color: #F29600;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 30px;
	line-height: 1;
}
.cprTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLcprBG.gif);
	color: #009844;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 80px;
	line-height: 1;
}
.lnkTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLlnkBG.gif);
	color: #00B7DE;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 80px;
	line-height: 1;
}
.mngTTL {
	width: 960px;
	height: 40px;
	float: left;
	background-image: url(../images/TTLmngBG.gif);
	color: #A560A2;
	font-size: 30px;
	padding-top: 25px;
	margin-bottom: 50px;
	line-height: 1;
}

.parkmap {
	width: 960px;
	height: 672px;
	line-height: 27px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 15px;
}
.facilityBTN-L {
	width: 460px;
	height: 200px;
	float: left;
	margin-bottom: 40px;
	margin-right: 40px;
}
.facilityBTN-R {
	width: 460px;
	height: 200px;
	float: left;
	margin-bottom: 40px;
}
.expBox {
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	float: left;
}
.expBox2 {
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 30px;
	float: left;
}
.abtnBOX {
	width: 960px;
	height: 40px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-top: 1px solid #0069B7;
	border-bottom: 1px solid #0069B7;
}
.prgpL {
	width: 460px;
	margin-right: 20px;
	float: left;
	margin-bottom: 50px;
	line-height: 26px;
}
.prgpR {
	width: 460px;
	float: left;
	margin-left: 20px;
	margin-bottom: 50px;
	line-height: 26px;
}
.GYMsTTL1 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #0069B7;
	background-image: url(../images/ltGYM.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 430px;
	margin-bottom: 15px;
	line-height: 1;
}
.GYMsTTL2 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #0069B7;
	background-image: url(../images/ltGYM.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 930px;
	margin-bottom: 15px;
	line-height: 1;
}
.GYMsTTL3 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #0069B7;
	background-image: url(../images/ltGYM.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 600px;
	margin-bottom: 10px;
	line-height: 1;
}
.GYMssTTL1 {
	height: 20px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #0069B7;
	background-repeat: no-repeat;
	width: 460px;
	margin-bottom: 5px;
	color: #0068B7;
	padding-bottom: 5px;
	line-height: 1;
}
.POOLsTTL1 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #00B7DE;
	background-image: url(../images/ltPOOL.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 430px;
	margin-bottom: 15px;
	line-height: 1;
}
.POOLsTTL2 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #00B7DE;
	background-image: url(../images/ltPOOL.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 930px;
	margin-bottom: 15px;
	line-height: 1;
}
.POOLssTTL1 {
	height: 20px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #00B7DE;
	background-repeat: no-repeat;
	width: 460px;
	margin-bottom: 5px;
	color: #00B7DE;
	padding-bottom: 5px;
	line-height: 1;
}
.STAsTTL1 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #F29600;
	background-image: url(../images/ltSTA.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 430px;
	margin-bottom: 15px;
	line-height: 1;
}
.STAsTTL2 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #F29600;
	background-image: url(../images/ltSTA.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 930px;
	margin-bottom: 15px;
	line-height: 1;
}
.STAsTTL3 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #F29600;
	background-image: url(../images/ltSTA.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 600px;
	margin-bottom: 10px;
	line-height: 1;
}
.STAssTTL1 {
	height: 20px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #F29600;
	background-repeat: no-repeat;
	width: 460px;
	margin-bottom: 5px;
	color: #F29600;
	padding-bottom: 5px;
	line-height: 1;
}
.TNSsTTL1 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #009844;
	background-image: url(../images/ltTNS.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 430px;
	margin-bottom: 15px;
	line-height: 1;
}
.TNSsTTL2 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #009844;
	background-image: url(../images/ltTNS.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 930px;
	margin-bottom: 15px;
	line-height: 1;
}
.TNSsTTL3 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #009844;
	background-image: url(../images/ltTNS.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 600px;
	margin-bottom: 10px;
	line-height: 1;
}
.TNSssTTL1 {
	height: 20px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #009844;
	background-repeat: no-repeat;
	width: 460px;
	margin-bottom: 5px;
	color: #009844;
	padding-bottom: 5px;
	line-height: 1;
}
.TNSssTTL2 {
	height: 20px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #009844;
	background-repeat: no-repeat;
	width: 630px;
	margin-bottom: 5px;
	color: #009844;
	padding-bottom: 5px;
	line-height: 1;
}
.OPSsTTL2 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #E85377;
	background-image: url(../images/ltOPS.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 930px;
	margin-bottom: 15px;
	line-height: 1;
}
.WGsTTL1 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #ACD200;
	background-image: url(../images/ltWG.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 430px;
	margin-bottom: 15px;
	line-height: 1;
}
.WGsTTL2 {
	height: 22px;
	padding-left: 30px;
	float: left;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 3px double #ACD200;
	background-image: url(../images/ltWG.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	width: 930px;
	margin-bottom: 15px;
	line-height: 1;
}

.gymTbl {
	width: 460px;
}
.gymTbl td {
	border: 1px solid #666666;
	padding: 10px;
}
.gymTbl td.item {
	text-align: center;
	background-color: #5EE9FC;
	font-weight: bold;
}
.gymTbl2 {
	width: 630px;
}
.gymTbl2 td {
	border: 1px solid #666666;
	padding: 10px;
}
.gymTbl2 td.item {
	text-align: center;
	background-color: #5EE9FC;
	font-weight: bold;
}
.gymTbl3 {
	width: 630px;
}
.gymTbl3 td {
	border: 1px solid #666666;
	padding: 10px;
}
.gymTbl3 td.item {
	background-color: #5EE9FC;
	padding-right: 0px;
	padding-left: 15px;
}
div.tate-line{
	width:1em;
	line-height:1.1em;
	word-wrap:break-word;
	direction:ltr;
}

.tate-line span.tate-kuto{
	display:block;
	width:0.4em;
	line-height:0.1em !Important;
	margin-bottom:0.9em;
	margin-left:0.6em !Important;
}
.tate-line span.tate-cho{
	display:block;
	-moz-transform:matrix(0, 1, 1, 0, 0, 0);
	-webkit-transform:matrix(0, 1, 1, 0, 0, 0);
	-o-transform:matrix(0, 1, 1, 0, 0, 0);
	transform:matrix(0, 1, 1, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1, mirror=1);
}
.tate-line span.tate-komoji{
	display:block;
	line-height:0.75em !Important;
	margin-bottom:0.3em;
	margin-left:0.11em !Important;
}
.tate-line span.tate-kakko{
	display:block;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
div.tate-separator{
	clear:both;
	height:2em;
}

/* フォントサイズ変更時のフォント位置アジャスト用 */
.tate-line .font08{ font-size:8pt; }
.tate-line .font10{ font-size:10pt; }
.tate-line .font12{ font-size:12pt; }
.tate-line .font14{ font-size:14pt; }
.tate-line .font18{ font-size:18pt; }
.tate-line .font24{ font-size:24pt; }
.tate-line h1{ font-size:24pt; font-weight:bold; }
.tate-line h2{ font-size:18pt; font-weight:bold; }
.tate-line h3{ font-size:14pt; font-weight:bold; }
.tate-line h4{ font-size:12pt; font-weight:bold; }

.tate-line .font08 , .tate-line .font10 , .tate-line .font12 , .tate-line .font14 , .tate-line .font18 , .tate-line .font24 , .tate-line h1 , .tate-line h2 , .tate-line h3 , .tate-line h4 , .tate-line font  {
	display:block;
	position:relative;
	left:50%;
	width:1em;
	line-height:1.05em;
	margin-left:-0.5em;
} 

.poolTbl {
	width: 460px;
}
.poolTbl td {
	border: 1px solid #666666;
	padding: 10px;
}
.poolTbl td.item {
	text-align: center;
	background-color: #7DF6FF;
	font-weight: bold;
}
.poolTbl2 {
	width: 630px;
}
.poolTbl2 td {
	border: 1px solid #666666;
	padding: 10px;
}
.poolTbl2 td.item {
	text-align: center;
	background-color: #7DF6FF;
	font-weight: bold;
}
.poolTbl3 {
	width: 630px;
}
.poolTbl3 td {
	border: 1px solid #666666;
	padding: 10px;
}
.poolTbl3 td.item {
	text-align: center;
	background-color: #7DF6FF;
}
.staTbl {
	width: 460px;
}
.staTbl td {
	border: 1px solid #666666;
	padding: 10px;
}
.staTbl td.item {
	text-align: center;
	background-color: #FFD357;
	font-weight: bold;
}
.staTbl2 {
	width: 630px;
}
.staTbl2 td {
	border: 1px solid #666666;
	padding: 10px;
}
.staTbl2 td.item {
	text-align: center;
	background-color: #FFD357;
	font-weight: bold;
}
.staTbl3 {
	width: 630px;
}
.staTbl3 td {
	border: 1px solid #666666;
	padding: 10px;
}
.staTbl3 td.item {
	text-align: center;
	background-color: #FFD357;
}
.tnsTbl {
	width: 460px;
}
.tnsTbl td {
	border: 1px solid #666666;
	padding: 10px;
}
.tnsTbl td.item {
	text-align: center;
	background-color: #2BFC84;
	font-weight: bold;
}
.tnsTbl2 {
	width: 630px;
}
.tnsTbl2 td {
	border: 1px solid #666666;
	padding: 10px;
}
.tnsTbl2 td.item {
	text-align: center;
	background-color: #2BFC84;
	font-weight: bold;
}
.tnsTbl3 {
	width: 630px;
}
.tnsTbl3 td {
	border: 1px solid #666666;
	padding: 10px;
}
.tnsTbl3 td.item {
	text-align: center;
	background-color: #2BFC84;
}
.wgTbl {
	width: 460px;
}
.wgTbl td {
	border: 1px solid #666666;
	padding: 10px;
}
.wgTbl td.item {
	text-align: center;
	background-color: #D3DD9B;
	font-weight: bold;
}
.rsvTbl {
	width: 960px;
}
.rsvTbl td {
	border: 1px solid #666666;
	padding: 10px;
}
.rsvTbl td.item {
	text-align: center;
	background-color: #7DF6FF;
	font-weight: bold;
}

.gymRSV1 {
	width: 100px;
	height: 22px;
	margin-right: 100px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-image: url(../images/GYMrevBG.gif);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 8px;
}
.gymRSV2 {
	width: 100px;
	height: 16px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/GYMrevBG2.gif);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 6px;
}
.scheFaci {
	width: 940px;
	height: 60px;
	margin-bottom: 50px;
	padding: 8px;
	float: left;
	border: 2px solid #A560A2;
}
.scheList {
	width: 296px;
	height: 39px;
	font-size: 21px;
	color: #A560A2;
	border: 2px solid #A560A2;
	text-align: center;
	padding-top: 17px;
}
#map_canvas {
	float: left;
	margin-bottom: 10px;
}
.faqQBOX {
	width: 676px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	float: left;
	margin-left: 80px;
	margin-right: 80px;
	font-size: 18px;
	border: 2px solid #009844;
}
.QBoxWrp {
	width: 855px;
	height: 50px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 65px;
	float: left;
	background-image: url(../images/Q.gif);
	background-repeat: no-repeat;
}
.ABoxWrp {
	width: 835px;
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 65px;
	float: left;
	background-image: url(../images/A.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	padding-top: 5px;
}
.Qtxt {
	width: 855px;
	height: 30px;
	float: left;
	font-weight: bold;
	font-size: 21px;
	border-bottom: 3px double #009844;
	margin-bottom: 10px;
	padding-top: 13px;
}
.inqL {
	width: 300px;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 40px;
	float: left;
}
.inqR {
	width: 560px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	border-top: 1px solid #E85377;
	border-bottom: 1px solid #E85377;
	margin-top: 40px;
	font-size: 18px;
	margin-bottom: 50px;
}

.cl {
	clear: both;
	height: 0px;
}
.dbLine-Grn1 {
	width: 960px;
	height: 7px;
	border-bottom: 1px solid #009844;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}
.dbLine-Grn2 {
	width: 960px;
	border-top: 5px solid #009844;
}
.dbLine-Ppl1 {
	width: 960px;
	height: 7px;
	border-bottom: 1px solid #A560A2;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}
.dbLine-Ppl2 {
	width: 960px;
	border-top: 5px solid #A560A2;
}
.sLine-Grn-25 {
	border-bottom: 1px solid #009844;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	float: left;
	height: 1px;
	clear: both;
}
.sLine-Pnk-30 {
	border-bottom: 1px solid #E85377;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	height: 1px;
	clear: both;
}
.sLine-Sbl-30 {
	border-bottom: 1px solid #00B7DE;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	height: 1px;
	clear: both;
}
.sLine-Org-30 {
	border-bottom: 1px solid #F29600;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	height: 1px;
	clear: both;
}
.sLine-Org-5 {
	border-bottom: 1px solid #F29600;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	height: 1px;
	clear: both;
}

.mgn10b {
	margin-bottom: 10px;
}
.mgn15b {
	margin-bottom: 15px;
}
.mgn20b {
	margin-bottom: 20px;
}
.mgn30b {
	margin-bottom: 30px;
}
.mgn40b {
	margin-bottom: 40px;
}
.mgn50b {
	margin-bottom: 50px;
}
.mgn15r {
	margin-right: 15px;
}
.px14 {
	font-size: 14px;
}
.px18 {
	font-size: 18px;
}
.px18b {
	font-size: 18px;
	font-weight: bold;
}
.px21b {
	font-size: 21px;
	font-weight: bold;
}
.px13 {
	font-size: 13px;
}
.px12 {
	font-size: 12px;
}
.px13ls2 {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 2px;
}
.jisage{
padding-left:1.2em;
text-indent:-1.1em;
}
.blue {
	color: #0069B7;
}
.orange {
	color: #F29600;
}
.green {
	color: #009844;
}
.BOX50 {
	width: 960px;
	height: 50px;
	float: left;
}
.BOX100 {
	width: 960px;
	height: 100px;
	float: left;
}
.wnBOX {
	width: 630px;
	height: 120px;
	float: left;
	margin-bottom: 20px;
}
