@charset "Shift_JIS";

/*-----▼全ページ共通----------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
	
body {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center; /* IE対応 */
	background-color: #E5DAA8;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
li {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
}

a:link {
	color: #8C6C4C;
	text-decoration: underline;
}

a:visited {
	color: #8C6C4C;
	text-decoration: underline;
}

a:active {
	color: #8C6C4C;
	text-decoration: underline;
}

a:hover {
	color: #8C6C5C;
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

input,
select,
textarea {
	font-size: 17px;
}
  
address {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
}

.clear {
	clear: both;
}

div#header,
div#header_welcome,
div#pagebody;
div#footer {
	margin: auto;
	width: 960px;
	text-align: left;
}

div#header {
	margin: auto;
	position: relative;
	width: 960px;
	height: 105px;
	margin-top: 20px;
	background: url(../images/bg_header.gif);
}

div#header_welcome {
	margin: auto;
	position: relative;
	width: 960px;
	height: 105px;
	margin-top: 20px;
	background: url(../images/bg_header_welcome.jpg) no-repeat;
}

div#header span {
	position: absolute;
	margin: 0;
	width:630px;
	top: 35px;
	left: 300px;
}

div#header ul {
	position: absolute;
	margin: 0;
	top: 0;
	left: 780px;
}

div#header ul li {
	float: left;
	color: #8C6C4C;
}

div#pagebody {
	clear: both;
	width: 960px;
	background: url(../images/bg_pagebody.gif) repeat-y;
	margin: auto;
	background-color:#FFFFFF;
}

div#navi {
	width: 916px;
	height: 52px;
	margin-bottom: 0;
	margin: auto;
	background: url(../images/line_navi.gif);
}

div#navi ul {
	margin-left: 28px;
}
  
div#navi li,
div#navi a {
	float: left;
	display: block;
	width: 120px;
	height: 47px;
	text-indent: -9999px;
}

li#naviTop,
li#naviTop_b,
li#naviConcept,
li#naviConcept_b,
li#naviInfo,
li#naviInfo_b,
li#naviSystem,
li#naviSystem_b,
li#naviStaff,
li#naviStaff_b,
li#naviSchedule,
li#naviSchedule_b {
  margin-right: 3px;
}

div#navi li#naviTop a {
	background-image: url(../images/navi_top.jpg);
	background-position: -0 0;
}

div#navi li#naviTop a:hover {
	background-image: url(../images/navi_top.jpg);
	background-position: -0 -47px;
}

div#navi li#naviConcept a {
	background-image: url(../images/navi_concept.jpg);
	background-position: -0 0;
}

div#navi li#naviConcept a:hover {
	background-image: url(../images/navi_concept.jpg);
	background-position: -0 -47px;
}

div#navi li#naviInfo a {
	background-image: url(../images/navi_info.jpg);
	background-position: -0 0;
}

div#navi li#naviInfo a:hover {
	background-image: url(../images/navi_info.jpg);
	background-position: -0 -47px;
}

div#navi li#naviSystem a {
	background-image: url(../images/navi_system.jpg);
	background-position: -0 0;
}

div#navi li#naviSystem a:hover {
	background-image: url(../images/navi_system.jpg);
	background-position: -0 -47px;
}

div#navi li#naviStaff a {
	background-image: url(../images/navi_staff.jpg);
	background-position: -0 0;
}

div#navi li#naviStaff a:hover {
	background-image: url(../images/navi_staff.jpg);
	background-position: -0 -47px;
}

div#navi li#naviSchedule a {
	background-image: url(../images/navi_schedule.jpg);
	background-position: -0 0;
}

div#navi li#naviSchedule a:hover {
	background-image: url(../images/navi_schedule.jpg);
	background-position: -0 -47px;
}

div#navi li#naviReservation a {
	background-image: url(../images/navi_reservation.jpg);
	background-position: -0 0;
}

div#navi li#naviReservation a:hover {
	background-image: url(../images/navi_reservation.jpg);
	background-position: -0 -47px;
}

div#navi li#naviMember a {
	background-image: url(../images/navi_member.jpg);
	background-position: -0 0;
}

