@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/bg_stripe.jpg);
}

.emphasis {
	color: #FF334D;
	font-weight: bold;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";

}
.info_link a:visited{
	
	color: #FF334D;
	text-decoration: underline;
	
		}
p.t1 a:visited{
	
	color: #FF334D;
	text-decoration: underline;
	
		}
.info_link a:link{
	
	color: #FF334D;
	text-decoration: underline;
	
		}
.value_c{
	margin-top:10px;
	margin-bottom:10px;
	}
p.t1 a:link{
	
	color: #FF334D;
	text-decoration: underline;
	
		}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
#container_top {
	background: url(../images/container_top_bg.jpg) repeat-x;
	width: 100%;
	height: 410px;
}

.container {
	width: 970px;
	margin: 0 auto;
	padding-top: 64px;
}

#header {
	background: url(../images/head_bg2019.png) no-repeat right bottom;
	height: 87px;
	padding-top: 5px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 87px;
	width: 147px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.btn_access {
	float: right;
	width: 71px;
	padding-top: 15px;
}

#g_navi {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#g_navi ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#g_navi ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float:left;
}

#main_img {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 340px;
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	background-position: top;
}


/* グループレッスンバナーCSS（index.html） */

div.group_lesson_btn {
	width: 970px;
	height: 102px;
	margin: 30px 0 5px 0;
	text-align: left;
}
div.group_lesson_btn p.gl_btn {
	margin: 0;
	padding: 0;
	width: 970px;
	height: 102px;
	overflow: hidden;
}
.zan {
	height: 40px;
	text-align: right;
	position: relative;
	bottom: 60px;
	font-size: 32px;
	font-weight: bold;
}

.zansu {
	font-size: 48px;
	font-weight: bold;
	color: red;
}
div.group_lesson_btn a {
	display: block;
}
div.group_lesson_btn a:hover img {
	position: relative;
	bottom: 102px;
}

.zanwaku {
	font-size: 21px;
	color: black;
}

.manin_text {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 30px;
}



/* サイドバー部分 */
.sidebar {
	float: right;
	width: 310px;
	margin-right: -7px;
	/*
	margin-bottom: -20px;
	*/
}

.side_col_top {
	width: 315px;
	background: url(../images/side_top.png) no-repeat;
	height: 9px;
}

.side_col {
	width: 315px;
	background: url(../images/side_bg.png) repeat-y;
}

.glay_bg {
	width: 298px;
	margin-right: auto;
	margin-left: auto;
	background: #EEE;
	padding-bottom: 2px;
}

.side_col_title {
	width: 286px;
	margin-right: auto;
	margin-left: auto;
}

.media {
	text-align: center;
}

.media h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 8px;
}

img.media_img {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
}

img.media_img:hover {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FCC;
}

/* カレンダー */
.cal_area {
	width: 284px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

#korea_cal {
	width: 197px;
	margin-right: auto;
	margin-left: auto;
}

#output {
	font-size: 14px;
	font-weight: bold;
	color: #F36;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

#output2 {
	font-size: 14px;
	color: #21509E;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

#output3 {
	font-size: 14px;
	color: #21509E;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

div.jqueryCalendar {
	width : 197px;
}
div.jqueryCalendar a {
	outline : 0;
	text-decoration : none;
}
div.jqueryCalendar ul.navi {
	position : relative;
	width : 187px;
	height : 28px;
	margin : 0;
	padding : 7px 5px 0;
	background : url('../images/sprites.png') -75px 0 no-repeat;
}
div.jqueryCalendar ul.navi li {
	display : inline;
	margin : 0;
	padding : 0;
	list-style : none;
}
div.jqueryCalendar ul.navi li a {
	display : block;
	width : 22px;
	height : 13px;
	background : #FFF;
	text-indent : -9999px;
	overflow : hidden;
}
div.jqueryCalendar ul.navi li.prev a {
	float : left;
	background : url('../images/sprites.png') 0 -25px no-repeat;
}
div.jqueryCalendar ul.navi li.prev a:hover {
	background-position : 0 -38px;
}
div.jqueryCalendar ul.navi li.next a {
	float : right;
	background : url('../images/sprites.png') -25px -25px no-repeat;
}
div.jqueryCalendar ul.navi li.next a:hover {
	background-position : -25px -38px;
}
div.jqueryCalendar div.main {
	padding : 0 0 5px;
	background : url('../images/sprites.png') -272px 100% no-repeat;
	cursor: pointer;
}
div.jqueryCalendar div.caption {
	position : relative;
	width : 101px;
	height : 18px;
	margin : -30px auto 3px;
	padding : 2px;
	font-size : 13px;
	line-height : 18px;
	text-align : center;
	vertical-align : middle;
}
div.jqueryCalendar div.main table {
	position : relative;
	margin : 0 auto;
	border-collapse : collapse;
	border-spacing : 0;
}
div.jqueryCalendar div.main th,
div.jqueryCalendar div.main td {
	width : 25px;
	height : 25px;
	padding : 0;
	border : 0;
	border-left : 2px solid #FCFCFC;
	border-bottom : 2px solid #FCFCFC;
	color : #666;
	line-height : 25px;
	text-align : center;
	vertical-align : middle;
}
div.jqueryCalendar div.main th {
	height : 20px;
	line-height : 20px;
	font-size : 12px;
}
div.jqueryCalendar div.main td {
	background : url('../images/sprites.png') 0 0 no-repeat;
	font-size : 13px;
}
div.jqueryCalendar div.main table .sun {
	color : #C14F22;
}
div.jqueryCalendar div.main table .sat {
	color : #33F;
}
div.jqueryCalendar div.main table .otherMonth {
	color : #CFCFCF;
}
div.jqueryCalendar div.main table .today {
	background : url('../images/sprites.png') -25px 0 no-repeat;
	color : #FFF;
}
div.jqueryCalendar div.main td.event a,
div.jqueryCalendar div.main td.event span {
	display : block;
	width : 25px;
	height : 25px;
	background : url('../images/sprites.png') -50px 0 no-repeat;
	color : #999;
}
div.jqueryCalendar div.main td.event a:hover {
	background-position : -50px -25px;
}
div.jqueryCalendar div.todayLink {
	padding : 3px 0;
	font-size : 13px;
	text-align : center;
} 

