@charset "UTF-8";
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 80%;
	line-height: 1.6;
	color: #313131;
	background: #F0F0F0;
	text-align:center;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
li{
	list-style-type:none;
}
address{
	font-style:normal;
}
hr{
	display:none;
}
.clear{
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}
h1{
	float:left;
	margin-top:10px;
}
/*****************
clearfix
******************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  display:inline-block;

}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*****************
clearfix
******************/

/*リンク*/
a {
	overflow: hidden;
	outline:none;
	text-decoration:none;
	color:#666;
}
a img {
	border-style: none;
}
a:link,a:visited{
	text-decoration:none;
	color:#666;
}
a:hover{
	color:#006600;
	text-decoration:underline;
}
/****************
検索
****************/
#sitesearch{
	float:right;
}

/****************
レイアウト
****************/
#container{
	width:900px;
	margin:0 auto;
	background:#FFF;
	text-align:left;
}
#header{
	border-top:solid 3px #003300;
	padding:10px 10px 5px 10px;
	text-align:right;
}
#banner{
	width:680px;
	height:300px;
	clear:both;
	overflow:hidden;
	
}
#contents{
	float:right;
	width:680px;
}
.topics{
	width:660px;
	padding:10px;

}
.topics h2{
	border-bottom:solid 3px #4861AA;
	margin-bottom:10px;
}
.topics h3{
	background:url(images/gif/h3_bg.gif) no-repeat left top;
	padding-left:10px;
	margin:20px 0 10px;
}
.topics p{
	text-indent:1em;
	line-height:1.8;
}
/****************
サイトマップ
****************/
.sitemap{
	margin-left:20px;
	line-height:2;
}
.sitemap dl dt{
	background:url(images/gif/dd1.gif) no-repeat left top;
	padding-left:15px;
	margin-top:25px;
}
.sitemap dl dd{
	text-indent:2em;
}
/****************
テーブル
****************/
#schools{
	width:660px;
	margin:10px auto;
}
#schools tr td{
	width:320px;
	height:140px;
	padding:5px;
}
.history{
	margin:20px 0;
}
.history tr td{
	vertical-align:top;
	padding:10px;
	background:#f0f0f0;
}
.school_list{
	border-top:solid 1px #313131;
	border-left:solid 1px #313131;
	margin:25px 0;
}
.school_list tr td{
	padding:10px;
	border-right:solid 1px #313131;
	border-bottom:solid 1px #313131;
	vertical-align:middle;
}
/****************
サイドバー
****************/
	
#sidebar{
	width:215px;
	float:left;
	display:inline;
	background:#FFF;
	padding:0 2px;
}

#navi{
	height:300px;
}
#navi ul li{
	width:215px;
	height:40px;
	margin-bottom:2px;
}
#navi2{
	margin-top:20px;
}
#navi2 ul li{
	width:215px;
	height:40px;
	margin-bottom:2px;
}
#main{
	clear:both;
}

/****************
フッター
****************/
#footer{
	clear:both;
	text-align:left;	
	border-bottom:solid 3px #003300;
	padding:20px;
}
#footer ul{
	margin-bottom:10px;
}
#footer ul li{
	display:inline;
}
#footer ul li a{
	padding:3px 10px;
	border-left:solid 1px #999;
}
.border-right{
	border-right:solid 1px #999;
}