@charset "utf-8";
/* CSS Document */
div.contents-box{
	margin-right: auto;
	margin-left: auto;
}
div.contents-box  p{
	font-size: 84%;
	color: #555555;
	text-align: left;
	line-height: 135%;
	margin-right: 10px;
	margin-left: 15px;
}

div.contents-box table.box01{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #cccccc;
	margin-bottom: 5px;
}
div.contents-box table.box01 th{
	font-size: 84%;
	color: #555555;
	background-color: #e5e5e5;
	padding: 3px;
}
div.contents-box table.box01 td.curricurum{
	font-size: 84%;
	color: #555555;
	width: 20%;
	padding: 3px;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.contents-box table.box01 td.naiyo{
	font-size: 84%;
	color: #555555;
	background-color: #FFFFFF;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
