@charset "utf-8";
/* CSS Document */

/*import CSS*/
@import 'clear.css';
@import 'common.css';

/*レイアウト用*/	


#maincol{
	width:950px;
	/*height:400px;*/
	margin:0 auto;
	float:left;
	color:#666666;
}

#maincol h2 img
	{
	width:610px;
	height:50px;
	margin: 10px 0 10px 10px;
	float:left;
	}

#main_menu
{
	width:600px;
	/*height:350px;*/
	margin:50px 0 0 20px;
}
#course{
	width:598px;
	margin:0 0 0 20px;
	float:left;
	list-style:decimal;
}
#course table{
	width:400px;
	margin:0 0 0 100px;
}
#course ul{
	font-weight:bold;
	font-size:16px;
	color:#0033CC;
}
.kihon li{
	font-size:14px;
	color:#666666;
	font-weight:normal;
	margin-left:4em;
	list-style:decimal;
	line-height:1.5em;
}
.introduction li{
	font-size:14px;
	color:#666666;
	font-weight:normal;
	margin-left:4em;
}
#information
	{
	width:598px;
	/*height:328px;*/
	border:1px solid #CCC;
	float:left;
	overflow:scroll;
	margin-left:20px;
	}

#information table
	{
	width:580px;
	}


#information table tr th
	{
	width:40px;
	font-weight:normal;
	color:#006633;
	vertical-align:top;
	}

#information table tr td
	{
	vertical-align:top;
	line-height:20px;
	}

#right_bar{
	width:289px;
	/*border-left:1px solid #CCC;*/
	float:right;
}
#right_bar h3 img{
	width:289px;
	margin:10px 0 0 -20px;
}
.link li{
	font-size:14px;
	color:#666666;
	font-weight:normal;
	text-indent:1em;
	margin:10px 0 0 -10px;
}
/****************************************************************************/
/* jquery blend */

/****************************************************************************/
			
/***************************************************************************************/

.basic{			}

.normal{
	color:#006699;
	font-size:12px;
	}
			
.caution{
	color:#999999;
	font-size:16px;
	font-weight:600;
	}
