/*　新クラスの全体枠　*/
#right_side .new_class {
	width: 550px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.new_class_caption {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	line-height: 130%;
	color: #666600;
}
/* レッスン申込ボタン　*/
.lesson {
	height: 37px;
	width: 256px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.lesson a {
	background-image: url(../img/btn_lesson.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 256px;
	text-indent: -9999px;
}
.lesson a:hover {
	background-position: 0px -37px;
}

/*　各コースの内容、日程のテーブル　*/
.course {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.course th {
	width: 25px;
	font-weight: normal;
	background-color: #CC9900;
	padding: 5px;
	color: #FFFFFF;
}
.course td {
	vertical-align: top;
	padding: 5px;
	background-color: #F3F3E9;
}
.course td img {
	border: 1px solid #CC9900;
}

.course td.th02 {
	text-align: center;
	padding: 2px;
	background-color: #DEDEA0;
}
.course td.td02 {
	padding: 5px;
	background-color: #FFFFFF;
}

.course td.td02 li {
	color: #666600;
	list-style-type: none;
	background-image: url(../students/img/stu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
	padding-left: 10px;
	margin-left: -15px;
	margin-top: -5px;
}

.course td.td03 {
	padding: 5px;
	width: 130px;
	background-color: #FEFDEF;
}



/*  各コース・インデックスの設定　*/
.stu_indexbox01 {
	background-image: url(../students/img/stu_bg_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 560px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.stu_indexbox02 {
	background-image: url(../students/img/stu_bg_red.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 560px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.stu_indexbox03 {
	background-image: url(../students/img/stu_bg_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 560px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.stu_arrowbox {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	margin-bottom: 5px;
}


.stu_phtbox {
	width: 110px;
	text-align: center;
	height: 100px;
	position: relative;
	left: 10px;
	top: 10px;
}
.stu_title {
	position: absolute;
	top: 10px;
	left: 130px;
}

.stu_txtbox {
	line-height: 120%;
	width: 310px;
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 130px;
}
.stu_txtbox02 {
	line-height: 120%;
	width: 320px;
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 128px;
}

.stu_txtbox03 {
	line-height: 120%;
	width: 400px;
	font-size: 12px;
	position: absolute;
	top: 50px;
	left: 130px;
}

.stu_indexbox01 ul,.stu_indexbox02 ul {
	width: 98px;
	position: absolute;
	left: 430px;
	top: 60px;
	height: 38px;
}
.stu_indexbox03 ul {
	width: 98px;
	position: absolute;
	left: 430px;
	top: 80px;
	height: 19px;
}
.stu_indexbox01 li,.stu_indexbox02 li,.stu_indexbox03 li {
	height: 19px;
	width: 98px;
	list-style-type: none;
	font-size: 0px;
}
.stu_indexbox01 li a,.stu_indexbox02 li a,.stu_indexbox03 li a {
	background-image: url(../students/img/stu_btn_01.gif);
	display: block;
	height: 19px;
	width: 98px;
	text-indent: -9999px;
}
.stu_btn01 a {
	background-position: 0px 0px;
}
.stu_btn01 a:hover {
	background-position: -98px 0px;
}
.stu_btn02 a {
	background-position: 0px -19px;
}
.stu_btn02 a:hover {
	background-position: -98px -19px;
}
.stu_btn03 a {
	background-position: 0px -19px;
}
.stu_btn03 a:hover {
	background-position: -98px -19px;
}
.stu_txtred {
	font-weight: bold;
	color: #660000;
	padding-top: 7px;
}
.stu_txt10px {
	font-size: 10px;
}



/*　ページ上部の各コースへのナビ　*/
#stu_navi {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#stu_navi ul {
	width: 540px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#stu_navi li {
	display: block;
	list-style-type: none;
	color: #666600;
	height: 25px;
	width: 90px;
	float: left;
	margin: 0px;
}
#stu_navi li a {
	background-image: url(../students/img/class_navi.gif);
	display: block;
	height: 25px;
	width: 90px;
	text-indent: -9999px;
}
#st01 a {
	background-position: 0px 0px;
}
#st01 a:hover {
	background-position: 0px -25px;
}
#st01n {
	height: 25px;
	width: 100px;
	background-image: url(../students/img/class_navi.gif);
	background-position: 0px -50px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#st02 a {
	background-position: -90px 0px;
}
#st02 a:hover {
	background-position: -90px -25px;
}
#st02n {
	height: 25px;
	width: 100px;
	background-image: url(../students/img/class_navi.gif);
	background-position: -90px -50px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#st03 a {
	background-position: -180px 0px;
}
#st03 a:hover {
	background-position: -180px -25px;
}
#st03n {
	height: 25px;
	width: 90px;
	background-image: url(../students/img/class_navi.gif);
	background-position: -180px -50px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#st04 a {
	background-position: -270px 0px;
}
#st04 a:hover {
	background-position: -270px -25px;
}
#st04n {
	height: 25px;
	width: 90px;
	background-image: url(../students/img/class_navi.gif);
	background-position: -270px -50px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#st05 a {
	background-position: -360px 0px;
}
#st05 a:hover {
	background-position: -360px -25px;
}
#st05n {
	height: 25px;
	width: 90px;
	background-image: url(../students/img/class_navi.gif);
	background-position: -360px -50px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#st06 a {
	background-position: -450px 0px;
}
#st06 a:hover {
	background-position: -450px -25px;
}
#st06n {
	height: 25px;
	width: 90px;
	background-image: url(../students/img/class_navi.gif);
	background-position: -450px -50px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.stu_detail {
	width: 510px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #F5EEE2;
	border: 10px solid #DEC59E;
	padding: 10px;
	font-size: 12px;
}
.stu_price {
	height: 50px;
	width: 100px;
	position: absolute;
	left: 450px;
	top: 10px;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #660000;
}

#course_price {
	width: 250px;
	margin-top: 15px;
	background-color: #F7F7EE;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #CCCC99;
}
#course_price #tb_course_price {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #666600;
}
#tb_course_price th {
	font-weight: normal;
	padding: 3px;
	background-color: #EEE0CC;
	width: 100px;
}
#tb_course_price td {
	text-align: right;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
table#form {
	width: 550px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 150%;
}
table#form th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	background-color: #E2E0B4;
}
table#form td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
table#pro_course {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}
#pro_course th {
	padding: 5px;
	font-weight: normal;
	background-color: #DED0A7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#pro_course td {
	padding: 5px;
	background-color: #FDF9E8;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#pankuzu {
	width: 590px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	margin-top: 15px;
	color: #666666;
}
.tb_menu {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 130%;
}
.tb_menu th {
	padding: 5px;
	background-color: #E7E4CB;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC9900;
	color: #333300;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFA0;
}
.tb_menu td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E4CB;
	color: #666666;
	padding: 5px;
	background-color: #F8F7EF;
}

