/*====================================================================================================
CSS Document 2008.6.27　えるこみ相対フォント読み込み版カルチャースタイルシート★☆★☆★ 
=====================================================================================================*/

/*--------------------------------------------------------------------------------------------
コンテンツ共通ベーシックデザイン定義
----------------------------------------------------------------------------------------------*/
/* ★★★★★CSS Document allcontent★★★★★ */
body {
	margin: auto;
	padding: auto;
	background-image: url("../images/back.gif");
	background-repeat: repeat-xy;
	position: top left;
	text-align:center;
	font-size: 62.5%;
}
p{
	margin: 0;
	padding: 0;
	text-align: left;
	}
ul,li{
	margin: 0;
	padding: 0;
	}	
/*★画像共通★*/
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
/*★画像配置共通★ カルチャー用*/	
img.right{
	float: right;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
/*★画像配置共通★ カルチャー用*/	
img.left{
	float: left;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
em{
	font-style: normal;
	}

img.mark{
	vertical-align: middle;
	}

img.top8{
	margin-top: 8px;
	margin-bottom:10px;
	}

/*★Topへ戻るボタンの配置★*/
img.right2{
	text-align:right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 480px;
	}
/*★indexへ戻るボタンの配置★*/
img.right3{
	text-align:right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 480px;
	}
/*★右カラム　ボタンの配置★*/
img.btn{
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
	}

/*★クリアーフィックスのバグ解消のための記述★*/
.clearfix:after {
content: "."; /* 新しい要素を作る */
display: block; /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

*html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}			
/*--------------------------------------------------------------------------------------------
コンテンツ共通ベーシックデザイン定義
----------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------
コンテンツ共通デザイン構造定義
----------------------------------------------------------------------------------------------*/
	/*★　ヘッダーレイアウト（トップページ）　★*/
#header{
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 8em;
	width: 950px;
	background-position: center bottom;
	}
	/*★　ヘッダーレイアウト　カルチャー用★*/

	/*★　ヘッダーレイアウト（トップページ以外）　★*/
#header_top{
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 8em;
	width: 950px;
	background-position: center bottom;
	}
	/*★　ヘッダーレイアウト　カルチャー用★*/

		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/	html>/**/body div#header{
	margin-top: 1.5em;
	}


	/*★header cm画像配置共通★ カルチャー用*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
* html body img.rightcm{
	float: right;
	margin-right: -0.3em;
	margin-top: -1.5em;
	}
	/*★header cm画像配置共通★ カルチャー用*/

		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/		
html>/**/body img.rightcm{
	float: right;
	margin-right: 0em;
	margin-top: -1.5em;
	}
	/*★header cm画像配置共通★ カルチャー用*/

div#copy {
	background-color: #ffffff;
	padding: 2px;
	width: 100%;
	}

	/*★　コンテンツ全体幅定義　W=950px　カルチャー用★*/

	/*★ CSS Document topcontent_ナビゲーションバーレイアウトデザイン★20080620*/
	#navi2{
		width: 64em;
		margin: auto;
		padding: auto;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		background-color: #E6E6E6;
		}
	/*★ CSS Document topcontent_ナビゲーションバーレイアウト・デザインend★*/

	/*★ CSS Document topcontent_ナビゲーションバーリンクデザイン★20080620*/

div#navi2 a:link {
		text-decoration:none;
		color: #000000;
		}
div#navi2 a:visited { 
		text-decoration:none;
		color: #000000;
		cursor: hand;
		}
div#navi2 a:hover {
		color: #000000;
		cursor: hand;
		text-decoration:underline;
	 	}
div#navi2  a:active { 
		color: #000000;
		text-decoration:underline;
	 	}

	/*★ CSS Document topcontent_ナビゲーションバーリンクデザインend★20080620*/

	/*☆注意・IEのみに適用するスタイル csshack☆*/		
#wapper{
	width: 960px;
	margin: auto;
	padding: auto;
	}
	/*★　コンテンツ全体幅定義　W=950px end★*/

	/*★　コンテンツブロック定義　20080620★*/
#content{
	width: 64em;
	margin: 0 0 1em 0.4em;
	padding: 0;
	clear: both;
	background-color: #ffffff;
	}
	/*★　コンテンツブロック定義end　★*/

	/*★　フッターカンパニー文字列レイアウト　★*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
* html body #footer{
	clear: both;
	width: 960px;
	padding-top: 5px;
	text-align: center;
	}

		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/		
html>/**/body #footer{
	clear: both;
	width: 960px;
	margin: 30px auto 0 auto;
	padding-top: 5px;
	text-align: center;
	display: block;
	} 


	/*★　フッターカンパニー文字列レイアウトend　★*/

