@charset "shift_jis";

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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  course
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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

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

.tableBlock {
	margin-left: 25px;
}

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

/* sessionTbl -------------------- */

.tableBlock .sessionTbl {
	width: 663px;
	margin-bottom: 8px;
	border-top: 1px solid #0099FF;
}

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

.tableBlock .sessionTbl th {
	width: 103px;
	padding: 6px;
	color: #0099FF;
}

.tableBlock .sessionTbl td {
	padding: 6px 9px 7px;
	border-left: 1px solid #0099FF;
}


/* scheduleTbl -------------------- */

.tableBlock .scheduleTbl {
	width: 663px;
	margin-bottom: 8px;
}

.tableBlock .scheduleTbl th,
.tableBlock .scheduleTbl td {
	padding: 5px 6px 6px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.tableBlock .scheduleTbl .mgt th,
.tableBlock .scheduleTbl .mgt td {
	border-top: 11px solid #FFFFFF;
}

.tableBlock .scheduleTbl th {
	background: #DBDBDB;
}

.tableBlock .scheduleTbl td.bg01 {
	background: #A8F2B1;
}
.tableBlock .scheduleTbl td.bg02 {
	background: #FFCD9A;
}
.tableBlock .scheduleTbl td.bg03 {
	background: #FFE695;
}
.tableBlock .scheduleTbl td.bg04 {
	background: #A5EEF6;
}
.tableBlock .scheduleTbl td.bg05 {
	background: #BFACFF;
}
.tableBlock .scheduleTbl td.bg06 {
	background: #E4ABFF;
}
.tableBlock .scheduleTbl td.bg07 {
	background: #FFB7C0;
}


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

div#ctRight .section {
	width: 570px;
	margin: 6px 0 7px 76px;
}
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 p {
	margin-left: 5px;
}

div#ctRight .section p.more {
	margin: 0 5px 5px 0;
}

div#ctRight .section .imgRight {
	float: right;
	margin: 0;
}

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

div#ctRight .section .leftBlock380 {
	float: left;
	width: 380px;
}

div#ctRight .section .rightBlock330 {
	float: right;
	width: 330px;
}

div#ctRight .section .txt90 {
	min-height: 90px;
}
* html div#ctRight .section .txt90 {
	height: 90px;
}