#korea_cal {
}
/* カレンダーここまで */

/* スターエリア */
.star_area {
	width: 284px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #FF6E7F;
	border-bottom: 1px solid #FF6E7F;
	border-left: 1px solid #FF6E7F;
	margin-bottom: 8px;
	font-size: 12px;
}

.star_inner {
	width: 282px;
	margin-right: auto;
	margin-left: auto;
	background: #FFC2CA;
	padding-bottom: 10px;
	margin-bottom: 1px;
	padding-top: 5px;
}

.star_inner ul {
	padding-left: 8px;
}

.star_inner ul li {
	background: url(../images/starlist_bg.gif) no-repeat 0% 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	display: block;
	width: 107px;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
}

.star_inner ul li:hover {
	background: url(../images/starlist_bg_hover.gif) no-repeat 0% 50%;
}

.star_inner ul li a {
	display: block;
}

.list_link {
	padding-left: 210px;
	padding-top: 8px;
}

.list_link a {
	color: #06C;
	text-decoration: underline;
}

.list_link a:link {
}

/* 韓国ドラマ */
.drama_area {
	width: 284px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #60C7DE;
	border-bottom: 1px solid #60C7DE;
	border-left: 1px solid #60C7DE;
	margin-bottom: 8px;
	font-size: 12px;
}

.drama_inner {
	width: 282px;
	margin-right: auto;
	margin-left: auto;
	background: #C7F6FF;
	padding-bottom: 10px;
	margin-bottom: 1px;
	padding-top: 5px;
}

.drama_inner ul {
	padding-left: 8px;
}

.drama_inner ul li {
	background: url(../images/dramalist_bg.gif) no-repeat 0% 50%;
	padding-top: 14px;
	padding-bottom: 14px;
	list-style: none;
	display: block;
	width: 41px;
	padding-left: 12px;
	float: left;
}

.drama_inner ul li:hover {
	background: url(../images/drama_bg_hover.gif) no-repeat 0% 50%;
}

.drama_inner ul li a {
	display: block;
}

.text_head {
	font-size: 160%;
	line-height: 110%;
	color: #000;
}

/* K-POP */
.kpop_area {
	width: 284px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #69CF5F;
	border-bottom: 1px solid #69CF5F;
	border-left: 1px solid #69CF5F;
	margin-bottom: 8px;
	font-size: 12px;
}

.kpop_inner {
	width: 282px;
	margin-right: auto;
	margin-left: auto;
	background: #DAF5D9;
	padding-bottom: 10px;
	margin-bottom: 1px;
	padding-top: 5px;
}

.kpop_inner ul {
	padding-left: 8px;
}

.kpop_inner ul li {
	background: url(../images/kpoplist_bg.gif) no-repeat 0% 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	display: block;
	width: 107px;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
}

.kpop_inner ul li:hover {
	background: url(../images/kpoplist_bg_hover.gif) no-repeat 0% 50%;
}

.kpop_inner ul li a {
	display: block;
}

/* サイドバーバナー部分 */
/*
.bn_bg {
	background: url(../images/sidebar_bg.jpg) no-repeat bottom;
	width: 308px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
*/

.bn_bg {
	margin-bottom: 20px;
}

.bn_area {
	width: 294px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.bn_area ul {
}

.bn_area ul li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}



.c1 {
	height: 128px;
	width: 219px;
	z-index: 100;
	margin-bottom: -96px;
	margin-left: -20px;
	position: relative;
}

.content_top {
	background: url(../images/c1_bg.png);
	height: 403px;
	width: 659px;
	z-index: 0;
	position: relative;
}

