body,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p,table,form,input,img{
	margin:0;padding:0;
}

body {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #444444;
	font-family:'¥á¥¤¥Eª',Meiryo,'£Í£Ó £Ð ¥´¥·¥Ã¥¯',MS UI Gothic,Verdana,Osaka,Arial,sans-serif;
	background: #ffffff;
}

a:link {text-decoration: none; color: #4E1485;}
a:visited {text-decoration: none; color: #4E1485;}
a:hover {text-decoration: underline; color: #EF007F;}
a:active {text-decoration: underline; color: #EF007F;}

img{
	border: none;
}

.clear{
	clear: both;
}

.red{
	color: #EF007F;
	font-weight: bold;
}

.red2{
	color: #EF007F;
}

.blue{
	color: #3366cc;
}

.b {
	font-weight: bold;
}

.big {
	font-size: 14px;
}
.bigbig {
	font-size: 18px;
}

.mt10{
	margin-top:10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.right {
	text-align: right;
}

li{list-style:none;}

#page{
	margin: 0 auto;
	padding: 4px 0 0;
	background: url(../img/page.gif) center top repeat-x;
}

.privacyScrollin{
	width: 500px;
	background-color: #ffffff;	
	border: 1px solid #cccccc;
	padding: 10px;
	margin:  0px;
	height: 100px;
	overflow: auto;
	color: #666666;
	line-height: 180%;
	font-size: 10px;
}

.form_next2{
	background-color: #fbdac8;
}

.mini{
	font-size:10px;
}

/*PANKUZU*/
#breadcrumb ul{
	margin:0;
	padding:0;
}

#breadcrumb li{
	font-size:10px;
}

#breadcrumb{
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#breadcrumb li{
	color:#aba296;
	display:inline;
}

#breadcrumb li a{
	padding-right:14px;
	margin-right:9px;
	background-image:url(../img/arrow_black.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

#breadcrumb ul{
	float:left;
	width:720px;
	text-align:left;
}

/*HEADER & MENU*/

#header {
	width: 910px;
	height: 76px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../img/header.gif) right top no-repeat;
}
h1 {
	float: left;
	display: block;
	width: 320px;
	height: 76px;
	margin: 0 auto 0 0;
	padding: 0;
}
#logo {
	display: block;
	width: 280px;
	height: 76px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background: url(../img/logo.gif) center top no-repeat;
}
#mail {
	float: right;
	display: block;
	width: 100px;
	height: 22px;
	margin: 0 0 0 auto;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background: url(../img/mail.gif) center top no-repeat;
}
#access {
	float: right;
	display: block;
	width: 100px;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background: url(../img/access.gif) center top no-repeat;
}

#menu {
	height: 60px;
	margin: 0;
	padding: 0;
}
#menu>ul {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
#menu>ul>li {
	display: inline;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
  position: relative;
}
#menu>ul>li>a {
	display: block;
	width: 180px;
	height: 60px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../img/menu.png);
}

#menu1 a:link,#menu1 a:visited {background-position: 0px 0px;}
#menu1 a:hover {background-position: 0px -60px;}
#menu2 a:link,#menu2 a:visited {background-position: -180px 0px;}
#menu2 a:hover {background-position: -180px -60px;}
#menu3 a:link,#menu3 a:visited {background-position: -360px 0px;}
#menu3 a:hover {background-position: -360px -60px;}
#menu4 a:link,#menu4 a:visited {background-position: -540px 0px;}
#menu4 a:hover {background-position: -540px -60px;}
#menu5 a:link,#menu5 a:visited {background-position: -720px 0px;}
#menu5 a:hover {background-position: -720px -60px;}

ul.child{
  display: none;
  position: absolute;
  padding: 0;
}
ul.child li{
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 180px;
  display: block;
  box-sizing: border-box;
  background-color: #545454;
  border-bottom: solid 1px #7b7b7b;
}
ul.child li a{
  padding: 10px;
  display: block;
  color: #fff;
}
ul.child li a:hover{
  background: #808080;
  text-decoration: none;
}

