/* コースメニュー */
div#coursemenu	{
	text-align:left;
	width: 600px;
/*	background-color:#ffff00;
	border: solid 1px #999999;*/
	margin: 1em 0em 1em 6em;
	}
 
div#coursemenu h5	{
	background-color: #ececec;
	border-bottom: solid 2px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	color: #0099ff;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	padding: 0.3em 0em 0.3em 2em;
	margin: 0.2em 0.5em 0.2em;
	}

p.coursemenu 	{
	background-color: #ececec;
	border-bottom: solid 2px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	color: #696969;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	padding: 0.3em 0em 0.3em 2em;
	margin: 0.2em 0.5em 0.2em;
	}

div#coursemenu ul	{
	font-size: 0.75em;
	margin: 0em;
	padding:0.1em 1.5em 0.2em 3.8em;
	}
 
div#coursemenu ul li	{
	list-style-type: none;
	line-height: 0.2em;
	}

div#coursemenu ul li a	{
	display: block;
/*	background-color: #ececec;*/
	line-height: 1.5em;
	text-decoration: none;
	color: #0099ff;
	}
 
div#coursemenu ul li a:hover	{
	text-decoration : underline;
	color : 0099ff;
	background-color:#fffafa;
	}

/* スクール日程表　表示ボタン */
div#schoolschedule	{
	width: 600px;
	}

p.schedule	{
	background-color: #ffff99;
	color: #0099ff;
	font-size: 1em;
	text-align: center;
	padding: 0.3em;
	margin: 0.5em 0.5em;
	border-bottom: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	}

/* 各コースヘッド内　お申し込み、ページトップに戻るリンク用　 */
div#course-head	{
	text-align:left;
	width: 750px;
/*	background-color:#ffff00;
	border: solid 1px #999999;*/
	margin: 1em 0em 1em 2em;
	}

div#course-head a	{
	text-decoration : underline;
	font-size: 0.9em;
	color: #ffff00;
/*	background-color: #3366ff;*/
	line-height: 1.2em;
	}

div#course-head a:hover {
	text-decoration : underline;
	color: #ffffff;
/*	background-color: #ffffff;*/
	}

	/* 各コース詳細説明 */

ul.course1	{
	font-size: 0.75em;
	color: #696969;
/*	font-weight: 500;*/
	margin: 0em 2em;
	padding:0.1em 0.5em 0.1em 7em;
/*	background-color: #ffffff;*/
	}
 
ul.course1 li	{
	list-style-type: disc;
	list-style-image: url(img/list/blue6.gif);
	line-height: 1.6em;
/*	background-color: #ffff00;*/
	}

	/* 各コース詳細説明内　一般文７５−１ */
p.content_school75	{
	font-size: 0.75em;
	color: #696969;
	line-height: 1.4em;
	margin: 0em 3em 0.75em 8em;
	}

	/* 各コース詳細説明内　一般文７５−２ */
p.content_school75_2	{
	font-size: 1em;
	color: #696969;
	line-height: 1.3em;
	margin: 0.2em 1em 0.4em 1em;
/*	background-color: #ffffff;*/
	}

p.jump_dummy	{
	margin: 0;
	}
