@charset "utf-8";
/* CSS Document */

/*------------------------------------------*/
/*ページタイトル*/

#page_title{
	background-image:url(curriculum/title.png);
}

/*------------------------------------------*/

.txt01{
	width:95%;
	margin:20px auto;
	overflow:hidden;
	text-align:justify;
}

/*------------------------------------------*/

.table01{
	width:95%;
	margin:20px auto;
	overflow:hidden;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	line-height:125%;
	font-size:10px;
}

.table01 th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#D8EDFE;
	padding:0.5em 0px;
	text-align:center;
	font-weight:normal;
	width:10%;
	
}

.table01 td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0.25em 0px;
	text-align:center;
}

/*------------------------------------------*/

.img01{
	float:right;
	overflow:hidden;
	margin-left:1em;
}

/*------------------------------------------*/
