@charset "utf-8";

/* ---------------------------------------- レイアウトに関する指定 */
#wrapper {
	background: url(../top_img/bg_wrapper.gif) 0 70px repeat-x;
}

#map {
	clear: both;
	padding: 0em 10px 0 10px;
}

/* ---------------------------------------- #flashエリア内の指定 */
#flash {
	width: 942px;
	height: 257px;
	text-align: center;
	margin: 0px auto 11px auto;
}

#left {
	float: left;
	width: 384px;
}

#right {
	float: right;
	width: 558px;
	height: 257px;
	margin: 0 0 2px 0;
	background: #ffffff;
	text-align:left;
}

#right_inner {
	padding: 5px 5px 5px 5px;
}
/* ---------------------------------------- #contents内の指定 */
#subtitle_1 { 
	width: 950px;
	height:45px;
	margin: 0 0 5px 0;
	text-align:left;
	background:url(../top_img/subtitle.gif)
	no-repeat;
}

/*----- subtitle h2 -----*/
#subtitle_1 h2 {
	float: left;
	margin: 9px 13px 0 10px;
	font-size: 22px;
	color:#1519be;
	display: inline;
}

#subtitle_1_inner01 {
	width:147px;
	margin: 0 15px 0 0;
	padding: 1px 0 0 0;
	float: right;
}

/*----- subtitler ul -----*/
#subtitle_1 ul {
	overflow: hidden;
}

#subtitle_1 ul li {
	font-size: 0;
	margin: 15px 0 0 0;
}

#subtitle_1 ul li a {
	display: block;
	height: 15px;
}

#subtitle_1 ul li#school {
	width: 145px;
	background: url(../top_img/school.gif) 0 0 no-repeat;
}

#subtitle_1 ul li#school a:hover {
	background: url(../top_img/school_on.gif) 0 0 no-repeat;
}

#subtitle_1 ul li a img {
	display: none;
}
/* ---------------------------------------- #map内の指定 */
#map p { text-align: center; }

/* ---mapデザイン ---*/
#map_canvas {
	width:718px;
	height:580px;
	float:left;
}
#map_sidebar {
	border: 3px solid #ff9900;
	margin-left: 2px;
	padding: 5px;
	line-height: 1.8em;
	overflow:auto;
	width:187px;
	height:565px;
	float:right;
	background-color: #ffffff;
}
.name {
	background-color: #ffeac0; 
	font-weight: bold;
	  text-align:center;
}