.clr
	{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/*===============================================
//galet lesson

1）ヘッダ
2) メニュー
3) フッター
4) エントリーヘッダ
5) モバイルナビゲーション
6) カテゴリートップ 
7) トップ・フォームナビ
8) 最新エントリー一覧

//===============================================*/


/*======　1）ヘッダ　=====*/

#header-navi
	{
	margin: 0;
	padding: 0;
	width: 960px;
	text-align: center;
	border-color: #996600;
	background-color: #F6F6FA;
	border: 0px #000 solid;
}

#header-navi h1,
#header-navi h1 a,
#header-navi h1 a:active,
#header-navi h1 a:visited,
#header-navi h1 a:hover
	{
	margin: 0;
	padding: 0;
	width: 88px;
	height: 55px;
	line-height: 55px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	background: url(./../img/logo.gif) no-repeat 0 0;
	}



/*======　2) メニュー　=====*/
#menu
	{
	margin: 0;
	padding: 0;
	float: right;
	width: 750px;
	height: 55px;
	text-align: left;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	width: 750px;
	height: 55px;
	list-style: none;
	}

#menu li
	{
	float: left;
	width: 100px;
	height: 55px;
	margin-right: 10px;
	}

#menu li a
	{
	width: 100px;
	height: 55px;
	text-indent: -9999px;
	display: block;
	}

#menu li#home,
#menu li#home a
	{
	background: url(./../img/menu_home.gif) no-repeat 0 0;
	}

#menu li#home a:hover
	{
	background: url(./../img/menu_home_over.gif) no-repeat 0 0;
	}

#menu li#about,
#menu li#about a,
#menu li#about a:active
	{
	background: url(./../img/menu_aboutus.gif) no-repeat 0 0;
	}
#menu li#about a:hover
	{
	background: url(./../img/menu_aboutus_over.gif) no-repeat 0 0;
	}
	
#menu li#information,
#menu li#information a,
#menu li#information a:active
	{
	background: url(./../img/menu_information.gif) no-repeat 0 0;
	}
#menu li#information a:hover
	{
	background: url(./../img/menu_information_over.gif) no-repeat 0 0;
	}
	
#menu li#collection,
#menu li#collection a,
#menu li#collection a:active
	{
	background: url(./../img/menu_collection.gif) no-repeat 0 0;
	}
#menu li#collection a:hover
	{
	background: url(./../img/menu_collection_over.gif) no-repeat 0 0;
	}
	
#menu li#lesson,
#menu li#lesson a,
#menu li#lesson a:active,
#menu li#lesson a:hover
	{
	background: url(./../img/menu_lesson_over.gif) no-repeat 0 0;
	}
	
#menu li#contact,
#menu li#contact a,
#menu li#contact a:active
	{
	/*margin: 0;*/
	background: url(./../img/menu_contactus.gif) no-repeat 0 0;
	}
#menu li#contact a:hover
	{
	background: url(./../img/menu_contactus_over.gif) no-repeat 0 0;
	}
#header-navi #menu li#twitter,
#header-navi #menu li#twitter a,
#header-navi #menu li#twitter a:active
	{
	margin: 0;
	width: 90px;
	background: url(./../img/menu_twitter.gif) no-repeat 0 0;
	}
#header-navi #menu li#twitter a:hover
	{
	width: 90px;
	background: url(./../img/menu_twitter_over.gif) no-repeat 0 0;
	}

/*======  3) フッター=====*/

#footer 
	{
	margin: 10px auto;
	padding: 0;
	position: relative;
	width: 960px;
	height: auto;
	}

#footer .topnavi
	{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right:0;
	width: 70px;
	height: 15px;
	}

#footer .topnavi .up,
#footer .topnavi .up a
	{
	margin: 0;
	padding: 0;
	width: 70px;
	height: 15px;
	line-height: 15px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	background: url(./../img/topnavi.gif) no-repeat 0 0;
	}

#footer .topnavi .up a:active,
#footer .topnavi .up a:hover
	{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	background: url(./../img/topnavi_over.gif) no-repeat 0 0;
	}

#footer #inner
	{
	margin: 10px auto;
	padding: 0;
	width: 960px;
	height: 70px;
	position: absolute;
	top: 15px;
	left:0;
	background: #F6F6FA;
	border-top: 1px solid #999;
	}

#footer #inner .footerlogo
	{
	margin: 10px 8px 0 5px;
	padding: 0;
	width: 84px;
	height: 48px;
	float: left;
	line-height: 48px;
	text-indent: -9999px;
	background: url(./../img/footer_logo.gif) no-repeat 0 0;
	}

#footer #inner .copyright
	{
	margin: 10px 0 0 5px;
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
	color:#666;
	font-size: 10px;
	line-height: 160%;
	}

#footer #inner .link 
	{
	margin: 10px 0 0 5px;
	width: 280px;
	float: right;
	text-align: right;
	font-size: 10px;
	}
	
#footer #inner .link a 
	{
	color: #666;
	text-decoration: none;
	}
	
#footer #inner .link aactive,
#footer #inner .link avisited
	{
	color: #666;
	}

#footer #inner .link ahover
	{
	color: #ff1846;
	text-decoration: underline;
	}


/*====== 4) エントリーヘッダ=====*/

.entrycategory
	{
	margin: 0;
	padding: 0;
	float: right;
	width: 400px;
	font-size: 12px;
	font-weight: normal;
	color: #99CCCC;
	text-align: right;
	}

/*====== 5) モバイルナビゲーション =====*/

.mobilenavi
	{
	margin: 20px 0;
	padding: 0px;
	width: 160px;
	}
	
.mobilenavi .qr
	{
	margin: 0 0 10px 0;
	padding: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-indent: -9999px;
	background: url(./../img/qr.png) no-repeat 0 0;
	}

.mobilenavi .txt
	{
	margin: 0 0 8px 0;
	padding: 0;
	width: 142px;
	}

.mobilenavi .txt .navitxt
	{
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(./../img/mobilesite_navitxt.gif) no-repeat 0 0;
	}

.mobilenavi .txt .naviurl
	{
	margin: 5px 0 0 0;
	padding: 0;
	width: 142px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(./../img/mobilesite_url.gif) no-repeat 0 0;
	display: block;
	text-decoration: none;
	}

.mobilenavi .txt .naviurl a,
.mobilenavi .txt .naviurl a:active
	{
	width: 142px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background: url(./../img/mobilesite_url.gif) no-repeat 0 0;
	display: block;
	text-decoration: none;
	}


.mobilenavi .txt .naviurl a:hover
	{
	background: url(./../img/mobilesite_url_over.gif) no-repeat 0 0;
	}


/*====== 6) カテゴリートップ=====*/

#ctg_navi
	{
	margin: 0 0 20px 0;
	padding: 0;
	width: 250px;
	height: auto;
	border: 0px solid #333;
	}

#ctg_navi .ctglabel
	{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 50px;
	}

#ctg_navi ul
	{
	margin: 0;
	padding: 0;
	width: 250px;
	list-style: none;
	}

#ctg_navi li
	{
	margin-bottom: 10px;
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	line-height: 14px;
	text-decoration: none;
	text-decoration: none;
	}

#ctg_navi li a
	{
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	}

#ctg_navi li#works,
#ctg_navi li#works a,
#ctg_navi li#works a:visited
	{
	background: url(./img/ctg_works.gif) no-repeat 0 0;
	}

#ctg_navi li#works a:hover
	{
	background: url(./img/ctg_works_over.gif) no-repeat 0 0;
	}

#ctg_navi li#nakasaki,
#ctg_navi li#nakasaki a,
#ctg_navi li#nakasaki a:visited
	{
	background: url(./img/ctg_nakasaki.gif) no-repeat 0 0;
	}

#ctg_navi li#nakasaki a:hover
	{
	background: url(./img/ctg_nakasaki_over.gif) no-repeat 0 0;
	}
#ctg_navi li#okamoto,
#ctg_navi li#okamoto a,
#ctg_navi li#okamoto a:visited
	{
	background: url(./img/ctg_okamoto.gif) no-repeat 0 0;
	}

#ctg_navi li#okamoto a:hover
	{
	background: url(./img/ctg_okamoto_over.gif) no-repeat 0 0;
	}
#ctg_navi li#asahi,
#ctg_navi li#asahi a,
#ctg_navi li#asahi a:visited
	{
	background: url(./img/ctg_asahi.gif) no-repeat 0 0;
	}

#ctg_navi li#asahi a:hover
	{
	background: url(./img/ctg_asahi_over.gif) no-repeat 0 0;
	}
#ctg_navi li#special,
#ctg_navi li#special a,
#ctg_navi li#special a:visited
	{
	background: url(./img/ctg_special.gif) no-repeat 0 0;
	}

#ctg_navi li#special a:hover
	{
	background: url(./img/ctg_special_over.gif) no-repeat 0 0;
	}


/*====== 7) トップ・フォームナビ =====*/

.link_navi
	{
	margin: 0 0 20px 0;
	padding: 0;
	width: 250px;
	height: auto;
	}

.link_navi .colletop
	{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 61px;
	line-height: 61px;
	text-indent: -9999px;
	display: block;
	background: url(./img/lessontop_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}

.link_navi .colletop a,
.link_navi .colletop a:active
	{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 61px;
	line-height: 61px;
	text-indent: -9999px;
	display: block;
	background: url(./img/lessontop_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}
.link_navi .colletop a:hover
	{
	background: url(./img/lessontop_navi_over.gif) no-repeat 0 0;
	}


.link_navi .gotomail
	{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-indent: -9999px;
	display: block;
	background: url(./img/mail_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}

.link_navi .gotomail a,
.link_navi .gotomail a:active
	{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-indent: -9999px;
	display: block;
	background: url(./img/mail_navi.gif) no-repeat 0 0;
	text-decoration: none;
	}

.link_navi .gotomail a:hover
	{
	background: url(./img/mail_navi_over.gif) no-repeat 0 0;
	}


/*======　8) 最新エントリー一覧　=====*/
#recent_news
	{
	margin: 0;
	padding: 0;
	width: 620px;
	height: auto;
	text-align: left;
	}

#recent_news .ttl
	{
	margin: 0 0 5px 0;
	padding: 0;
	width: 620px;
	height: 30px;
	}

#recent_news ul
	{
	margin: 0;
	padding: 0;
	width: 620px;
	list-style: none;
	}
	

#recent_news li
	{
	margin: 0;
	padding: 10px 0;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #ccc;
	}

/*======　9) レッスンインフォメーション　=====*/
.infobox
	{
	margin: 0 auto 30px;
	padding: 0;
	width: 620px;
	height: auto;
	text-align: left;
	}

.infobox .infottl
	{
	margin: 0 auto 20px;
	padding: 0;
	width: 620px;
	height: 25px;
	}

.infobox .infoinner
	{
	margin-bottom: 20px;
	padding: 0;
	width: 620px;
	height: auto;
	}

.infobox .infoinner .infoph_left
	{
	margin: 0;
	padding: 0;
	width: 165px;
	height: 200px;
	float: left;
	}
.infobox .infoinner .infoph_right
	{
	margin: 0;
	padding: 0;
	width: 165px;
	height: 200px;
	float: right;
	}
.infobox .infoinner .infotxt_left
	{
	margin-left: 10px;
	padding: 0;
	width: 420px;
	height: auto;
	float: left;
	}

.infobox .infoinner .infotxt_right
	{
	margin: 0;
	padding: 0;
	width: 430px;
	height: auto;
	float: right;
	}

.infobox .infoinner .infotxt_left p,
.infobox .infoinner .infotxt_right p
	{
	font-size: 12px;
	color: #333333;
	line-height: 150%
	}

.infobox .infoinner .infotxt_left .classttl,
.infobox .infoinner .infotxt_right .classttl
	{
	margin: 0 0 10px 0;
	padding: 0 0 3px;
	width: 420px;
	height: 20px;
	}
.infobox .infoinner .infotxt_left .txtinner,
.infobox .infoinner .infotxt_right .txtinner
	{
	margin: 0 auto 20px;
	padding: 10px;
	width: 400px;
	height: auto;
	background-color: #EEE;
	}
.infobox .infoinner .infotxt_left .txtinner .ctg,
.infobox .infoinner .infotxt_right .txtinner .ctg
	{
	margin: 0px;
	padding: 0;
	width: 100px;
	height: auto;
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	}
.infobox .infoinner .infotxt_left .txtinner .details,
.infobox .infoinner .infotxt_right .txtinner .details
	{
	margin: 0;
	padding: 0;
	width: 290px;
	height: auto;
	float: right;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	}


