@charset "Shift_JIS";

/*-----------------------------------------------
 _Title
-----------------------------------------------*/
div#header h3{
	text-align: center;
	background-color: #99FFFF;
	color: #0000FF;
	font-size: 1.3em;
	padding: 2px;
	font-weight: bold;
}

/*-----------------------------------------------
 __contents 626px
-----------------------------------------------*/

/*アドバンスコース*/
#contents ul{
	margin: 1em 0 1em 3em;
	list-style-type: disc;
}
#contents ul li{
	list-style-type: disc;
}
#contents ul li span{
	color :#FF0000;
}


#contents table{
	width: 620px;
	font-size: 0.9em;
}
table th{
	background-color: #E1E6FD;
	font-weight: normal;
	padding: 2px;
	width: 12.5em;
}
table td{
	background-color: #F8E6E6;
	padding: 2px;
}
table span{
	color: #FF0000;
}