/*--------------------------------------------------------------------------------------------
コンテンツ共通デザイン構造定義end
----------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------
コンテンツ共通リンクデザイン定義
----------------------------------------------------------------------------------------------*/
/* LINK*/
a:link {
	text-decoration:none;
	color: #000000;
	}
a:visited { 
	text-decoration:none;
	color: #000000;
	cursor: hand;
	}
a:hover {
	color: #000000;
	cursor: hand;
	text-decoration:underline;
	 }
a:active { 
	color: #000000;
	text-decoration:none;
	 }	
*---------------------------------------------------------------------------------------------
コンテンツ共通リンクデザイン定義end
----------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
コンテンツ共通フォント定義
----------------------------------------------------------------------------------------------*/

/*★強調フォント★*/
em,strong{
	font-style: normal;	
	}

/*★ コンテンツ１番上部文字列 カルチャー用 ★*/							
h1{
	font-size: 1em;
	text-align: left;
	padding: 0;
	font-weight: lighter;
	margin-top: 0.8em;
	margin-left: 0.5em;
	color: #000000;
	margin-right: 0;
	margin-bottom: -12px;
	}

/*★ キャプション カルチャー用 ★*/
h2{
	font-size: 2.1em;
	font-weight:bold;
	}



	/*★　フッターのフォント　★*/	
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
* html body div#footer p.t1{
	clear: both;
	list-style-type: none;
	background-color: #820046;
	color: #ffffff;
	width: 960px;
	height: 15px;
	text-align: center;
	padding: 5px;
	float: left;
	}			
		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/		
html>/**/body div#footer p.t1{
	clear: both;
	list-style-type: none;
	background-color: #820046;
	color: #ffffff;
	width: 954px;
	height: 15px;
	text-align: center;
	padding: 3px;
	float: left;
	}
	/*★　フッターのフォント　★*/	
div#footer a{
			color: #ffffff;
			}
/*--------------------------------------------------------------------------------------------
コンテンツ共通フォント定義end
----------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
ヘッダーナビゲーション部分の定義（100310作成）
----------------------------------------------------------------------------------------------*/	
div#gNav{
	width: 950px;
	height: 25px;
	margin: -17px auto 0 auto;
}

		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/		html>/**/body div#gNav{
		margin-top: -25px;
	}

div#gNav ul{
	list-style: none;
	}

div#gNav ul li a{
	display: block;
	float: left;
	width: 190px;
	height: 25px;
	background: url("../images/btn_navigation.gif") no-repeat left top;
	}
div#gNav ul li#navi01 a {background-position: 0 0;}
div#gNav ul li#navi02 a {background-position: -190px 0;}
div#gNav ul li#navi03 a {background-position: -380px 0;}
div#gNav ul li#navi04 a {background-position: -570px 0;}
div#gNav ul li#navi05 a {background-position: -760px 0;}


div#gNav ul li a:hover{
	display: block;
	float: left;
	width: 190px;
	height: 25px;
	background: url("../images/btn_navigation.gif") no-repeat left bottom;
}
div#gNav ul li#navi01 a:hover {background-position: 0 -25px;}
div#gNav ul li#navi02 a:hover {background-position: -190px -25px;}
div#gNav ul li#navi03 a:hover {background-position: -380px -25px;}
div#gNav ul li#navi04 a:hover {background-position: -570px -25px;}
div#gNav ul li#navi05 a:hover {background-position: -760px -25px;}


	/*☆注意・IEのみに適用するスタイル csshack☆*/		
* html body div#gNav ul li#navi02{margin-top: -11px;}
* html body div#gNav ul li#navi03{margin-top: -11px;}
* html body div#gNav ul li#navi04{margin-top: -11px;}
* html body div#gNav ul li#navi05{margin-top: -11px;}

/*--------------------------------------------------------------------------------------------
ヘッダーナビゲーション部分の定義（100310作成）end
----------------------------------------------------------------------------------------------*/		
	
	
	
	


/*--------------------------------------------------------------------------------------------
右カラムの共通デザイン部分の定義
----------------------------------------------------------------------------------------------*/

