@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  teacher
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ƒ^ƒCƒgƒ‹
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	height: 39px;
	margin-bottom: 12px;
	padding: 13px 30px 12px 79px;
	color: #0099FF;
	font-size: 22px;
	line-height: 39px;
	background: url(../images/bg_title.gif) no-repeat;
	overflow: hidden;
}

div#ctRight h2 {
	margin: 37px 0 7px 12px;
	padding: 0 3px 4px;
	font-size: 18px;
}
div#ctRight h2.lineRed {
	background: url(../images/line_dot_red.gif) repeat-x left bottom;
	color: #FF3366;
}
div#ctRight h2.linePurple {
	background: url(../images/line_dot_purple.gif) repeat-x left bottom;
	color: #6600FF;
}
div#ctRight h2.lineSkyBlue {
	background: url(../images/line_dot_skyblue.gif) repeat-x left bottom;
	color: #0099FF;
}

/* --------------------------------------------------------------------------------------
 paragraphBlock
--------------------------------------------------------------------------------------- */

.paragraphBlock {
	margin: 4px 0 30px 12px;
}

.paragraphBlock p {
	margin-bottom: 1px;
}

/* --------------------------------------------------------------------------------------
 teacher
--------------------------------------------------------------------------------------- */

div#ctRight .section {
	width: 678px;
	margin: 12px 0 24px 12px;
}
div#ctRight .section:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctRight .section { display:inline-block; }
/*\*/
* html div#ctRight .section { height:1%; }
div#ctRight .section { display:block; }
/**/

div#ctRight .section h2 {
	margin:0;
	padding:0 0 2px;
}

div#ctRight .section .imgLeft {
	float: left;
	margin: 0;
}

div#ctRight .section .rightBlock500 {
	float: right;
	width: 500px;
}

.topMargin5 {
	margin-top:5px;
}
.section dl {
	margin:8px 0;
	padding:8px;
	border:1px solid #FF9B07;
	background-color:#FFFAE2;
}
.section dt {
	color:#FF9B07;
	font-weight:bold;
}

/* --------------------------------------------------------------------------------------
 teacher_list
--------------------------------------------------------------------------------------- */

.teacher_list {
	background:transparent url(../images/teacher_bg.gif) repeat-y scroll 0%;
	width:674px;
	margin:15px 0 0 16px;
}
.teacher_list dd {
	background:transparent url(../images/teacher_bg_bt.gif) no-repeat scroll left bottom;
	padding:0 22px 22px 22px;
}

