@charset "utf-8";

/* education
-----------------------------------------------------------------*/
#education #main ul li{
	float:left;
	margin-bottom:30px;
}

#education #main ul li#box02{
	margin:0 15px;
}

#education #main table{
	clear:both;
}


/* teacher
-----------------------------------------------------------------*/
#teacher div.mainBox{
	background:url(../../../shared/image/dotted.gif) repeat-x bottom;
	margin-bottom:15px;
	padding-bottom:15px;
}

#teacher div.mb30{
	margin-bottom:30px;
}

#teacher div.none{
	background:none;
}

#teacher .nameBox{
	float:left;
	width:115px;
}

#teacher .detailBox{
	float:right;
	width:455px;
}

#teacher #main dl dt,
#teacher #main dl dd{
	font-size:10px;
	line-height:18px;
}

#teacher #main dl dt{
	float:left;
	font-weight:bold;
	_margin-right: -13em;
}

#teacher #main dl dd{
	padding-left:60px;
}

#teacher .leftBox{
	float:left;
	width:283px;
}

#teacher .rightBox{
	float:right;
	width:283px;
}