/*-----------------------------------------
右カラム長さ変更に伴うバージョン?タイプ  
------------------------------------------*/
/*★　右カラム背景の定義ベーシック（細線枠）★ カルチャー用*/		
#rightside{
	float: right;
	width: 300px;
	margin-top: 15px;
	padding: 0px;
	background-color: #ffffff;
	}	/* 右カラム全体 */

div#rightside div.bnr_wide{
	width: 300px;
	margin-bottom: 10px;
	padding: 0;
	}	/* ワイドバナー（width:300px） */

div#rightside p.bnr-img-r{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #ffffff;
	}	/* スモールバナー */

div#rightside p.bnr-img-r2{
	text-align: left;
	margin: 10px 0 15px 0;
	padding: 10px;
	border: 1px solid #999999;
	height: 100px;
	}	/* PRテキストバナー */

#right_information{
	float: right;
	width: 300px;
	border: 0.1em solid #820046;
	background-color: #ffffff;
	}	/* ケイ囲みあり　お知らせ */

	#right_information div.inner{
		width: 280px;
		margin: 0 0 10px 10px;
		}


/*--------------------------------------------------------------------------------------------
右カラムの共通デザイン部分の定義end
----------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------
右カラムの共通デザイン部分のフォント定義
----------------------------------------------------------------------------------------------*/
div#rightside p{
	margin: 0 0.5em 1em 0.5em;
	padding: 0;	
	text-align: left;
	}
div#rightside p.bnr-img-r2 span.t2 {
	text-align: left;
	margin-left: 5px;
	}
div#right_information div.inner h3{
	clear: both;
	color: #820046;
	font-size: 1.5em;
	text-align: left;
	margin: 0.5em 0 0.2em 0;
	padding-top: 0.5em;		
	border-top: 0.1em dotted #820046;
	}	
div#right_information div.inner h3.non{
	clear: both;
	color: #820046;
	font-size: 1.5em;
	text-align: left;
	margin: 0.5em 0 0.2em 0;
	padding: 0;		
	border-top: 0.1em dotted #ffffff;
	}	
div#right_information ul li.link_menu{
	width: 280px;
	text-align: left;
	list-style: none;
	}

div#right_information ul li.link_menu span.t2 a{
	text-decoration: underline;
	}

/*--------------------------------------------------------------------------------------------
右カラムの共通デザイン部分のフォント定義end
----------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------
左カラムの共通デザイン部分の定義(すべてカルチャー用）
----------------------------------------------------------------------------------------------*/
div#left_infomation{
		float: left;
		width: 200px;
		}	/* 左カラム全体 */
div#left_infomation1{
		margin: 0 auto;
		padding: 10px;
		background-color: #f0e9f8;
		}	/* 紫色アミ部分 */
div.closeup{
		width: 170px;
		padding: 10px 0 10px 0;
		text-align: left;
		border-bottom: dashed 1px #666666;
		}
	div.closeup_end{
			width: 170px;
			padding: 10px 0 10px 0;
			text-align: left;
			}
	div.closeup p,div.closeup_end p{
			margin-top: 3px;
			}
div.left_banner{
		margin-top: 10px;
		padding: 0;
}

	div.left_banner a{
			margin-top: 7px;
	}

	html>/**/body div.left_banner a img{
			margin-top: 7px;
	}



div#left_infomation ul{
				width: 200px;
				margin-bottom: 1em;
						}

div#left_infomation li.menu{
				font-size: 1.2em;
				line-height: 1.4em;
				text-align: left;
				margin-top: 1em;
				width: 180px;
				list-style: none;
				}

div#left_infomation li.menu img.mark{
					vertical-align: top;
					margin-right: 0.3em;
					}
div#left_infomation img.bt{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
	}
div#left_infomation img.bt2{
	margin-top: -5px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
	}
/*--------------------------------------------------------------------------------------------
左カラムの共通デザイン部分の定義end
----------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------
左カラムのリンクデザイン部分の定義
----------------------------------------------------------------------------------------------*/

div#left_infomation1 a:link {
	text-decoration:none;
	color: #000000;
	}
div#left_infomation1 a:visited { 
	text-decoration:none;
	color: #000000;
	}
div#left_infomation1 a:hover {
	color: #000000;
	background-color: #ffcccc;
	cursor: hand;
	text-decoration:underline;
	 }
div#left_infomation1 a:active { 
	color: #000000;
	text-decoration:none;
	 }

