@charset "euc-jp";

h2#lesson_top {
	background-image: url(../image/lesson_top/top_img.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

h3 {
	margin-bottom: 10px;
	height: 24px;
	text-indent: -9999px;
}


/*レッスンタイトル*/
h3#junior {
	background-image: url(../image/lesson_top/t_junior.jpg);
	background-repeat: no-repeat;
}

h3#club {
	background-image: url(../image/lesson_top/t_general.jpg);
	background-repeat: no-repeat;
}

h3#private {
	background-image: url(../image/lesson_top/t_private.jpg);
	background-repeat: no-repeat;
}




div.btn_area .btn_img {
	float: right;
}

div.btn_area {
	background-image: url(../image/lesson_top/btn_junior.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 20px;
	width: 840px;
}

table.lesson_navi {
	width: 720px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	float: left;
	margin-bottom: 20px;
}

table.lesson_navi th {
	width: 239px;
}

table.lesson_navi .lesson_info {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	height: 178px;
}
