@charset "shift_jis";

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

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

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

div#ctRight h1 {
	margin: 0 20px 20px 0;
	padding: 0 5px 2px;
	border-bottom: 3px solid #DAC744;
	color: #4E6827;
	font-size: 22px;
}

div#ctRight h2 {
	margin: 20px 20px 10px 0;
	padding: 0 3px;
	color: #4E6827;
	font-size: 18px;
	border-bottom: 1px solid #DAC744;
}


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

.paragraphBlock {
	margin: 4px 20px 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 #4F6928;
}
.section dt {
	color:#4F6928;
	font-weight:bold;
}