.content_bottom {
	width: 639px;
	background: url(../images/container_bg.png) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -20px;
}

.apply_btn {
	height: 50px;
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.t_bar {
	clear: left;
	width: 639px;
	height: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.t1_title {
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}

.t1_box_1 {
	width: 614px;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2 url(../images/t1_1_bg.jpg) no-repeat right bottom;
	margin: 0px auto;
	padding: 0px;
}

.t1_box_2 {
	width: 614px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2 url(../images/t1_2_bg.jpg) no-repeat right;
}

.t1_box_3 {
	width: 614px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2;
	background: #F8F7F2 url(../images/t1_3_bg.jpg) no-repeat right;
}

.t1_box_4 {
	width: 614px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2;
	background: #F8F7F2 url(../images/t1_4_bg.jpg) no-repeat right;
}

.t1_box_5 {
	width: 614px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #E4DEC6;
	border-left: 4px solid #E4DEC6;
	font-size: 12px;
	background: #F8F7F2;
	background: #F8F7F2 url(../images/t1_5_bg.jpg) no-repeat right;
}

p.t1 {
	margin: 0px;
	padding: 7px 0px 7px 7px;
	width: 440px;
	line-height: 1.8;
}

.t1_bottom {
	background: url(../images/t1_bottom.jpg) no-repeat;
	height: 4px;
	width: 622px;
	margin-right: auto;
	margin-left: auto;
}

dl.news {
	padding-bottom: 15px;
	padding-left: 5px;

}

dl.news dt {
	color: #666;
	font-size: 12px;
	float: left;
	padding-top: 9px;
	width: 90px;
}

dl.news dd {
	font-size: 12px;
	padding-top: 9px;
	color: #000;
}

.news_line {
	border-bottom: 1px dotted #CCC;
	padding-top: 2px;
	width: 630px;
	margin-bottom:10px;
}

#gallery {
	padding-top: 16px;
	padding-bottom: 16px;
	width: 639px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.room_img {
	height: 90px;
	width: 90px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 8px;
	padding: 0px;
}

.img_large {

}

.room_img img {
	border: 3px solid #E3E3E3;
}

.room_img img:hover {
	border: 3px solid #FAB4BC;
}

.about {
	padding-top: 10px;
	padding-bottom: 20px;
}

.map {
	width: 316px;
	float: left;
}

.maplink {
	font-size: 12px;
	background: url(../images/arrow_1.gif) no-repeat 0% 50%;
	padding-left: 12px;
	margin-left: 10px;
}

.map img {
	padding: 3px;
	border: 1px solid #CCC;
}

.address {
}

table.location {
	font-size: 11.5px;
	width: 300px;
	float: right;
	background: #FFF2C9;
	height: 208px;
	padding-left: 10px;
	border: 1px solid #CCC;
	border-collapse:collapse;
}

table.location tr.dot_line {
	border-top: 1px dashed #CCCCCC;
}

table.location th {
	text-align: left;
	padding-left: 8px;
	font-weight: normal;
	padding-right: 8px;
	width: 50px;
}
table.location td {
	width: 250px;
}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 160px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ フッター ~~ */

#footer_nav {
	text-align: center;
	background: #FF4562;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #FFF;
}

#footer_nav a {
	color: #FFF;
	font-size: 12px;
}

#footer_nav a:link {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#footer_nav a:visited {
	color: #FFF;
}

#footer_nav a:hover,#footer_nav a:active,#footer_nav a:focus {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style: none;
	border-right: 1px solid #FFF;
	margin: 0px;
	padding: 0px 14px;
}

#footer_nav ul li:first-child {
	display: inline;
	list-style: none;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0px;
	padding: 0px 14px;
}

.footer {
	padding: 16px 0 30px;
	position: relative; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background: #525960;
	font-size: 12px;
	color: #CCC;
	width: 100%;
	text-align: center;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.btn_group{
	padding-top:220px;
	margin-left:20px;
	}
.left_btn{
	margin-right:50px;
	}
.teacher_info{
	margin-bottom:5px;
	}
.teacher_group{
	padding-top:10px;
	}
.teacher_group img{
	margin-bottom:5px;
	}
.white_back_body{
background-image:url(../images/teacher_info_bg4.png);
background-repeat:repeat-y;
height:30px;"	
	}
.white_back_body_re{
background-image:url(../images/teacher_info_bg4.png);
background-repeat:repeat-y;
height:100%;
	}
.white_back_end{
background-image:url(../images/teacher_info_bg3.png);
background-repeat:no-repeat;
height:40px;
	}
.white_back_start{
background-image:url(../images/teacher_info_bg5.png);
background-repeat:no-repeat;
height:25px;
	}
	img.bana{
	margin-top:20px;
	margin-bottom:20px;
	}
	a:hover img.bana {
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";

}
.lslist{
	padding-top:5px;
	padding-bottom:10px;
	background-image:url(../images/area_back.png);
	background-repeat:repeat-x;
	}
.lslist h3{
	margin:0px;
	}