/*FOOTER*/
.pagetop {
	width: 910px;
	height: 30px;
	margin: 0 auto 0;
	padding: 0;
	text-align: right;
	clear: both;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 24px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background: url(../img/pagetop.gif) no-repeat center top;
}

#footer{
	margin: 0 auto 0;
	padding: 0;
	clear: both;
	height:auto;
	text-align:center;
	font-size:84%;
	border-top: 2px solid #EF007F;
}

#footer li{
	display:inline;
}

/*HOME*/
#top {
	margin:0px auto;
	text-align: left;
}

#top-img {
	margin-bottom: 10px;
	height:444px;
	background: url(../img/top.jpg) center top no-repeat;
}

.h2top {
	margin: 0px auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

/*MAIN AREA*/

#mainarea{
	width:910px;
	min-height:600px;
	padding-bottom:20px;
	margin:0px auto;
}

/*LEFT AREA*/

#h2-what {background-image: url(../img/what.gif);}
#h2-profile {background-image: url(../img/profile.gif);}
#h2-gallery {background-image: url(../img/gallery.gif);}
#h2-work {background-image: url(../img/work.gif);}
#h2-lesson {background-image: url(../img/lessons.gif);}
#h2-sche {background-image: url(../img/sche.gif);}
#h2-inquiry {background-image: url(../img/inquiry.gif);}
#h2-light {background-image: url(../img/l_light_l.gif);}
#h2-pro {background-image: url(../img/l_pro_l.gif);}
#h2-privacy {background-image: url(../img/privacy.gif);}
#h2-law {background-image: url(../img/law.gif);}
#h2-mam {background-image: url(../img/l_mam_l.gif);}
#h2-oneday {background-image: url(../img/l_oneday_l.gif);}
#h2-workshop {background-image: url(../img/l_workshop_l.gif);}
#h2-honko {background-image: url(../img/honko.gif);}
#h2-chiba {background-image: url(../img/chiba.gif);}
#h2-utsunomiya {background-image: url(../img/utsunomiya.gif);}
#h2-nishishinjuku {background-image: url(../img/nishishinjuku.gif);}
#h2-kids {background-image: url(../img/l_kids_l.gif);}
#h2-blackboard {background-image: url(../img/l_blackboard_l.gif);}

#isub{
	float:left;
	width:250px;
	margin-left:10px;
}

#isub p{
	margin-bottom:10px;
}

.h2img {
	width:250px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:solid 1px #EF007F;
	border-top:solid 4px #EF007F;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#subNav{
	margin-bottom:10px;
	width:250px;
	text-align:left;
}

#subNav a,
#subNav span{
	display:block;
}

#subNav li{
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:solid 1px #EF007F;
}

/*RIGHT AREA*/

