@charset "UTF-8";


#mainContent ul{
	margin: 0.85em 0 0;
	padding: 0;
	font-size: 88%;
	line-height: 1.64;
	list-style: none;
	}
	
#mainContent li{
	margin: 0;
	padding: 0;
	}

/*教員紹介一覧　11月19日*/

#mainContent .totecher_dtl {
	display: block;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 15px;
	background-image: url(/shared/img/icn_link_01.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	zoom: 1;
}

#mainContent .totecher_nondtl {
	display: block;
	margin: 0 0 0 0.5em;
	padding: 0;
	zoom: 1;
}

.teacherBlock {
	width: 600px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.teacherBlock  .techer_img {
	float: left;
	width: 72px;
	padding-right: 14px;
	}
	
.teacherBlock .techer_img img {
	margin: 0;
	padding: 0;
	border: 1px #ccc solid;
	}
	
.teacherBlock .teacher_prof {
	float: right;
	width: 510px;
	overflow: hidden;
	}
	
.prof_header {
	width: 412px;
	/*\*/
	clear: both;
	/**/
	margin: 0;
	padding: 0 8px 0 0;
	overflow: hidden;
	line-height: 1;
	}
	
.prof_header:after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
	
.teacherBlock .prof_header .teacher_name {
	float: left;
	width: 220px;
	margin-top: -0.3em !important;
	padding: 0;
	line-height: 43px;
	}
	
.teacherBlock .prof_header .todtl{
	float: right;
	display: block;
	width: 160px;
	margin-top: 11px;
	margin-left: 10px;
	padding: 1px 0 0 16px;
	background: url(/shared/img/frame/icn_lnav_02.gif) no-repeat 0 2px;
	line-height:1.2;
	font-weight:bold;
	}

.teacherBlock .teacher_name a {
	font-weight: bold;
	}

.teacherBlock .teacher_name span {
	padding-left: 14px;
	font-size: 10px;
	}
	
.teacherBlock .teacher_title {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1;
	}


.teacherBlock .specialization {
	display: block;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 2px;
	line-height: 1.2;
	}

.teacherBlock p.prof_txt {
	clear: both;
	padding-top: 3px !important;
	padding-bottom: 0.5em !important;
	background: url(/shared/img/bg_pagenav_01.gif) repeat-x top;
	background-position: left top;
	}

/* ie6hack */	
*html .teacherBlock p.prof_txt {
	clear: both;
	margin-top: 3px !important;
	padding-top: 8px !important;
	background: url(/shared/img/bg_pagenav_01.gif) repeat-x top;
	background-position: left top;
	}



