@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/*           share
--------------------------------------------------------------------------------------------*/
div#content h1 {
	font-size:20px;
	background:url(../images/bg_h1.jpg) left top no-repeat;
	padding:40px 0 51px 45px;
	color:#512600;
	margin:0 0 30px 0;
	font-weight:normal;
}


/*           school
--------------------------------------------------------------------------------------------*/
div#school h2 {
	font-size:20px;
	background:url(../images/bg_h2.jpg) left top no-repeat;
	padding:4px 0 0 15px;
	width:615px;
	height:33px;
	margin:0 0 30px 0;
	color:#512600;
	font-weight:normal;
}
div#school div {
	margin:0 0 20px 10px;
}
div#school div img {
	float:left;
}
div#school div table {
	float:right;
	width:399px;
}
div#school div table tr th {
	font-weight:normal;
	text-align:left;
	font-size:1.2em;
	line-height:1.6em;
	padding:10px 0 20px 5px;
	width:95px;
	border-bottom:dotted 1px #512800;
}
div#school div table tr td {
	font-size:1.2em;
	line-height:1.6em;
	width:299px;
	padding:10px 0 20px 0;
	border-bottom:dotted 1px #512800;
}
div#school div table tr th.th_first {
	padding:0 0 20px 5px;
}
div#school div table tr td.td_first {
	padding:0 0 20px 0;
}


/*           access
--------------------------------------------------------------------------------------------*/
div#access {
}
div#access h2 {
	font-size:20px;
	background:url(../images/bg_h2.jpg) left top no-repeat;
	padding:4px 0 0 15px;
	width:615px;
	height:33px;
	margin:0 0 20px 0;
	color:#512600;
	font-weight:normal;
}
div#access div#map {
	width:618px;
	height:529px;
	border:solid 1px #CCCCCC;
	margin:0 0 20px 10px;
}
div#access div.acc {
	margin:0 0 88px 0;
}
div#access div.acc img {
	float:left;
	padding:0 0 0 10px;
}
div#access div.acc table {
	float:right;
	width:260px;
	height:230px;
}
div#access div.acc table tr td {
	padding:0 0 0 17px;
	font-size:1.2em;
	vertical-align:middle;
	line-height:1.6em;
	background:url(../images/acc_bg.jpg) center top no-repeat;
}
div#access div.acc table tr td address {
	padding:0 0 10px 0;
}
div#access div.acc table tr td dl dt {
	clear:both;
	float:left;
	width:30px;
	padding:0 0 10px 0;
}
div#access div.acc table tr td dl dd {
	margin:0 0 0 30px;
	padding:0 0 10px 0;
}
