@charset "EUC-JP";

/*============================================================
//
//  INDEX-------------------------
//  *共通設定
//  *ヘッダー
//  *フッター
//  *コンテンツ
//  *メニュー
//  *フラッシュ
//
//==========================================================*/

/*============================================================
//  ヘッダー
//==========================================================*/

#header{
	width:950px;
	margin:auto;
	position: relative;
	margin-bottom:15px;
}
#header .header-line{
	width:950px;
	height:2px;
	font-size:0.1em;
}

#header .headline{
	width:950px;
	height:55px;
}
* html #header .headline h1{
	behavior: expression(IEPNGFIX.fix(this));
}
/*
#header .headline h1{
	width:950px;
	height:55px;
	background:url(/imgcommon/header_lead.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	text-indent:-9999px;
}
*/
#header .headline h1{
	width:950px;
	height:55px;
	position: absolute;
	top: 2px;
	left: 0;
	text-indent:-9999px;
}
* html #header h1{
	behavior: expression(IEPNGFIX.fix(this));
}
/*
#header h1{
	width:950px;
	height:55px;
	background:url(/imgcommon/header_lead.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	text-indent:-9999px;
}
*/
#header h1{
	width:950px;
	height:55px;
	position: absolute;
	top: 2px;
	left: 0;
}
* html #header h2{
	behavior: expression(IEPNGFIX.fix(this));
}
#header h2{
	width:285px;
	height:185px;
	background:url(/imgcommon/header_logo.png) no-repeat;
	position: absolute;
	top: 57px;
	left: 0;
	text-indent:-9999px;
}
* html #header .coupon a{
	behavior: expression(IEPNGFIX.fix(this));
}
#header .coupon a{
	width:290px;
	height:160px;
	background:url(/imgcommon/header_bnr_coupen.png) no-repeat;
	position: absolute;
	top: 57px;
	left: 650px;
	text-indent:-9999px;
	display:block;
}

/*============================================================
//  トップフラッシュ
//==========================================================*/

#flash {
	width:950px;
	margin:auto;
}

/*============================================================
//  フッター
//==========================================================*/

#footer{
	width:925px;
	height:120px;
	background:url(/imgcommon/footer_bg.jpg) no-repeat;
	margin:auto;
	padding:0px 20px 0 25px;
}

#footer:after{
    clear: both;
    content: "";
    display: block;
    font-size: 1px;
    height: 0;

}
#footer{
	zoom: 1;
}
#footer .tel-yokohama{
	width:254px;
	height:28px;
	background:url(/imgcommon/footer_tel_yokohama.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:10px 20px 8px 0;
}

#footer .tel-fukuoka{
	width:205px;
	height:28px;
	background:url(/imgcommon/footer_tel_fukuoka.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:10px 0 8px 0;
}

#footer .tel-meguro{
	width:205px;
	height:28px;
	background:url(/imgcommon/footer_tel_meguro.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:10px 0 8px 0;
}

#footer ul.navi{
	width:630px;
	list-style:none;
	float:left;
}
#footer ul.navi li{
	font-size:0.8em;
	border-right:1px solid #666;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
#footer ul.navi li.left{
	font-size:0.8em;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding-left:8px;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
#footer ul.navi a{
	color:#6D554A;
	text-decoration: none;
}
#footer ul.navi a:hover{
	background-color:#D65929;
	color:#FFFFFF;
}

#footer p.copy{
	font-size:0.8em;
	float:right;
}

/*============================================================
//  コンテンツ
//==========================================================*/

#contents{
	width:920px;
	margin:auto;
}

/*1カラム*/
#main{
	width:700px;
	float:right;
	margin-bottom:20px;
}

#mainr:after{
    clear: both;
    content: "";
    display: block;
    font-size: 1px;
    height: 0;

}
#main{
	zoom: 1;
}
#main span.attention{
	color:#D85F5A;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
}

/*--ブログ背景--*/
#colum3{
	width:700px;
	background:url(/imgcommon/menu-right-bg.gif) repeat-y;
	float:right;
}

/*2カラム*/
#main-sub{
	width:500px;
	float:left;
}
#menu-right{
	width:180px;
	float:right;
}
#menu-right .title{
	width:180px;
	height:22px;
	background:url(/imgcommon/menu_right_title.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	color:#6D554A;
	text-align:center;
	padding:4px 0 0 0;
}
#menu-right .box{
	width:158px;
	background-color:#F7F2EC;
	border:1px solid #F7F2EC;
	padding:10px;
	margin-bottom:18px;
}
#menu-right .box ul{
	list-style:none;
}
#menu-right .box ul li{
	font-size:1.0em;
	color:#FF6600;
	margin-bottom:8px;
}
#menu-right .box ul li a{
	color:#D65929;
	text-decoration: none;
}
#menu-right .box ul li a:hover{
	color:#FF6600;
	text-decoration: underline;
}

