@charset "shift_jis";

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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  lesson/scenery
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ƒ^ƒ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;
}


/* --------------------------------------------------------------------------------------
 tableBlock
--------------------------------------------------------------------------------------- */

.tableBlock {
	width: 670px;
	margin-left: 12px;
	padding-bottom: 10px;
}

.tableBlock p {
	margin-left: 3px;
}

.tableBlock p em {
	font-size: 14px;
	font-weight: bold;
}

.tableBlock ul {
	margin-left: 8px;
}

.tableBlock .lessonTbl {
	width: 565px;
	margin: 18px 0 3px;
	border-top: 1px solid #4E6827;
}

.tableBlock .lessonTbl th,
.tableBlock .lessonTbl td {
	border-bottom: 1px solid #4E6827;
	text-align: left;	
	vertical-align: top;
	font-weight: normal;
}

.tableBlock .lessonTbl th {
	width: 58px;
	padding: 2px 6px;
	color: #4E6827;
}

.tableBlock .lessonTbl td {
	padding: 2px 4px;
	border-left: 1px solid #4E6827;
}

.tableBlock p.more {
	margin-top: 18px;
}


/* --------------------------------------------------------------------------------------
 section
--------------------------------------------------------------------------------------- */

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;
}