/*--------------------------------------------------------------------------------------------
左カラムのリンクデザイン部分の定義end
----------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
左カラムのフォントの定義
----------------------------------------------------------------------------------------------*/
div#left_infomation p.t2{
			margin-top: 0.5em;
			margin-left: 0.8em;			
			}

/*--------------------------------------------------------------------------------------------
左カラムのフォントの定義end
----------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
左右カラムの共通デザイン部分の定義end
----------------------------------------------------------------------------------------------*/

	/*★　右カラムバナーレイアウト関係　左右カラムのトップに画像を貼る時★*/	
p.bnr-img-r{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	}
/*--------------------------------------------------------------------------------------------
トップページデザイン構造定義
----------------------------------------------------------------------------------------------*/
	
	/*★top contentsレイアウト カルチャー用★*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
* html body #content_top{
	float: left;
	width: 650px;
	height:100%; 	/*☆バグあり。常に修正*/	
	margin: 0;
	padding: 0;
	}

		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/		
html>/**/body #content_top{
	float: left;
	width: 650px;
	margin: 0;
	padding: 0;
	}
	
	
	/*★top contents検索メイン部分レイアウト　カルチャー用★*/

	/*★　コンテンツブロック定義end　カルチャー用★*/	
#topmain{
	float: right;
	width: 440px;
	height: 60em;
	background-color: #FFFFFF;	
	}	
	/*★　コンテンツブロック定義end　カルチャー用★*/
	

#btn_search{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	}/*★　検索＆体験ボタン　★*/

		
	/*★カルチャー用のtopページ角丸窓部分★*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
* html body #pickup_top{
	background-image: url("../images/top.gif");
	height: 10px;
	width: 645px;
	background-repeat: no-repeat;
	margin: 10px 0px 0px;
	padding: 0px;
	background-position: center bottom;
	}
		/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/		
html>/**/body #pickup_top{
	background-image: url("../images/top.gif");
	height: 10px;
	width: 645px;
	background-repeat: no-repeat;
	margin: 10px 0px 0px;
	padding: 0px;
	}	
div#pickup_main{
	background-image: url("../images/main.gif");
	background-repeat: repeat;
	width: 645px;
	margin: 0px;
	padding: 0px;
	clear:both;	
	}

div#pickup_title{
	margin: 0 0 5px 20px;
	padding: 0;
	}

div#content_name{
	float: left;
	width: 110px;
	background-color: #ff6600;
	margin: 5px 0;
	padding: 2px;
	}	/* PickUpNewsのカテゴリわけ */

html>/**/body div#content_name{
	margin: 13px 0 3px 0;
	}	/* （モダンブラウザ対応）PickUpNewsのカテゴリわけ */

div#pickup_left p#title{
	clear: both;
	height: 18px;
	}

div#pickup_left h2{
	background: url("../images/ttl_pickupnews.gif") no-repeat left top;
	width: 374px;
	height: 31px;
	margin: 0;
	padding: 0;
	}

img.pickupbt{
		margin-top: 10px;
		margin-bottom: 10px;
		}

#pickup_bottom{
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat;
	height: 10px;
	width: 645px;
	margin-bottom: 10px;
	}	
div#pickup_left{
		float: left;
		width:400px;
		}

div#pickup_right{
		float: left;
		width: 220px;
		}
div#pickup_rcolumn{
		background-image: url("../img/haha_back.gif");
		background-color:#ffffff;
		background-repeat: no-repeat;
		float: left;
		width:220px;
		padding:0.5em;
		border: 0.1em solid #cccccc;		
		}

div#pickup_right img{
		margin-top:20px;
		margin-left:10px;
		}
		
div#lessonsearch img{
			margin-top: 0;
			margin-bottom: 1em;
			}			
div.caption{
			width:405px;
			margin:-7px 0 10px 0;
			text-align:left;
			}			

/*★リストスタイル用定義★ カルチャー用*/
div#lessonsearch ul{
	width: 420px;	
	}
div#lessonsearch li{
	list-style: none;
	width: 140px;
	float: left;
	text-align: left;
	}
/*★検索チェックボックスの位置★カルチャー用*/	
INPUT.mark{
	vertical-align: middle;
	}
/*★画像配置★ カルチャー用*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
 * html body img.mark2{
	clear: both;
	text-align: left;
	margin-left: -220px;
	margin-bottom: -5px;
	}
/*★画像配置★ カルチャー用*/
	/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/	
