@charset "utf-8";
@import "reset.css";
@import "base.css";
@import "common.css";

/*			share
--------------------------------------------------------------------------------------------*/
h2 {
	margin:0 0 10px 0;
}


/*			classroom
--------------------------------------------------------------------------------------------*/
div#content div#classroom {
	padding:0 0 62px 0;
}
div#content div#classroom h3 {
	background:url(../images/h3_bg.jpg) left top no-repeat;
	padding:5px 0 0 11px;
	width:569px;
	height:25px;
	font-size:1.4em;
	margin:0 0 10px 0;
}
div#content div#classroom table {
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	margin:0 0 20px 0;
}
div#content div#classroom table tr th {
	padding:7px 0 6px 7px;
	width:91px;
	background:#F3FEE0;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	font-size:1.2em;
	line-height:1.4em;
}
div#content div#classroom table tr td {
	padding:7px 7px 6px 7px;
	width:465px;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	font-size:1.2em;
	line-height:1.4em;
}

