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


/* CRec

-----------------------------------------------*/
body#students div#maincontentsInner {
	padding: 0px 25px 50px 25px;
}


/* Reco
-----------------------------------------------*/
body#students div#maincontents h2 {
	padding: 20px 0px 0px 24px;
	margin: 0px -25px 23px -25px;
}
body#students div#maincontents h2#sectionTop {
	padding: 20px 0px 0px 24px;
}

h3 {
	margin: 30px 0 5px;
	font-size: 120%;
	color: #a90533;
}

h4 {
	margin: 0 0 3px;
	font-size: 110%;
	color: #061640;
}


/* /students/index.html
-----------------------------------------------*/
div#lead {
	margin: 0px 0px 0px 0px;
}
div#lead p img {
	width: 250px;
	float: right;
	margin: 0px 0px 0px 10px;
}
div#students_index ul {
	margin: 50px 0px 20px 0px;
}
div#students_index ul li {
	width: 239px;
	float: left;
	margin: 0px 0px 15px 0px;
}
div#students_index ul li.odd {
	margin: 0px 30px 0px 0px;
}




/*-----------------------------------------------
以下 07/9/3 に v-Takeuchi が追加。
-----------------------------------------------*/

/* /students/procedure.html
-----------------------------------------------*/
ul#automaticmachine {
	margin: 10px 0px 10px 0px;
	color: #003762;
}
table.automaticTable {
	border: 1px solid #666;
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
}
table.automaticTable thead th {
	background: #ccc;
	font-weight: bold;
	text-align: center;
}
table.automaticTable th {
	border: 1px solid #666;
	padding: 5px 5px 5px 5px;
}
table.automaticTable td {
	border: 1px solid #666;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}
table.automaticTable td.cnt {
	text-align: center;
}
h4.red {
	color: #9d1f44;
	margin: 10px 0px 0px 0px;
}