#menu-right .box ul.tree {
margin: 0!important;
padding: 0!important;
list-style: none!important;
}

#menu-right .box ul.tree ul {
margin: 0!important;
padding: 0!important;
}

#menu-right .box ul.tree li {
margin: 0!important;
padding: 0 0 1px 16px!important;
background-image: url(/imgcommon/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}

#menu-right .box ul.tree li.tree_end {
background-image: url(/imgcommon/tree_end.gif);
list-style: none;
}


/*============================================================
//  左メニュー
//==========================================================*/

/*====== ナビゲーション ======*/

#menu-left{
	width:200px;
	float:left;
}
#menu-left ul.navi{
	width:200px;
	list-style:none;
	margin-bottom:15px;
}
#menu-left ul.navi li a{
	width:200px;
	height:39px;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
}
#menu-left ul.navi li.schedule a{
	width:200px;
	height:40px;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
}
#menu-left ul.navi li.to-top a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -0px;}
#menu-left ul.navi li.beginner a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -39px;}
#menu-left ul.navi li.concept a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -78px;}
#menu-left ul.navi li.course a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -117px;}
#menu-left ul.navi li.instructor a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -156px;}
#menu-left ul.navi li.news a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -195px;}
#menu-left ul.navi li.access a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -234px;}
#menu-left ul.navi li.schedule a{background: url(/imgcommon/navi.jpg) no-repeat; background-position:0px -273px;}

#menu-left ul.navi li.to-top a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -0px;}
#menu-left ul.navi li.beginner a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -39px;}
#menu-left ul.navi li.concept a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -78px;}
#menu-left ul.navi li.course a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -117px;}
#menu-left ul.navi li.instructor a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -156px;}
#menu-left ul.navi li.news a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -195px;}
#menu-left ul.navi li.access a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -234px;}
#menu-left ul.navi li.schedule a:hover{background: url(/imgcommon/navi.jpg) no-repeat; background-position:-200px -273px;}

/*====== バナー ======*/

#menu-left ul.bnr{
	width:200px;
	list-style:none;
}
#menu-left ul.bnr li{
	width:200px;
	margin-bottom:10px;
}
#menu-left ul.bnr li.center{
	text-align:center;
}

/*============================================================
//  その他
//==========================================================*/

#footer-line{
	width:920px;
	margin:auto;
}
#toptop{
	font-size:0.8em;
	color:#6D554A;
	text-align:right;
	margin:15px 0px 0px 0px;
}
#toptop a{
	color:#6D554A;
	text-decoration: none;
}
#toptop a:hover{
	color:#fff;
	background-color:#D65929;
	text-decoration: underline;
}
.form{
	width:350px;
	height:20px;
	background:#CCC;
	border:1px solid #999;
	margin:3px 8px 6px 0;
	color:#111;
}

/*============================================================
//  2011.05.30　矢野追加
//==========================================================*/
.clr{
	clear: both;
}
#header-studio{
	width:950px;
	margin:auto;
	position: relative;
	margin-bottom:15px;
}
#header-studio .header-line{
	width:950px;
	height:2px;
	font-size:0.1em;
}
#header-studio .headline{
	float:left;
	width:430px;
	height:55px;
}
#header-studio .headline h1{
	font-size:12px;
	padding:20px 0 0 10px;
}
#header-studio .tel-number{
	float:left;
	width:400px;
	font-size:20px;
	font-weight:bold;
	padding:20px 5px 0 0;
	text-align:right;
	height:35px;
	color:#D65929;
}
#header-studio .tel-number span{font-size:14px;}
#header-studio .facebook{
	float:right;
	width:110px;
	padding:20px 0 0 0
}
* html #header-studio h2{
	behavior: expression(IEPNGFIX.fix(this));
}
#header-studio h2{
	width:285px;
	height:185px;
	background:url(/imgcommon/header_logo.png) no-repeat;
	position: absolute;
	top: 57px;
	left: 0;
	text-indent:-9999px;
}
#header-studio .tel-number-common{
	float:left;
	width:500px;
	font-size:20px;
	font-weight:bold;
	padding:20px 5px 0 0;
	text-align:right;
	height:35px;
	color:#D65929;
}
#header-studio .tel-number-common span{font-size:14px;}
#page .tophead {
	margin-top:-15px;
}
