@charset "utf-8";

/*============================================================
	universal reset
============================================================*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	font-size: 95%;
	line-height: 1.5em;
}

div, p, img, a, td, ul, ol {
}

ul,ol,li {
}
ul {
}
li {
}
ol {
}
ol li {
}

table,td,th{
	border:none;
	text-align:left;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6{
}

img,a img{
	border:none;
	vertical-align:bottom;
}

hr{
	display:none;
}

/*============================================================
	common setting
============================================================*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Lucida Grande',Arial, Helvetica, sans-serif,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
	background: #FFFFF2;
}

em,strong{font-weight:bold;}

h1 {	
}
body#home h2 {
	height: 31px;
	width: 732px;
	background: url(../images/h2_bg.gif) no-repeat;
	margin: 9px 0px 0px 20px;
	padding: 11px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	height: 31px;
	width: 732px;
	background: url(../images/h2_bg.gif) no-repeat;
	margin: 0px 0px 0px 20px;
	padding: 11px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
h3 {
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 3px 15px;
	color: #72A330;
}
#course_guide h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 3px 15px;
	color: #8DC63F;
}
h5 {
}
h6 {
}
 
#home p,#course_guide p {
	font-size: 14px;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

/* a
----------------------------------------------------*/

a:link,a:visited{
	font-size: 12px;
}
a:hover{
}
a:active{
}

/*============================================================
	wrapper
============================================================*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 772px;
	text-align: left;
}

/*============================================================
	header
============================================================*/

#header {
	margin: 0px;
	padding: 0px;
	height: 164px;
	width: 772px;
	background: url(../images/header_bg.gif) no-repeat left top;
	position: relative;
}
#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 17px;
	top: 32px;
}
h1 {
	position: absolute;
	left: 114px;
	top: 37px;
	height: 35px;
	width: 263px;
}
#phone {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 314px;
	position: absolute;
	top: 42px;
	right: 26px;
	text-indent: -9999px;
	background: url(../images/phone_bg.gif) no-repeat;
}

/*============================================================
	navigation
============================================================*/

#navigation {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 642px;
	position: absolute;
	bottom: 38px;
	right: 20px;
}
#navigation ul {
	list-style: none;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	text-indent: -9999px;
}
#top a {
	width: 102px;
	height: 36px;
	background: url(../images/navi_bg.gif) no-repeat 0px 0px;
	display: block;
}
#flow a {
	width: 101px;
	height: 36px;
	background: url(../images/navi_bg.gif) no-repeat -102px 0px;
	display: block;
}
#course a {
	width: 96px;
	height: 36px;
	background: url(../images/navi_bg.gif) no-repeat -203px 0px;
	display: block;
}
#information a {
	width: 162px;
	height: 36px;
	background: url(../images/navi_bg.gif) no-repeat -299px 0px;
	display: block;
}
#access a {
	width: 181px;
	height: 36px;
	background: url(../images/navi_bg.gif) no-repeat -461px 0px;
	display: block;
}
#top a:hover {
	background: url(../images/navi_bg.gif) no-repeat 0px -36px;
}
#flow a:hover {
	background: url(../images/navi_bg.gif) no-repeat -102px -36px;
}
#course a:hover {
	background: url(../images/navi_bg.gif) no-repeat -203px -36px;
}
#information a:hover {
	background: url(../images/navi_bg.gif) no-repeat -299px -36px;
}
#access a:hover {
	background: url(../images/navi_bg.gif) no-repeat -461px -36px;
}
#home #top a{
	background: url(../images/navi_bg.gif) no-repeat 0px -36px;
}
#workout #flow a{
	background: url(../images/navi_bg.gif) no-repeat -102px -36px;
}
#course_guide #course a{
	background: url(../images/navi_bg.gif) no-repeat -203px -36px;
}
#info #information a{
	background: url(../images/navi_bg.gif) no-repeat -299px -36px;
}
#map_guide #access a{
	background: url(../images/navi_bg.gif) no-repeat -461px -36px;
}

/*============================================================
	cover
============================================================*/

