@charset "SHIFT_JIS";



/*----------------------
回り込み解除
----------------------*/
div.clr {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0;
	margin: 0;
	padding: 0;
}





/*----------------------
講師一覧
----------------------*/
div.stuff {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
div.stuff img.stuffpct {
	dipslay: block;
	float: left;
}
div.stuff div.name {
	float: left;
	margin-left: 10px;
}
div.stuff div.name h3 {
	font-size: 1.2em;
	margin: 0;
}
div.stuff div.name h3 span.subname {
	font-size: 0.8em;
	font-weight: normal;
}
div.stuff div.name img {
	display: block;
	margin: 5px 0;
}
div.stuff div.name p {
	display: block;
	margin: 0;
}






/*タブ*/
div#tabmenu {
	width: 429px;
	_width: 559px;
	margin-top: 30px;
	padding-left: 130px;
	background: url(../img/tabback.png) 0 bottom repeat-x;
}
div#tabmenu div.selected {
	float: left;
	width: 150px;
	height: 22px;
	_height: 30px;
	margin: 0 7px;
	padding-top: 8px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	background: url(../img/tab01.png) 0 0 no-repeat;
}

div#tabmenu div.selectable a {
	float: left;
	width: 150px;
	height: 22px;
	_height: 30px;
	margin: 0 7px;
	padding-top: 8px;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	background: url(../img/tab02.png) 0 0 no-repeat;
}
div#tabmenu div.selectable a:hover {
	color: #116798;
	text-decoration: underline;
}