h3 {
	margin: 0px auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

h4 {
	margin: 0px auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

h5,h6 {
	margin: 0px auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.h3img {
	height:100px;
	background-repeat: no-repeat;
	background-position: center top;
}

#h3-what {background-image: url(../img/what_m.gif);}
#h3-top_open {background-image: url(../img/top_open.gif);}
#h3-top_media {background-image: url(../img/top_media.gif);}
#h3-top_info {background-image: url(../img/info.gif);}
#h3-profile {background-image: url(../img/profile_m.gif);}
#h3-gallery {background-image: url(../img/gallery_m.gif);}
#h3-work {background-image: url(../img/work_m.gif);}
#h3-lesson {background-image: url(../img/lesson_m.gif);}
#h3-sche {background-image: url(../img/sche_m.gif);}
#h3-inquiry {background-image: url(../img/inquiry_m.gif);}
#h3-what_rl {background-image: url(../img/what_rl.gif);}
#h3-light {background-image: url(../img/light_m.gif);}
#h3-pro {background-image: url(../img/pro_m.gif);}
#h3-workshop {background-image: url(../img/workshop_m.gif);}
#h3-mam {background-image: url(../img/mam_m.gif);}
#h3-privacy {background-image: url(../img/privacy_m.gif);}
#h3-law {background-image: url(../img/law_m.gif);}
#h4-information {background-image: url(../img/information.gif);}
#h5-blog {background-image: url(../img/blog.gif);}
#h5-instagram {background-image: url(../img/instagram.gif);}
#h5-facebook {background-image: url(../img/facebook.gif);}
#h6-tour {background-image: url(../img/top_tour.gif);}
#h3-honko {background-image: url(../img/honko_m.gif);}
#h3-chiba {background-image: url(../img/chiba_m.gif);}
#h3-utsunomiya {background-image: url(../img/utsunomiya_m.gif);}
#h3-nishishinjuku {background-image: url(../img/nishishinjuku_m.gif);}
#h3-kids {background-image: url(../img/kids_m.gif);}
#h3-oneday {background-image: url(../img/oneday_m.gif);}
#h3-blackboard {background-image: url(../img/blackboard_m.gif);}

#icontents{
	margin:0px;
	float:right;
	width:640px;
	padding: 0px;
}

#icontents p{
	margin-bottom:10px;
}

.pagetop2 {
	width: 580px;
	height: 30px;
	margin: 0 auto 0;
	padding: 0;
	text-align: right;
	clear: both;
}
.pagetop2 a {
	display: block;
	width: 100px;
	height: 24px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background: url(../img/pagetop2.gif) no-repeat center top;
}


/*INDEX*/

.h3top {
	height:25px;
	background-repeat: no-repeat;
	background-position: center top;
}

#whatrl{
	width:610px;
	min-height:200px;
	margin-left:15px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	text-align:left;
}
#whatrl2{
	width:600px;
	margin-left:15px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	text-align:left;
	padding: 5px;
}

#rss{
	width:590px;
	margin-left:10px;
	padding:5px 0;
}

.rl{
	width:370px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
}

.rl2{
	width:590px;
	margin-left:10px;
}

.mediaimg01{
	width:210px;
	height:400px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/shuichi.jpg) center top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.rlimg{
	width:210px;
	height:300px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/top.png) center top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.rlimg2{
	width:210px;
	height:254px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	margin-bottom: 20px;
	background: url(../img/top2.jpg) center top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.tourimg{
	width:210px;
	height:300px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/top_tour.jpg) center top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

/*MAIL*/

.cont_mail{
	width: 595px;
	padding:10px; 
	margin: 10px;
	border: 2px solid #cccccc;
}

.cont_mail table{
	width: 585px;
	border: 1px solid #ccccff;
	padding: 3px;
	text-align: left;
	margin: 0px;
}

.cont_mail a{
	font-size:12px;
	text-align:right;
}

.cont_mail td{
	font-size: 12px;
}

.mailtable td{
	background-color: #eae8e1;
	padding: 4px;
}

/*CALENDAR*/

#calendar{
	margin-top:10px;
}

/*WHAT*/

#back_what{
	width:580px;
	min-height:200px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}
#back_base{
	width:580px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}

#back_cute{
	width:580px;
	height:300px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}

#back_happy{
	width:580px;
	height:470px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}

#back_cool{
	width:580px;
	height:220px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}


#what{
	margin:5px;
	text-align:left;
}

.instructor-archive-l {
	width:190px;
	float: left;
	margin-top:5px;
	margin-left:10px;
}
.instructor-archive-r {
	width:360px;
	float: right;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
}

.becute{
	width:360px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
	text-align:left;
}

.becute2{
	width:560px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align:left;
}