#cover {
	height: 312px;
	width: 732px;
	margin-top: 0px;
	margin-left: 20px;
}

/*============================================================
	container
============================================================*/

#container {
	margin: 0;
	padding: 0;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 500px;
	min-height: 500px;
	width: 772px;
	background: url(../images/main_bg.gif) repeat-y;
}

h3 {
	height: 30px;
	width: 334px;
	background: url(../images/h3_bg.gif) no-repeat;
	margin: 0px 0px 0px 9px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
h3.club {
	height: 40px;
	width: 327px;
	background: url(../images/club.gif) no-repeat;
	margin: 7px 0px -5px 15px!important;
	padding: 0;
	text-indent: -9999px;
}
p.tel {
	height: 44px;
	width: 323px;
	background: url(../images/tel.gif) no-repeat;
	margin: 0px 0px -5px 15px!important;
	padding: 0;
	text-indent: -9999px;
}
p.mail {
	margin: -3px 0px 0px 15px!important;
}

/*============================================================
	box_352
============================================================*/

.box_352_top{
	display:block;
	width: 352px;
}
.box_352_top *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.box_352_top1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffeb9e;
  border-right:1px solid #ffeb9e;
  background:#fff6d4}
.box_352_top2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ffe066;
  border-right:1px solid #ffe066;
  background:#fff8de}
.box_352_top3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fff8de;
  border-right:1px solid #fff8de;}
.box_352_top4{
  border-left:1px solid #ffeb9e;
  border-right:1px solid #ffeb9e}
.box_352_top5{
  border-left:1px solid #fff6d4;
  border-right:1px solid #fff6d4}
.box_352_topfg{
	background:#FFFFFF;
	width: 352px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 375px;
	min-height: 375px;
	padding-top:4px;
}
body#home .box_352_topfg{
	background:#FFFFFF;
	width: 352px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 178px;
	min-height: 178px;
	padding-top:4px;
}
body#home .box_r_last,
body#home .box_l_last,
body#course_guide .box_r_last,
body#course_guide .box_l_last {
	_margin-top: -5px;
	_margin-bottom: -5px;
}
body#map_guide .box_352_topfg{
	background:#FFFFFF;
	width: 352px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 352px;
	min-height: 352px;
	padding-top:4px;
}

.box_l_first {
	float: left;
	margin-top: 14px;
	margin-left: 26px;
	_margin-left: 13px;
}
.box_r_first {
	float: left;
	margin-top: 14px;
	margin-left: 16px;
}
.box_l_middle  {
	float: left;
	margin-top: 2px;
	margin-left: 26px;
	_margin-left: 13px;
	margin-bottom: 14px;
}
.box_r_middle  {
	float: left;
	margin-top: 2px;
	margin-left: 16px;
	margin-bottom: 14px;
}
.box_l_last {
	float: left;
	margin-top: 16px;
	margin-bottom: 14px;
	margin-left: 26px;
	_margin-left: 13px;
}
.box_r_last {
	float: left;
	margin-top: 16px;
	margin-bottom: 14px;
	margin-left: 16px;
}
.box_l_first p,.box_r_first p,.box_l_last p,.box_r_last p {
	margin: 5px 15px 0px 17px;
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
}
.box_l_middle p,.box_r_middle p {
	margin: 5px 15px 0px 17px;
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
}
img.course_img {
	margin: 5px 15px 0px 15px;
}

body#map_guide .box_r_middle .box_352_topfg {
	background:#FFFFFF;
	width: 352px;
	height: auto !important; /* Detect height automatically, Incompatible w/IE */
	height: 186px;
	min-height: 186px;
	padding-top:4px;
}  

/*============================================================
	box_720
============================================================*/

