@charset "Shift_JIS";
/* CSS Document */

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

「NEWS」(news.html)ページ用のローカルCSS

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


/* コンテンツ部-----------------------------　*/


div#contents div#mainBox {
	padding-top:32px;
	padding-bottom:32px;
}

/*左右2段組*/
div#contents div#mainBox div#monthlySchedule {
	width:528px;
	float:left;
}

div#contents div#mainBox div#seminarInfo {
	width:328px;
	float:right;
}


div#monthlySchedule table#monthlyTable {
	width:528px;
}

div#seminarInfo div.seminarUnit {
	background:#f2faff;
	border:#6CF 1px solid;
	padding:8px;
}

div#seminarInfo div.seminarUnit h3 {
	margin-bottom:0.5em;
}






































