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

/*------------ グローバルナビ ------------*/
ul#gnav li#classroom a {
	width: 115px;
	height: 32px;
	margin: 0;
	background-position:-115px -32px;
}

/*------------ メインタイトル ------------*/
h2#main_title {
	background: url(../classroom/images/main_image.jpg);
}

/*------------ 見出し ------------*/
h3#title01 {
	background-image: url(../classroom/images/subtitle_01.jpg);
}

h3#title02 {
	background-image: url(../classroom/images/subtitle_02.jpg);
}

h3#title03 {
	background-image: url(../classroom/images/subtitle_03.jpg);
}

/*------------ 講師の紹介 ------------*/
#teacher_wp {
	width: 649px;
	height: 669px;
	background: url(../classroom/images/teacher_img.jpg) no-repeat left top;
	position: relative;
}

.teacher_box {
	width: 190px;
	padding: 7px 5px;
	position: absolute;
}

.teacher_box dl {
	color: #006b8c;
}

.teacher_box dl dt {
	font-size: 10px;
}

.teacher_box p {
	padding: 6px 5px 0 5px;
	font-size: 12px;
	line-height: 1.5;
}

.teacher_07 p {
	padding: 0 5px;
}


dl.teacher_name {
	width: 148px;
	float: left;
}

dl.teacher_name dt {
	padding: 2px 0;
	clear: both;
	display: inline;
	float: left;
}

dl.teacher_blood {
	width: 37px;
	text-align: center;
	float: right;
}

.teacher_01 {
	top: 0;
	left: 0;
}

.teacher_02 {
	top: 0;
	left: 220px;
}

.teacher_03 {
	top: 0;
	right: 5px;
}

.teacher_04 {
	top: 239px;
	left: 0;
}

.teacher_05 {
	top: 480px;
	left: 0;
}

.teacher_06 {
	top: 500px;
	left: 220px;
}

.teacher_07 {
	top: 530px;
	right: 5px;
}

/*------------ 写真 ------------*/
p#search_text {
	margin-left: 15px;
	padding: 3px 0 20px 35px;
	background: url(../classroom/images/icon_search.gif) no-repeat left top;
	font-size: 14px;
}

#photo_wp {
	padding: 0 5px;
}

.photo_box {
	width: 200px;
	padding: 0 10px;
	float: left;
}

.photo_box p {
	padding: 10px 0 30px 0;
	text-align: center;
}

.photo_box02 {
	width: 252px;
	padding: 0 10px;
	float: left;
}

.photo_box02 p {
	padding: 10px 0 30px 0;
	text-align: center;
}


/*------------ 生の声 ------------*/
.voice_box {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	background: url(../classroom/images/voice_bottom.gif) no-repeat left bottom;
}

.voice_top {
	height: 101px;
	color: #006b8c;
	background: url(../classroom/images/voice_top.gif) no-repeat left top;
}

.voice_top h4 {
	padding: 14px 0 0 70px;
	color: #006b8c;
	font-size: 14px;
	font-weight: normal;
}

.voice_box p,
.voice_box ul {
	padding: 10px 23px 0 23px;
	color: #333333;
	line-height: 1.7;
	background: url(../classroom/images/voice_body.gif) repeat-y;
}



