@charset "utf-8";
/* CSS Document */

#contents #teacher h1{
	background:url(../img/teacher_tit.jpg) no-repeat;
	width:600px;
	height:100px;
	margin:0 0 20px 0;
	padding:0;
	text-indent:-9999px;
}

#contents #teacher ul.teacher_comment li{
	width:190px;
	float:left;
	margin:10px 0 5px 5px;
	text-align:center;
	padding:0;
	font-size:13px;
	line-height:120%;
	height:240px;
	background:url(../img/teacher_comment_back.gif) no-repeat;
}

#contents #teacher ul.teacher_comment li strong{
	font-size:14px;
}

#contents #teacher ul.teacher_comment li img.teacher_pho{
	background: White;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: Silver Gray Gray Silver;
	margin: 5px 0 1px 0;
}