div#navi li#naviMember a:hover {
	background-image: url(../images/navi_member.jpg);
	background-position: -0 -47px;
}

div#navi li#naviReservation {
	margin-right: 0;
}

div#navi ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
}

div#footer {
	clear: both;
	margin: auto;
	width: 960px;
	height: 118px;
	margin-bottom: 5px;
	background: url(../images/bg_footer.gif);
	position: relative;
}

div#footer img {
	position: absolute;
	top: 15px;
	left: 40px;
}

div#footer ul {
	position: absolute;
	top: 16px;
	right: 30px;
}

div#footer li {
	float: left;
	color: #8C6C4C;
	font-size: 10px;
}



div#footer p {
	text-indent: -9999px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt05 {
	margin-top: 5px;
}

.red {
	color: #FF0000;
}

.color9933ff {
	color: #9933FF;
}

.color80A0E6 {
	color: #80A0E6;
	font-weight: bold;
}

/*-----▲全ページ共通----------------------------*/

/*-----▼下層ページ共通--------------------------*/
div#header p {
	float: left;
	margin: 40px 0 0 50px;
	display: inline;
}

div#main {
	margin: auto;
	width: 875px;
}

div#contents {
	float: left;
	width: 665px;
	margin-top: 20px;
	display: inline;
}

div#contents h1 {
	margin-bottom: 15px;
}

div#contents h2 {
	margin-left: 5px;
}

div#side {
	float: right;
	width: 210px;
	margin-top: 20px;
	display: inline;
	text-align: center;
}

div#side ul li {
	margin-bottom: 20px;
}

.pagetop {
	width: 665px;
	text-align: right;
	margin-bottom: 30px;
}
	

/*-----▲下層ページ共通--------------------------*/

/*-----▼トップページ----------------------------*/
div#header h1 {
	float: left;
	margin: 40px 0 0 50px;
	display: inline;
}

div#navi li#naviTop_b a {
	background-image: url(../images/navi_top.jpg);
}

div#flash {
	margin: auto;
	width: 876px;
	height: 316px;
	background: url(../images/bg_flash.jpg);
	padding-top: 15px;

}

div#top {
	width: 856px;
	background-color: #FFFFFF;
	margin: auto;
}

div#news {
	width: 844px;
	padding: 5px;
	margin: 0;
	_margin-top: 15px;
	border: #8C6C4C 1px solid;
}

/*09.05.10追加*/
div#job {
	width: 858px;
	margin-top: 15px;
	padding: 0;
}

div#topL {
	float: left;
	width: 354px;
	margin-bottom: 15px;
	margin-top: 20px;
	display: inline;
}

div#topL h2 {
	margin-bottom: 10px;
}

div#topR {
	float: right;
	width: 483px;
	height: 206px;
	margin-bottom: 15px;
	margin-top: 20px;
	display: inline;
	background-color: #FFFFFF;
	text-align: left;
}

div#btn0 {
	margin-bottom: 15px;
}

div#bnr1 {
	float: left;
	display: inline;
	width: 145px;
	height: 134px;
	margin-right: 20px;
}

div#bnr2 {
	float: left;
	display: inline;
	width: 145px;
	height: 134px;
	margin-right: 20px;;
}

div#bnr3 {
	float: left;
	width: 145px;
	height: 134px;
}

div#bnr1 h2 a {
	display: block;
	text-indent: -9999px;
	width: 145px;
	height: 134px;
	background: url(../images/bnr1.jpg);
}

div#bnr2 h2 a {
	display: block;
	text-indent: -9999px;
	width: 145px;
	height: 134px;
	background: url(../images/bnr2.jpg);
}

div#bnr3 h2 a {
	display: block;
	text-indent: -9999px;
	width: 145px;
	height: 134px;
	background: url(../images/bnr3.jpg);
}

div#bnr1 h2 a:hover {
	width: 145px;
	height: 134px;
	background-position: -0 134px;
}

div#bnr2 h2 a:hover {
	width: 145px;
	height: 134px;
	background-position: -0 134px;
}

div#bnr3 h2 a:hover {
	width: 145px;
	height: 134px;
	background-position: -0 134px;
}

