@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#num_student {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #num_student {
	height: 500px;
}

#num_student a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */


#num_student table.table-style01 caption span {
	display: block;
	float: left;
	font-size: 80%;
	margin-bottom: 5px;
}

#num_student table.table-style01 caption span.cap-date,#num_student table.table-style01 caption span.cap-unit {
	display: block;
	float: right;
	text-align: right;
}

#num_student table.table-style01 caption span.cap-unit {
	font-size: 70%;
}

#num_student table.table-style01 td {
	text-align: right;
}

#num_student table.table-style01 td.subject {
	text-align: left;
}

#num_student table.table-style01 td.sum {
	text-align: center;
}

#num_student table.table-style01 td.d15 {
	width: 15px;
}
