@charset "utf-8";
/* CSS Information =====================================
File name: event.css
Description: layoutbase, 2col
======================================================*/
*{
  margin:0;
  padding:0;
  font-style:normal;
  font-weight:normal;
}
html{
  overflow:auto;
}
ul,body,html,blockquote,fieldset,input{
  margin:0;
  padding:0;
}
#main{
	width: 100%;
	height: auto;
  font-size:14px;
  background: url(../school/img/back1.gif) repeat;
  padding-top:30px;
  border-top:3px solid #635041;
  margin:0 auto;
  height:100%;
  text-align:center;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
    outline: none;
}

a:hover{
	text-decoration:underline;
}

#schoolWrap {
  margin:0 auto;
  text-align:center;
  width:650px;
  background-color:#FFFFFF;
  padding-top:15px;
  
}
#schoolWrap h2 {
  margin-top:10px;
}
#sHeader {
  text-align:center;
  margin:0 auto;
  width:650px;
}
#floatL {
  display:block;
  float:left;
  position:fixed;
  /*left:230px;*/
  left:10px;
  margin-top:20px;
  background: url(../school/img/back1.gif) repeat;
  _position:absolute;
  width:130px;
  _width:150px;
}
#floatR {
  display:inline;
  float:left;
  margin-top:15px;
}
#schoolInner{
  width:100%;
  margin-top:20px;
}
#hnavi{
  text-align:right;
  margin-bottom:0px;
}
.lineTop {
  display:block !important;
  color:#557A47;
  border:1px solid;
}
/*
左トピックス
*/
#leftTopics {
  overflow:hidden;
  width:100%;
  height:100%;
}
#leftTopics li{
  line-height:150%;
}
#leftTopics ul{
  height:auto;
  background-color:#FFFFFF;
  padding:5px 9px;
  border:1px solid #5F4C3D;
}

#leftTopics a:hover, #leftTopics a:link,#leftTopics a:visited{
  color:#6A5343;
  font-weight:bold;
  _line-height:1.3;
}

.pageTop{
  background-color:#FFFFFF;
  margin:0 auto;
  text-align:right;
  width:580px;
  padding-top:10px;
}

/*
フッター
*/
#fotter {
  border-top:2px solid #006633;
  color:#CCCCCC;
  font-size:90%;
  margin:0 auto;
  padding:10px 8px;
  text-align:center;
}