div#topR p {
	width: 145px;
	font-size: 10px;
	line-height: 1.5;
	margin-top: 7px;
	color: #95795B;
}

div#macaya {
	margin: auto;
	width: 960px;
}

div#macaya p {
	padding: 0 10px 10px 0;
	font-size: 9px;
	text-align: right;
}

div#macaya a {
	color: #8C6C4C;
	text-decoration: none;
}

div#macaya a:link {
	color: #8C6C4C;
	text-decoration: none;
}

div#macaya a:visited {
	color: #8C6C4C;
	text-decoration: none;
}

div#macaya a:active {
	color: #8C6C5C;
	text-decoration: none;
}

div#macaya a:hover {
	color: #8C6C5C;
	text-decoration: underline;
}

div#news marquee a {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/*-----▲トップページ----------------------------*/

/*-----▼concept---------------------------------*/
div#navi li#naviConcept_b a {
	background-image: url(../images/navi_conceptB.gif);
}

div#conceptJ {
	width: 630px;
	margin-bottom: 20px;
}

div#conceptJc {
	width: 630px;
	height: 330px;
	background: url(.jpg);
	background-repeat:no-repeat
}

div#conceptJc p {
	font-size: 15px;
	text-align: left;
	margin: 25px 0 15px 380px;
}

div#service {
	width: 630px;
	margin-bottom: 20px;
	text-align: left;
}

div#service h2 {
	margin-bottom: 15px;
}

div#service a {
	font-size: 15px;
	margin-left: 30px;
}

div#service2 {
	width: 604px;
	margin-left: 30px;
	margin-top: 15px;
}

div#service2 h3 {
	width: 604px;
	height: 24px;
	background: url(../images/line_schedule.gif) no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	font-size: 15px;
	color: #8C6C4C;
	font-weight: bold;
}

div#service2 p {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

/*-----▲concept---------------------------------*/

/*-----▼info------------------------------------*/
div#navi li#naviInfo_b a {
	background-image: url(../images/navi_infoB.gif);
}

div#info h2 {
	margin-bottom: 15px;
}

div#open {
	float: left;
	width: 300px;
}

div#open dl {
	margin-left: 30px;
	text-align: left;
}

div#open dt {
	font-size: 15px;
	color: #C1996C;
	font-weight: bold;
	margin-bottom: 5px;
}

div#open dd {
	margin-left: 15px;
	margin-bottom: 10px;
}

div#resinfo {
	float: right;
	width: 300px;
	margin-right: 25px;
	display: inline;
}

div#resinfo h2 {
	margin: 0;
}

div#resinfo h3 {
	margin: 20px 30px 20px 20px;
}

div#resinfo p {
	margin-left: 10px;
}

div#map {
	width: 630px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
}

div#map p {
	margin-left: 15px;
	margin-bottom: 5px;
}

div#map a {
	font-size: 15px;
}

div#junoninfo {
	width: 630px;
	margin-left: 15px;
	margin-bottom: 20px;
	text-align: left;
}

div#junoninfo h2 {
	margin: 10px 0 10px 0;
}

div#junoninfoL {
	float: left;
	width: 300px;
}

div#junoninfoL table {
	font-size: 15px;
}

div#junoninfoL th {
	text-align: left;
}

div#junoninfoL td {
	line-height: 1.5em;
}

div#junoninfoR {
	float: right;
	background: url(../images/bg_info.gif);
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
	display: inline;
}

div#junoninfoR ul {
	margin: 15px;
}

div#junoninfoR li {
	background: url(../images/list02.gif) no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	line-height: 1.3em;
	margin-bottom: 7px;
}

/*-----▲info------------------------------------*/

/*-----▼system----------------------------------*/
div#navi li#naviSystem_b a {
	background-image: url(../images/navi_systemB.gif);
}

div#system h2 {
	margin-bottom: 15px;
}

div#priceList {
	width: 630px;
	margin-bottom: 15px;
	text-align: left;
}

div#priceList table {
	margin-left: 30px;
	border-bottom: 2px solid #C1996C;
	font-size: 13px;
}

