@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#teacher_intro {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #teacher_intro {
	height: 500px;
}

#teacher_intro a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#teacher_intro td.tdStyle01 {
	font-size: 70% !important;
}

#teacher_intro th.thStyle01 {
	background: #eeeeee !important;
	color: #555555;
}


#teacher_intro li.teacher-name {
	display: inline;
	float: left;
	line-height: 1.3em;
	background: url(../../shared/images/common_ic_002.gif) left 50% no-repeat;
	padding-left: 13px;
}

#teacher_intro li.botan {
	width: 67px;
	display: inline;
	float: right;
}

