@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#edc_teacher_h {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #edc_teacher_h {
	height: 500px;
}

#edc_teacher_h a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#edc_teacher_h h4 {
	font-weight: bold;
	color: #fa7d19;
	font-size: 80%;
	margin-bottom: 15px;
}

#edc_teacher_h div.teach-wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../../shared/images/common_bg_002.gif) left bottom repeat-x;
}

#edc_teacher_h div.teach-Lt {
	width: 340px;
	float: left;
}

#edc_teacher_h div.teach-Rt {
	width: 220px;
	float: right;
}

#edc_teacher_h li {
	font-size: 80%;
	line-height: 1.4em;
}