div#priceList th {
	text-align: left;
}

div#priceList td {
	vertical-align: top;
}

.tl01 {
	border-bottom: 1px solid #C1996C;
}

.tl02 {
	border-bottom: 1px solid #C1996C;
	border-right: 1px dotted #C1996C;
}

.tl03 {
	border-right: 1px dotted #C1996C;
}

.tf01 {
	text-align: center;
	color: #C1996C;
	font-weight: bold;
}

.tf02 {
	line-height: 2em;
}

.tf03 {
	font-weight: normal;
	font-size: 9px;
	margin: 0;
}

.tf04 {
	line-height: 2em;
	text-align: center;
}

div#off {
	width: 600px;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: left;
}

div#offL {
	float: left;
	width: 440px;
	margin-bottom: 15px;
}

div#offL p {
	padding-left: 70px;
	padding-top: 5px;
}

div#offLt {
	background: url(../images/card_schoolS.jpg) no-repeat;
	width: 304px;
	height: 55px;
}

div#offLb {
	background: url(../images/card_jcardS.jpg) no-repeat;
	width: 440px;
	height: 55px;
}

div#offR {
	float: right;
	width: 114px;
	height: 88px;
	background: url(../images/bg_off.jpg) no-repeat;
	margin: 5px 20px 15px 0;
	display: inline;
}

div#offR p {
	margin-top: 10px;
	text-align: center;
}

div#flow {
	clear: both;
	width: 630px;
	text-align: left;
}

div#flowL {
	float: left;
	margin-left: 30px;
	display: inline;
}

div#flowL h3 {
	font-size: 15px;
	color: #C1996C;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

div#flowL p {
	margin: 30px 0 0 20px;
}

div#flowR {
	float: right;
	width: 250px;
	margin-bottom: 15px;
	display: inline;
}


/*-----▲system----------------------------------*/

/*-----▼staff-----------------------------------*/
div#navi li#naviStaff_b a {
	background-image: url(../images/navi_staffB.gif);
}

div#staff h2 {
	margin-bottom: 15px;
}

div#staffList {
	margin-left: 30px;
}

div.staffL {
	float: left;
	width: 180px;
}

div.staffR {
	float: right;
	width: 430px;
	text-align: left;
}

div.staffR table {
	font-size: 13px;
}

div.staffR h3 {
	margin-bottom: 10px;
	margin-top: 5px;
}

div.staffR th {
	text-align: left;
	color: #8C6C4C;
	font-weight: bold;
	padding: 2px;
}

div.staffR td {
	text-align: left;
	padding: 2px;
}

.tl04 {
	border-bottom: 1px solid #FFE1E1;
}

.lineStaff {
	clear: both;
}

.lineStaff img {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*-----▲staff-----------------------------------*/

/*-----▼schedule--------------------------------*/
div#navi li#naviSchedule_b a {
	background-image: url(../images/navi_scheduleB.gif);
}

div#scheduleJ h2 {
	margin-bottom: 10px;
}

div#closed {
	margin-left: 15px;
	margin-bottom: 20px;
	background: url(../images/bg_closed.gif) no-repeat;
	width: 623px;
	height: 34px;
}

div#closed p {
	font-size: 15px;
	margin: 5px 0 0 10px;
	text-align: left;
}

div.calender {
	text-align: center;
	margin-bottom: 10px;
}

div.calender h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}

div.calender table {
	border: 1px solid #C1996C;
	border-collapse: collapse;
	font-size: 13px;
}