.becuteimg{
	width:190px;
	height:270px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/becute.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.besmile{
	width:360px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
	text-align:left;
}

.besmile2{
	width:560px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align:left;
}

.besmileimg{
	width:190px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/child.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 120px;
}


.behappy{
	width:360px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
	text-align:left;
}

.behappy2{
	width:560px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align:left;
}

.behappyimg{
	width:190px;
	min-height:380px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/happy.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.becool{
	width:360px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
	text-align:left;
}

.becoolimg{
	width:190px;
	min-height:200px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/cool.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.becrazy{
	width:360px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
	text-align:left;
}

.becrazy2{
	width:560px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align:left;
}

.becrazyimg{
	width:190px;
	min-height:140px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/aging.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#cute{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/cute.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#smile{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/smile.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#happy{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/happy.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#cool{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/cool.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#crazy{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/crazy.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#character{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/character.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.back_short{
	width: 590px;
	margin: 0 0 20px 25px;
	padding: 10px 15px;
	background-color:#FFE9E8;
	text-align: left;
	box-sizing: border-box;
}

/*PROFILE*/

#honko{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/inst_honko.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#utsunomiya{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/inst_utsunomiya.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#chiba{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/inst_chiba.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#nishishinjuku{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/inst_nishishinjuku.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#life{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/life.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#books{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/profile_books.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#media{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/media.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#world{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/world.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#semi{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/semi.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#tenji{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/tenji.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#kanban2{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/kanban2.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#books{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/books.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

/*GALLERY*/

#back_gal{
	width:580px;
	min-height:200px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
}

#g_top{
	width:575px;
	height:12px;
	margin-top:10px;
	margin-left:5px;
	text-align: right;
}

#space{
	margin:5px;
	text-align:left;
}

#space img{
	padding-bottom:5px;
}

#kanban{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/kanban.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#kvoice{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/voice.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#korder{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/k_order.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#kokuban_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/kokuban_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#kinokuni_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/kinokuniya_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#kanban_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/kanban_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#naiso_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/naiso_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#wedding_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/wedding_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#cora_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/cora_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#remake_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/birth_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#inte_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/inte_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#etc_g{
	width:575px;
	height:15px;
	margin-top:10px;
	margin-left:5px;
	background: url(../img/etc_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

/*LESSON*/


.lesson{
	width:340px;
	height:180px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	text-align:left;
}

.lesson2{
	width:560px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align:left;
}

.lessonimg{
	width:190px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lessonimg.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 180px;
}

#back_lesson{
	width:580px;
	height:320px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}

#back_lesson2{
	width:580px;
	height:380px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}

#back_lesson3{
	width:580px;
	height:650px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align:left;
}

#back_lesson4{
	width:580px;
	height:550px;
	margin-left:25px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align:left;
}

#l_course{
	width:600px;
	height:25px;
	margin: 10px 0 20px 20px;
	background: url(../img/l_course.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#l_class{
	width:600px;
	height:25px;
	margin: 10px 0 20px 20px;
	background: url(../img/l_class.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#l_tokyo{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/l_tokyo.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#l_photos{
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	background: url(../img/l_photos.gif) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.lesson-navi {
	width: 610px;
	height: 110px;
	margin-left: 15px;
}

#l_pro, #l_oneday, #l_shinjuku, #l_utsunomiya, #l_work {
	width:300px;
	height:100px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0;
	float:left;
}
#l_pro a, #l_oneday a, #l_shinjuku a, #l_utsunomiya a, #l_work a {
	display: block;
	width:300px;
	height:100px;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#l_light a {
	background: url(../img/l_light.jpg) no-repeat;
}
#l_oneday a {
	background: url(../img/l_oneday.jpg) no-repeat;
}
#l_shinjuku a {
	background: url(../img/l_shinjuku.jpg) no-repeat;
}
#l_utsunomiya a {
	background: url(../img/l_utsunomiya.jpg) no-repeat;
}
#l_work a {
	background: url(../img/l_work.jpg) no-repeat;
}

#l_light, #l_kids, #l_chiba, #l_coming, #l_mam {
	width:300px;
	height:100px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 5px;
	float:right;
}
#l_light a ,#l_kids a, #l_chiba a, #l_coming a, #l_mam a {
	display: block;
	width:300px;
	height:100px;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#l_pro a {
	background: url(../img/l_pro.jpg) no-repeat;
}
#l_chiba a {
	background: url(../img/l_chiba.jpg) no-repeat;
}
#l_coming a {
	background: url(../img/l_coming.jpg) no-repeat;
}
#l_kids a {
	background: url(../img/l_kids.jpg) no-repeat;
}
#l_mam a {
	background: url(../img/l_mam.jpg) no-repeat;
}


