@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------- フォント */
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td {
    font-size: 100%;
    color: #333;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
	font-weight: normal;
}

ul {
	list-style: none;
}

li {
	list-style: none;
	vertical-align: baseline;
}


/* ----------------------------------------------------- イメージ画像 */
img {
	border: none;
	vertical-align: bottom;
}


/* ----------------------------------------------------- パンくずリスト */

ol#path {
padding-top: 10px;
padding-left: 10px;
text-align: left;
color: #006B33;
font-size: 1.0em;
}

ol#path li {
display: inline;
letter-spacing: 0.1em;
}

ol#path li a {
padding-left 5px;
padding-right: 8px;
background: url(../images/path.gif) no-repeat right bottom;
}

ol#path li a:link,
a:visited {
color: #006B33;
text-decoration: underline;
}

ol#path li a:active,
a:hover {
color: #006B33;
text-decoration: none;
}



body {
font-family:　"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 62.5%;
background-color: #E7E7E7;
}

#container {
width: 800px;
height: auto;
margin: 0 auto;
padding: 0 5px;
padding-bottom: 23px;
text-align: center;
background-color: #FFF;
}

/* ::::::::::::::::::::::::::::::::::::::: ヘッダー */

#header {
width: 800px;
height: 50px;
padding-top: 20px;
}

h1 {
	float: left;
	width: 300px;
	height: 39px;
}

#header_right {  /* 電話番号画像 */
float: right;
width: 200px;
height: 70px;
}

/* ::::::::::::::::::::::::::::::::::::::: トップメニュー */

#global_menu {
clear: both;
width: 800px;
height: 45px;
}

#global_menu ul {
float: left;
width: 800px;
height: 45px;
background: url(../images/global_menu.gif) no-repeat center top;
}

#global_menu ul li {
float: left;
width: 160px;
height: 45px;
}

#global_menu ul li a {
display: block;
width: 160px;
height: 45px;
font-size: 0.2em;
text-indent: -9999px;
}

#global_menu ul li.top a:hover {
background: url(../images/global_menu_over.gif) no-repeat left top;
}

#global_menu ul li.school a:hover {
background: url(../images/global_menu_over.gif) no-repeat -160px top;
}

#global_menu ul li.team a:hover {
background: url(../images/global_menu_over.gif) no-repeat -320px top;
}

#global_menu ul li.blog a:hover {
background: url(../images/global_menu_over.gif) no-repeat -480px top;
}

#global_menu ul li.gyarally a:hover {
background: url(../images/global_menu_over.gif) no-repeat right top;
}


/* ::::::::::::::::::::::::::::::::::::::: コンテンツLeft */

#top_img {　　/* トップイメージ画像 */
clear: both;
width: 780px;
height: 230px;
padding: 10px;
margin-bottom: 0;
}

#content {
width: 760px;
height: auto;
overflow: hidden;
text-align: left;
padding: 0 20px 10px;
}

#content_left {
float: left;
width: 470px;
height: auto;
}

#message {
	width: 470px;
	position: relative;
	padding-bottom: 15px;
}

#message p {
	color: #000;
	line-height: 1.3;
	font-size: 1.2em;
	padding-top: 17px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
#ggl_box1 {
width: 470px;
height: 65px;
}
#banner_box1 {
width: 470px;
height: 440px;
}

#banner_box1 ul {
float: left;
width: 470px;
height: 290px;
}

#banner_box1 ul li {  /* バナー画像 */
float: left;
width: 230px;
height: auto;
margin-right: 5px;
margin-bottom: 15px;
}


/* ::::::::::::::::::::::::::::::::::::::: コンテンツRight */

#content_right {
	float: right;
	width: 280px;
	height: auto;
}

#news {　　
width: 275px; 
height: auto;
padding-bottom: 20px;
margin: 0 auto;
margin-bottom: 28px;
background-color: #000;
}

html>body #news {　　/* IE7,FireFox他 */
width: 275px; 
height: auto;
padding-bottom: 20px;
margin: 0 auto;
margin-bottom: 17px;
background-color: #000;
}

h2.news {　　　/* goride news 画像 */
display: block;
width: 275px;
height: 40px;
margin-top: 0;
margin-bottom: 5px;
}

#news dl {
width: 255px; 
height: auto;
margin: 0 auto;
font-size: 1.2em;
}

#news dl dt {   /* goride news 日付 */
width: 255px; 
color: #FFFF00;
padding-bottom: 3px;
}

#news dl dd {　　/* goride news 内容 */
width: 255px; 
color: #FFF;
line-height: 1.3;
padding-bottom: 12px;
}

#goods_btn {　　/* オリジナルグッズバナー画像 */
width: 280px;
height: 100px;
}


/* ::::::::::::::::::::::::::::::::::::::: スクール */

#top_img2 {　　/* トップイメージ画像 */
clear: both;
width: 780px;
height: 115px;
padding: 10px;
margin-bottom: 0;
}

#content_left2 {
float: left;
width: 520px;
height: auto;
margin-top: 0;
}

h2.bg {　　　/* h2タイトル画像 */
display: block;
width: 520px;
height: 30px;
margin-top: 30px;
margin-bottom: 15px;
text-indent: 12px;
color: #FFF;
line-height: 30px;
font-size: 1.4em;
font-weight: bold;
background: url(../images/h2_bg.gif) no-repeat left top;
}

#tell_banner {　　　/* 問い合わせ電話番号画像 */
width: 520px;
height: 50px;
margin-top: 20px;
margin-bottom: 30px;
}

#message2 {
width: 520px;
height: auto;
}

#message2 p {
padding: 15px 8px 0;
padding-bottom: 0;
color: #000;
line-height: 1.3;
font-size: 1.2em;
}

table.price {　　/* 料金表 */
width: 500px;
height: auto;
margin: 0 auto;
margin-bottom: 10px;
border-collapse: collapse;
border: 1px solid #000;
}

table.price th {
width: 108px;
height: 30px;
line-height: 30px;
color: #000;
font-size: 1.2em;
text-indent: 10px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #EBEBEB;
}

table.price td {
width: 134px;
height: 30px;
line-height: 30px;
color: #000;
font-size: 1.2em;
text-indent: 10px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

table.price td.time {
width: 255px;
height: 30px;
line-height: 30px;
color: #000;
font-size: 1.2em;
text-indent: 10px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

table.price td.fee {
width: 390px;
height: 30px;
line-height: 30px;
color: #000;
font-size: 1.2em;
text-indent: 10px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

.none {
border: 0;
}

p.coment1 {
color: #000;
font-size: 1.2em;
line-height: 1.3;
padding-left: 10px;
}

#google_map {　　/* googleマップ画像 */
width: 500px;
height: 350px;
margin: 0 auto;
margin-bottom: 30px;
}


#content_right2 {
float: right;
width: 230px;
height: auto;
}

#banner_box2 {
width: 230px;
height: auto;
}

#banner_box2 ul {
width: 230px;
height: auto;
}

#banner_box2 ul li {   /* バナー画像 */
width: 230px;
height: 100px;
margin-bottom: 5px;
}

#futter1 {
	width: 778px;
	height: auto;
	text-decoration: none;
	font-size: 12px;
}
/* ::::::::::::::::::::::::::::::::::::::: コピーライト */

#copyright {
clear: both;
width: 778px;
height: 36px;
margin: 0 auto;
}

/*::::::リンクなど::::::*/
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #006633;
}