html>/**/body img.mark2{
	clear: both;
	text-align: left;
	margin-left: -350px;
	margin-top: 20px;
	margin-bottom: 0px;
	}	
div#wordsearch{
		width:430px;
		margin-left: 0;
		display: block;
		}
/*★画像配置★ カルチャー用*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/		
 * html body img.mark2a{
	clear: both;
	text-align: left;
	margin-left: -220px;
	margin-bottom: -5px;
	}
/*★画像配置★ カルチャー用*/
	/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/	
html>/**/body img.mark2a{
	clear: both;
	text-align: left;
	margin-left: -350px;
	margin-top: 20px;
	margin-bottom: 0px;
	}	
div#wordsearch{
		width:430px;
		margin-left: 0;
		display: block;
		}
/*★スタッフブログ　外枠レイアウト*/
div#blog{
		float:left;
		width:180px;
		margin-left:10px;
		padding:10px;
		background-color:#ffffff;
}
	/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/	
	html>/**/body div#blog{
			margin-left:5px;
	}
/*★スタッフブログ　7月23日から新連載　画像レイアウト*/
.b_title span.b4 img{
		margin-bottom:1px;
}									
/*★スタッフブログ　バナーレイアウト*/
.b_bnr img{
}									
/*--------------------------------------------------------------------------------------------
トップページデザイン構造定義
----------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------
トップページフォント定義　カルチャー用
----------------------------------------------------------------------------------------------*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/						
* html body div#pickup_main h2{						
					color: #ff6600;
					text-align: left; 
					margin-top: 0.3em;
					margin-bottom: 0.3em;
					margin-left: 5px;
					}
	/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/
html>/**/body div#pickup_main h2{
					text-align: left;								color: #ff6600;
					margin-top: 5px;
					margin-bottom: 0;
					margin-left: 5px;
					}

div#content_name p.b1{
	color: #ffffff;
	text-align: center;
	}	/* PickUpNewsのカテゴリわけ */

div#pickup_left p.t2{
			margin-left: 1.8em;
			margin-bottom:-0.8em
			}

div.btn_motto{
	float: left;
	margin: 4px 5px 8px 0;
	}	/* 「そのほか」ボタン */

/*★happy mamコラムテキスト*/
	/*☆注意・IEのみに適用するスタイル csshack☆*/					
* html body div#pickup_rcolumn p.t2{
			color:#d70c18;
			margin-top:25px;
			}

	/*☆注意・モダンブラウザのみに適用するスタイル csshack☆*/
html>/**/body div#pickup_rcolumn p.t2{
			color:#d70c18;
			margin-top:20px;
			}

/*★happy mamコラムテキスト*/

/*★キーワード検索のレイアウト*/																
/*★キーワード検索のレイアウト*/	
div#wordsearch p{
				text-align: left;
				}
/*★キーワード検索のボタンレイアウト*/	
div#wordsearch a img{
				text-align: center;
				}
/*★スタッフブログ　タイトル部分フォントレイアウト*/
div.b_title span.b4{
		color:#ff6600;
		text-align:left;
		border-bottom: 1px dotted #000000;
		width: 180px;
}
/*★スタッフブログ　バナー説明フォントレイアウト*/
.b_bnr p.t1 a{
		color:#006699;
		text-align:left;
}		
/*--------------------------------------------------------------------------------------------
トップページフォント定義end
----------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
教室紹介ページ構造定義end
----------------------------------------------------------------------------------------------*/

	/*★　コンテンツブロック定義end　カルチャー用★*/	
div#school{
	float: right;
	width: 440px;
	height: 60em;
	background-color: #FFFFFF;	
	}	
	/*★　コンテンツブロック定義end　カルチャー用★*/

/*--------------------------------------------------------------------------------------------
教室紹介ページ構造定義end
----------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------
教室紹介ページフォント定義end
----------------------------------------------------------------------------------------------*/
div#school p.t2{
		text-align: left;
		width: 250px; 
		margin-top: 10px;
		}
div#shcool p.t2 span{
		font-weight: bold;
		}
div#school h3{
		margin: 20 0 10 0px;
		text-align: center; 
		color: #ff6699;
		font-size: 1.6em;
		width: 400px;		
		}

/*--------------------------------------------------------------------------------------------
教室紹介ページフォント定義end
----------------------------------------------------------------------------------------------*/