@charset "utf-8";

#main{
	width:580px;
	padding:10px;
}

.instructor_cont{
	padding:15px 5px 0px 5px;
}

.instructor_cont .studio_title{
	padding:0px 0px 10px 0px;
	background:url(../images/instructor_title_bk.gif) no-repeat top left;
	width:570px;
	height:20px;
}

.instructor_cont ul{
}

.instructor_cont ul li{
	padding:5px;
}


.instructor_cont .studio_name{
	padding:0px 0px 0px 15px;
	width:360px;
	float:left;
}

.instructor_cont .btn_timesch{
	float:right;
	width:125px;
}
.instructor_cont .btn_timesch a{
	display:block;
	width:125px;
	height:19px;
}

.instructor_cont .btn_timesch a,.instructor_cont .btn_timesch a:link,.instructor_cont .btn_timesch a:visited{ background:url(../images/instructor_timesch_btn.gif) no-repeat left top; }
.instructor_cont .btn_timesch a:hover,.instructor_cont .btn_timesch a:active{ background:url(../images/instructor_timesch_btn_ov.gif) no-repeat left top; }

.instructor_cont table{
	border-collapse:collapse;

}

.instructor_cont table th{
	border:solid 1px #999999;
	background-color:#e2f9d1;
	padding:5px;

}

.instructor_cont table th.th01{
	width:70px;
}


.instructor_cont table td{
	border:solid 1px #999999;
	padding:5px;
}