#taiken, #kiso, #hobby, #juko, #cus, #day, #junior, #oyako, #mantoman, #form, #cform, #faq, #proc, #inst, #studyaborad, #mamlife, #mam, #workshop, #mama, #schedule, #l_access, #interior, #blackboard_chalkart, #crystal_chalkart, #blackboard_art, #bbcourse, #bbinst, #contact {
	width:600px;
	height:25px;
	margin-top:10px;
	margin-left:20px;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#taiken{background: url(../img/taiken.gif) center top no-repeat;}
#kiso{background: url(../img/kiso.gif) center top no-repeat;}
#hobby{background: url(../img/hobby.gif) center top no-repeat;}
#juko{background: url(../img/w_juko_c.gif) center top no-repeat;}
#cus{background: url(../img/w_cus_c.gif) center top no-repeat;}
#day{background: url(../img/1day.gif) center top no-repeat;}
#day{background: url(../img/1day.gif) center top no-repeat;}
#junior{background: url(../img/l_junior.gif) center top no-repeat;}
#oyako{background: url(../img/l_oyako.gif) center top no-repeat;}
#mantoman{background: url(../img/l_mantoman.gif) center top no-repeat;}
#form{background: url(../img/l_form.gif) center top no-repeat;}
#contact{background: url(../img/l_contact.gif) center top no-repeat;}
#cform{background: url(../img/l_cform.gif) center top no-repeat;}
#faq{background: url(../img/faq.gif) center top no-repeat;}
#proc{background: url(../img/l_pro.gif) center top no-repeat;}
#inst{background: url(../img/l_inst.gif) center top no-repeat;}
#studyaborad{background: url(../img/l_studyaborad.gif) center top no-repeat;}
#mamlife{background: url(../img/l_mamlife.gif) center top no-repeat;}
#mam{background: url(../img/l_mam.gif) center top no-repeat;}
#workshop{background: url(../img/l_workshop.gif) center top no-repeat;}
#mama{background: url(../img/l_mama.gif) center top no-repeat;}
#schedule{background: url(../img/l_schedule.gif) center top no-repeat;}
#l_access{background: url(../img/l_access.gif) center top no-repeat;}
#interior{background: url(../img/l_interior.gif) center top no-repeat;}
#blackboard_chalkart{background: url(../img/blackboard_chalkart.gif) center top no-repeat;}
#crystal_chalkart{background: url(../img/crystal_chalkart.gif) center top no-repeat;}
#blackboard_art{background: url(../img/blackboard_art.gif) center top no-repeat;}
#bbcourse{background: url(../img/bbcourse.gif) center top no-repeat;}
#bbinst{background: url(../img/bbinst.gif) center top no-repeat;}

.lesson_taiken{
	width:360px;
	float: left;
	margin-top:5px;
	margin-right: 10px;
	margin-left:10px;
	text-align:left;
}

.lesson_taiken2{
	width:560px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align:left;
}

