@charset "UTF-8";
body {
	background: #004a11;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 13px;
	/*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
	*font-size: small;
	/*Win IE7およびWin IE6標準準拠モードに適用*/
	*font: x-small;
	/*Win IE 5-5.5､6(後方互換モード)に適用*/
	line-height:1.5em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
    font-size:inherit;
    font:100%;
	line-height:1.5em;
}


/*　リンク文字色　*/
a:link    { color: #004a11;text-decoration: underline}
a:visited { color: #004a11;text-decoration: underline}
a:active  { color: #004a11;text-decoration: none}
a:hover   { color: #004a11;text-decoration: none}


img { border:0;}

#container {
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}
#header {
	padding: 0 40px;
}
#logo { width:883px; height:38px; padding-top:20px; float:left; }
#mark { width:17x; height:38px; padding-top:20px; float:left; }

#mainContent {
	width:900px;
	margin:20px 40px;
	background: #FFFFFF;
	clear:both;
	border-bottom:dotted 1px #000000;
}
#footer {
	padding: 0 40px 10px 40px;
	background:#FFFFFF;
	text-align:center;
}
#footer p {
	margin: 0; font-size:85%;
	}

#copyright { font-size:10px; font-family:Arial, Helvetica, sans-serif; padding-top:6px; }


.top01 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px;
	border-width: 0 0 1px 1px;
	}
.top01 td {
	padding: 20px 0 20px 43px ;
	border: dotted 1px #000000;
	border-width: 0 1px 0 1px;
	text-align: left;
	}
	
.top02 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px;
	border-width: 0 0 1px 1px;
	}
.top02 td {
	border: dotted 1px #000000;
	border-width: 0 1px 0 1px;
	text-align: left;
	}
	
.top03 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px;
	border-width: 0 0 1px 1px;
	}
.top03 td {
	border: dotted 1px #000000;
	border-width: 0 1px 0 1px;
	text-align: center;
	padding-top:10px;
	}

.textBox { padding-top:15px; width:100%; font-size:85%; }

.box { padding: 20px; border-left: dotted 1px #000000; border-right: dotted 1px #000000; margin: 20px 0;}

.info { height:100%; padding:20px 60px; border-left: dotted 1px #000000; border-right: dotted 1px #000000; margin-bottom:20px }

.pageBox {  padding: 20px 40px; border-left: dotted 1px #000000; border-right: dotted 1px #000000; margin: 20px 40px; text-align:center; }


.formTable {
	margin-top: 20px;
	border-top:dotted 1px #000000;
	border-right:dotted 1px #000000;
	border-collapse:collapse;
	}

	
.formTable td {
	padding: 15px 1.5em;
	border-bottom: dotted 1px #000000;
	border-left:dotted 1px #000000;
	line-height:180%;
}


.formTable th {
	text-align:right;
	border-bottom: dotted 1px #000000;
	border-left:dotted 1px #000000;
	padding: 15px 1.2em;
	background-color:#f6f6f6;
	}
	
.formLesson {
	background-color:#edf2c5;
	}
	

.formRecruit {
	background-color:#fff8d9;
	}
	
.formAdress {
	border:none;
	}
	
.formAdress td {
	border:none;
	padding:3px;
	}

.formAdress th {
	border:none;
	padding:3px;
	}

.box1 {
	border: 1px solid #a1d2ea;
	padding:25px;
	margin: 10px 0;
}

.lfont {
	font-size:116%;
	}


/*　ロールオーバー　*/
#gm {  
	height:12px; 
	padding:10px 30px; 
	clear:both; 
	border-left:dotted 1px #000000; 
	border-right:dotted 1px #000000;} 
	
#gm img { float:left; }

#gm-home a {
	float:left;
	display:block;
	background:url(../img/home2.gif) 0px 0px no-repeat;
}
#gm-home a:hover { background-color: #FFFFFF; }
#gm-home  a:hover img { visibility: hidden; }

#gm-news a {
	float:left;
	display:block;
	background:url(../img/news2.gif) 0px 0px no-repeat;
}
#gm-news a:hover { background-color: #FFFFFF; }
#gm-news  a:hover img { visibility: hidden; }

#gm-shopinfo a {
	float:left;
	display:block;
	background:url(../img/shopinfo2.gif) 0px 0px no-repeat;
}
#gm-shopinfo a:hover { background-color: #FFFFFF; }
#gm-shopinfo  a:hover img { visibility: hidden; }

#gm-lesson a {
	float:left;
	display:block;
	background:url(../img/lesson2.gif) 0px 0px no-repeat;
}
#gm-lesson a:hover { background-color: #FFFFFF; }
#gm-lesson  a:hover img { visibility: hidden; }

#gm-blog a {
	float:left;
	display:block;
	background:url(../img/blog2.gif) 0px 0px no-repeat;
}
#gm-blog a:hover { background-color: #FFFFFF; }
#gm-blog  a:hover img { visibility: hidden; }

#gm-recruit a {
	float:left;
	display:block;
	background:url(../img/recruit2.gif) 0px 0px no-repeat;
}
#gm-recruit a:hover { background-color: #FFFFFF; }
#gm-recruit  a:hover img { visibility: hidden; }

#gm-link a {
	float:left;
	display:block;
	background:url(../img/link2.gif) 0px 0px no-repeat;
}
#gm-link a:hover { background-color: #FFFFFF; }
#gm-link  a:hover img { visibility: hidden; }

#gm-contact a {
	float:left;
	display:block;
	background:url(../img/contact2.gif) 0px 0px no-repeat;
}
#gm-contact a:hover { background-color: #FFFFFF; }
#gm-contact  a:hover img { visibility: hidden; }