div.calender th {
	border: #C1996C 1px solid;
	background-color: #E0CCB5;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

div.calender td {
	border: #C1996C 1px solid;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 5px;
}

div.calender p {
	margin: 0;
	padding: 0;
}

.closed {
	background-color: #EFE5DA;
}

.fc1 {
	color: #8C6C4C;
	font-weight: bold;
}

.fc2 {
	color: #999900;
	font-weight: bold;
}

.fc3 {
	color: #FF0000;
	font-weight: bold;
}

.fc4 {
	color: #FF00FF;
}

.fc5 {
	color: #FF00FF;
	text-decoration: underline;
	font-size: 15px;
}

div.event {
	text-align: center;
	margin-bottom: 15px;
}


div.event th {
	border: #C1996C 1px solid;
	background-color: #E0CCB5;
	padding: 5px;
}

div.event td {
	padding: 5px;
}

div.event2 {
	margin-left: 30px;
	text-align: left;
}

div.event2 h4 {
	width: 604px;
	height: 24px;
	background: url(../images/line_schedule.gif) no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	font-weight: bold;
}

div.event2 h5 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

div.event2 p {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.fc3 {
	color: #C60D08;
}


/*-----▲schedule--------------------------------*/

/*-----▼member----------------------------------*/
div#navi li#naviMember_b a {
	background-image: url(../images/navi_memberB.gif);
}

div#member h1 {
	margin-bottom: 25px;
}

div#card {
	margin-left: 30px;
	text-align: left;
}

div#card h2 {
	margin-bottom: 20px;
	margin-left: -15px;
}

div.junoncard {
	width: 592px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.junoncard h3 {
	float: left;
}

div.junoncard h3 img {
	margin-right: 15px;
}

div.junoncard p {
	font-size: 15px;
	margin-top: 20px;
}


/*-----▲member----------------------------------*/

/*-----▼contact---------------------------------*/
div#contact p {
	font-size: 15px;
	margin-left: 15px;
	text-align: left;
}

div#contact h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#contact table {
	border: 1px solid #C1996C;
	border-collapse: collapse;
	margin-left: 10px;
	font-size: 15px;
}

div#contact th {
	border: #C1996C 1px solid;
	background-color: #E0CCB5;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	width: 150px;
}

div#contact td {
	border: #C1996C 1px solid;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
	width: 430px;
}

.fs1 {
	font-size: 9px;
	font-weight: normal;
}

/*-----▲contact---------------------------------*/

/*-----▼reservation-----------------------------*/
div#navi li#naviReservation_b a {
	background-image: url(../images/navi_reservationB.gif);
}

div#reservation p {
	font-size: 15px;
	margin-left: 15px;
	text-align: left;
}

div#reservation h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#reservation table {
	border: 1px solid #C1996C;
	border-collapse: collapse;
	margin-left: 10px;
	font-size: 15px;
}

div#reservation th {
	border: #C1996C 1px solid;
	background-color: #E0CCB5;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	width: 150px;
}

div#reservation td {
	border: #C1996C 1px solid;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 430px;
}

div#reservation table span {
	font-size: 12px;
}


/*-----▲reservation-----------------------------*/

/*-----▼link------------------------------------*/
div#link {
	width: 630px;
	margin-left: 25px;
	text-align: left;
}

div#link h2 {
	margin: 15px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}

div#link table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

div#link td {
	padding: 5px;
	border: #C1996C 1px solid;
	width: 300px;
}

/*-----▲link------------------------------------*/

/*------------------------------------------------------------------
	
------------------------------------------------------------------*/
div#header_welcome h1 {
	display: none;
}

div#header_welcome ul {
	position: absolute;
	margin: 0;
	top: 0;
	right: 30px;
}

div#header_welcome li {
	display: inline;
	color: #8C6C4C;
}

div#welcome {
	margin: auto;
	width: 920px;
}

div#txt_welcome p {
	text-align: left;
	padding-left: 63px;
	font-size: 14px;
	line-height: 1.5;
}

div#txt_welcome {
	width: 920px;
	height: 96px;
	background: url(../images/bg_txt_welcome.gif) no-repeat;
}

div#contact_welcome {
	position: relative;
	width: 920px;
	height: 176px;
}

div#contact_welcome h2 {
	position: absolute;
	top: 0;
	left: 49px;
}

div#contact_welcome img#contact_job {
	position: absolute;
	top: 40px;
	left: 56px;
}

div#contact_welcome img#txt_mail_welcome {
	position: absolute;
	top: 101px;
	left: 56px;
}

div#contact_welcome p {
	position: absolute;
	top: 90px;
	left: 431px;
}

.pagetop_welcome {
	width: 900px;
	text-align: right;
	padding-bottom: 30px;
}