.taikenimg{
	width:190px;
	height:180px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_taiken.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.kisoimg{
	width:190px;
	height:245px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_kiso.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.hobbyimg{
	width:190px;
	height:260px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_hobby.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.dayimg{
	width:190px;
	height:540px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_day.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.mamaimg{
	width:190px;
	height:150px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_mama.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.mamaimg2{
	width:190px;
	height:390px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_mama2.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

.oyakoimg{
	width:190px;
	height:140px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_oyako.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.juniorimg{
	width:190px;
	height:320px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_junior.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.procimg{
	width:190px;
	height:200px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_pro.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.instimg{
	width:190px;
	height:340px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_inst.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.studyaboradimg{
	width:190px;
	height:280px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_studyaborad.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.singaporeimg{
	width:190px;
	height:250px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_singapore.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.singaporeimg2{
	width:190px;
	height:250px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_singapore2.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.singaporeimg3{
	width:190px;
	height:130px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_singapore3.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.mamlifeimg{
	width:190px;
	height:150px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_mamlife.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.mamimg{
	width:190px;
	height:180px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_mam.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.mamvoiceimg{
	width:190px;
	height:280px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_mamvoice.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.workshopimg{
	width:190px;
	height:590px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_workshop.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.interiorimg{
	width:190px;
	height:150px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_interior.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.onlineimg{
	width:190px;
	height:150px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_online.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.onlineimg2{
	width:190px;
	height:190px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_online2.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.onlineimg3{
	width:190px;
	height:150px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_online3.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.baimg{
	width:190px;
	height:140px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/blackboard_art_img.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.ba2img{
	width:190px;
	height:140px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/blackboard_chalkartimg.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.bbartimg{
	width:190px;
	height:140px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_bbart.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.bbinstimg{
	width:190px;
	height:140px;
	float: right;
	margin-top:5px;
	margin-right:10px;
	background: url(../img/lesson_bbinst.jpg) center top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#lesson_photo {
	width: 570px;
	text-align: center;
}

#lesson_photo li {
	width: 180px;
	height: 140px;
	margin: 0 15px 15px 0;
	float: left;
}

#lesson_photo li:nth-child(3n) {
	margin-right: 0;
}


/*WORK*/

#back_work{
	width:600px;
	margin-left:15px;
	background-color:#FFE9E8;
	margin-bottom:20px;
	padding:5px;
	text-align: left;
}

#work{
	margin:5px;
	text-align:center;
}

#workspace{
	width:590px;
	margin-bottom:10px;
	padding:0;
	border-bottom:solid 1px #cccccc;
}

#ws_l{
	width:470px;
	margin:0 auto;
	padding:0;
	float:left;
	text-align:left;
}

#ws_r{
	width:110px;
	margin-left:10px;
	padding:0;
	float:right;
}

#w_top{
	width:580px;
	height:12px;
	margin-top:10px;
	text-align: right;
}

#ws_l2{
	width:370px;
	margin:0 auto;
	padding:0;
	float:left;
	text-align:left;
}

#ws_r2{
	width:210px;
	margin-left:10px;
	padding:0;
	float:right;
}

#clear{
    clear:both;
}

#coarse_g{
	width:580px;
	height:15px;
	margin-top:10px;
	margin-bottom:10px;
	background: url(../img/coarse_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#day_g{
	width:580px;
	height:15px;
	margin-top:10px;
	background: url(../img/day_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 10px;
}

#shu_g{
	width:580px;
	height:15px;
	margin-top:10px;
	margin-bottom:10px;
	background: url(../img/shu_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#oyako_g{
	width:580px;
	height:15px;
	margin-top:10px;
	margin-bottom:10px;
	background: url(../img/oyako_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#taiken_g{
	width:580px;
	height:15px;
	margin-top:10px;
	margin-bottom:10px;
	background: url(../img/taiken_g.gif) left top no-repeat;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}


/*PRIVACY*/

.pp_aisatsu{
	width: 550px;
	margin: 30px auto;
	text-align: justify;
	text-justify: auto;
}

.pp_aisatsu p{
	text-align: right;
}

.pp_honbun{
	border: 1px solid #666666;
	margin: 0px auto;
	width: 530px;
	text-align: justify;
	text-justify: auto;
}

.pp_honbun ul{
	margin: 25px;
}

.pp_honbun li{
	margin-top: 20px;
	padding-bottom: 20px;
	list-style: none;
	border-bottom: 1px solid #999999;
}

.pp_honbun span, .pp_mail span{
	font-weight: bold;
	line-height: 200%;
}

.pp_honbun  p{
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pp_mail{
	width: 550px;
	margin: 30px auto;
	background-color: #eeeeee;
	padding: 10px;
	text-align: justify;
	text-justify: auto;
}



#breadcrumb:after,
#mainarea:after,
#nav ul:after,
#footPosi:after,
#top_image:after,
#top_image2:after,
#iluck:after,
#header:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both
}

/* ************************************************
 *    float²EE
 * ************************************************ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
.clearfix {
    display: inline-block;
}
    
/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}
    
.clearfix {
    display: block;
}
/* End hide from IE-mac */