.box_720{
  display:block;
  width: 720px;
}
.box_720 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.box_7201{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffeb9e;
  border-right:1px solid #ffeb9e;
  background:#fff6d4}
.box_7202{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ffe066;
  border-right:1px solid #ffe066;
  background:#fff8de}
.box_7203{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fff8de;
  border-right:1px solid #fff8de;}
.box_7204{
  border-left:1px solid #ffeb9e;
  border-right:1px solid #ffeb9e}
.box_7205{
  border-left:1px solid #fff6d4;
  border-right:1px solid #fff6d4}
.box_720fg{
  background:#FFFFFF;
  width: 720px;
  height: auto !important; /* Detect height automatically, Incompatible w/IE */
  height: 500px;
  min-height: 500px;
  padding-top:4px;
}
  
.box_720_top {
	margin-top: 14px;
	margin-left: 26px;
	margin-bottom: 14px;
}
.box_720_middle {
}
.box_720_last {
}

/*============================================================
	footer
============================================================*/

#footer {
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 772px;
	background: url(../images/footer_bg.gif) no-repeat left top;
}

address {
	font-size: 12px;
	font-weight: bold;
	color: #72A330;
	padding-top: 32px;
	text-align: center;
}

/*============================================================
	table
============================================================*/

#mytable_first {
	width: 690px;
	padding: 0;
	margin: 15px 0px 0px 15px;
}
#mytable {
	width: 690px;
	padding: 0;
	margin: 0px 0px 0px 15px;
}
#mytable_last {
	width: 690px;
	padding: 0;
	margin: 15px 0px 15px 15px;
}

caption {
	padding: 0 0 5px 0;
	width: 690px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
}
caption#coordination{
	text-indent: -9999px;
	margin: 10px 0px -9px 14px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	height: 41px;
	width: 565px;
	background: url(../images/coordination.gif) no-repeat;
}
caption#kid {
	text-indent: -9999px;
	margin: 0px 0px 8px 14px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	height: 40px;
	width: 500px;
	background: url(../images/kid.gif) no-repeat;
}
caption#train {
	text-indent: -9999px;
	margin: 0px 0px -9px 14px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	height: 42px;
	width: 441px;
	background: url(../images/train.gif) no-repeat;
}

table {
	border-left: 1px solid #C1DAD7;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: center;
	padding: 7px 6px 5px 6px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}

td.text_left {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 19px;
	color: #4f6b72;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
td.alt_text_left {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #F5FAFA;
	padding: 6px 6px 6px 19px;
	color: #4f6b72;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 0;
	border-top: 0;
	background: #fff url(none);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

th.specalt {
	border-left: 0;
	border-top: 0;
	background: #F5FAFA;
	color: #797268;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/*============================================================
	infomation
============================================================*/

#daily {
	background: url(../images/daily.gif) no-repeat;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	height: 74px;
	width: 627px;
	text-indent: -9999px;
}

body#info ul#session {
	list-style: none;
	margin: 0px 0px 0px 96px;
}
body#info ul#session li {
	background: url(../images/bullet.gif) no-repeat left center;
	font-size: 12px;
	line-height: 1.5em;
	color: #81C21C;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 18px;
	font-weight: bold;
}

#free {
	margin: 10px 0px 0px 92px!important;
	padding: 0px 0px 0px 0px;
	height: 54px;
	width: 311px;
	background: url(../images/free.gif) no-repeat;
	text-indent: -9999px;
}

#weekly {
	background: url(../images/weekly.gif) no-repeat;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	height: 74px;
	width: 627px;
	text-indent: -9999px;
}

body#info p#paragraph {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin: 10px 0px 0px 93px;
	padding: 0px 0px 0px 05px;
}

#together {
	margin: 20px 0px 0px 96px!important;
	padding: 0px 0px 0px 0px;
	height: 38px;
	width: 355px;
	background: url(../images/together.gif) no-repeat;
	text-indent: -9999px;
}

/*============================================================
	flow
============================================================*/

#flow_img {
	height: 1099px;
	width: 708px;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: url(../images/flow_img.jpg) no-repeat left top;
}
#flow01 {
	position: absolute;
	right: 115px;
	top: 95px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #8DC63F;
}
#flow02 {
	position: absolute;
	top: 390px;
	left: 130px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #8DC63F;
	text-align: right;
}
#flow03 {
	position: absolute;
	right: 155px;
	top: 632px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #8DC63F;
}
#flow04 {
	position: absolute;
	left: 112px;
	top: 930px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #8DC63F;
	text-align: right;
}