/* CSS Document */

#teacher{
	margin-bottom:50px;
}

#teacher dl{
	width:380px;
	font-size:10pt;
	line-height:130%;
}

#teacher dt{
	float:left;
	width:68px;
	display:block;
	margin-bottom:3px;
}

#teacher dd{
	float:left;
	width:310px;
	display:block;
	margin-bottom:3px;
}

#teacher dd p{
	font-size:10pt;
}


#teacher_kitta{
	background:url(../teacher/images/kitta.jpg) no-repeat;
	background-position:right;
	width:570px;
	border:dotted 5px #FF9900;
	padding:10px;
	margin-bottom:20px;
}

#teacher_mikami{
	background:url(../teacher/images/mikami.jpg) no-repeat;
	background-position:right;
	width:570px;
	border:dotted 5px #FF9900;
	padding:10px 10px 40px;
	margin-bottom:20px;
}

#teacher_osada{
	background:url(../teacher/images/osada.jpg) no-repeat;
	background-position:left;
	width:380px;
	border:dotted 5px #FF9900;
	padding:10px 10px 30px 200px;
	margin-bottom:20px;
}
