@charset "utf-8";
/* CSS Document */

.tabheader li a {
	background-image:url(../img/lesson_subtitle.gif);
	display:block;
	height:28px;
}

/*================================
メニューボタン（通常時）
================================*/
#head1 a {
	width:157px;
	background-position:0px 0px;
}

#head2 a {
	width:126px;
	background-position:-157px 0px;
}

#head3 a {
	width:417px;
	background-position:-283px 0px;
}

/*================================
メニューボタン（オンマウス時）
================================*/
#head1 a:hover {
	background-position:0px -28px;
}

#head2 a:hover {
	background-position:-157px -28px;
}

#head3 a:hover {
	background-position:-283px -28px;
}

#box1 {
	background-image:url(../img/lesson_title_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#box2 {
	background-image:url(../img/lesson_title_02.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#box3 {
	background-image:url(../img/lesson_title_03.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#LessonPh {
	background-image:url(../img/lesson_BG.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-bottom:50px;
}
