﻿/*----------- bese -----------*/

*{
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,Osaka ,"メイリオ" ,"meiryo", "ＭＳ Ｐゴシック" , sans-serif;
  line-height: 1.5;
}
body {
	margin: 0;
	padding: 0;
	background: #aeceff;
	background: url(../img/bg_all.jpg) no-repeat bottom;
	line-height: 1.2;
	text-align: center;
	font-size: 12px;
}
th{
  font-size: 12px;
}
td{
  font-size: 12px;
  text-align: left;
}
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,form ,caption {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
p{
  margin: 0;
  padding: 0;
}
ol,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tr ,th ,td {padding: 0;}
a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:active {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline;}


/*----------- 全体 -----------*/

#container{	
  width: 880px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table{
	width: 880px;
	border-collapse:collapse;
	border:none;	
}

/*----------- ヘッダー -----------*/

#header{
    position: relative;
	width: 880px;
	height: 101px;
	background: url(../img/header_bg_001.jpg) no-repeat;
}
#header li{
  float: left;
}

#naviTop {
  position: absolute;
  top: 0;
  left: 640px;
  height: 25px;
  width: 230px;
  padding-top: 5px;
}

#mainNavi {
  position: absolute;
  top: 75px;
  height: 26px;
  width: 880px;
}


/*----------- サイトイメージ -----------*/

#siteImage{
	width: 880px;
	height: 250px;
	background: url(../img/siteimage0.jpg) no-repeat;
}

#siteImage .staffbnr{
	width: 108px;
	height:220px;
    padding-left: 750px;
}


/*------左サイドバーー------*/

#sidebar {
	padding-top: 10px;
    padding-left: 20px;
	/*width: 220px;*/
	vertical-align: top;
	overflow: hidden; 
}
.spMenu{
    width: 211px;
    height: 182px;
    padding-bottom: 10px;
    background: url(../img/spmenu_bk.jpg) no-repeat;
}

.spMenu dl{
	padding-top: 60px;
	padding-left: 10px;
	line-height: 0;
    font-size: 1px;
}

.schoolList{
    width: 211px;
    padding-bottom: 10px;
}

.leftMenu{
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 0;
    font-size: 1px;
}


.leftbnr {
    width: 211px;
    padding-left: 0px;
    padding-bottom: 10px;
}

/*----------- メインコンテンツ -----------*/


#mainContent{
	padding-top: 10px;
    min-height: 650px;
}

/*--メイン左側--*/

#mainLeft{
    width: 440px;
	/*min-height: 650px;*/
	float: left;
}

/*------------- classMenu */

#classMenu{
	position: relative;
	width: 440px;
	height: 100px;
}

#classBtn{
	height: 100px;
	width: 431;
	position: absolute;
	top: 0px;
	left:9px;
}

#classBtn li{
  float: left;
}

#classBtn img{
  padding-left: 2px;
}


/* ------------------ news */

#news{
    position: relative;
	width: 440px;
	height: 200px;
	left:0px;
	background: url(../img/whatnew_bk.jpg) no-repeat bottom;
}

#news h2{
	width: 162px;
	height: 34px;
	position: absolute;
	top: 0px;
	left:0px;
}

#news .newslist{
  position: absolute;
  top: 25px;
  left: 300px;
  color: #999999;
  font-size:10px;
}

#news_blog iframe{
	/*padding-top: 50px;
	padding-left: 60px;*/
	margin-top: 50px;
	margin-left: 60px;
	height: 120px;
	width: 320px;
	overflow: auto;
	border: none;
}

/* ------------------ concept */

#concept{
	margin: auto;
	width: 400px;
	line-height: 1.4;
}

.coment{
	font-size: 12px;
	color: #999999;
	padding: 5px 0px;
}

.coment img{
	float:right;
 }
 
.more{
	padding-left: 340px;
}


/*--メイン右側--*/


#mainRight{
    width: 195px;
	float: left;
	/*clear: right;*/
}

#mainRight img{
	padding-left: 10px; 
	padding-bottom: 10px;
}


/*----------- フッター -----------*/

#footer {
  width: 880px;
  height: 64px;
  color: #999999;
  background: url(../img/footer_bk.jpg) no-repeat bottom;
  font-size: 80%;
  padding: 0px 0px 15px 0px;
  clear: both; 
}
#footer a:link ,#footer a:visited, #footer a:active ,#footer a:hover {
  color: #cccccc;
}

#footer li {
  display: inline;
  padding: 0px 5px;
  border-right: 1px solid #cccccc;
}

#footer ul {
  width: 660px;
  float: left;
  margin-left: 20px;
}


/*----------- css hack -----------*/

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .clearfix {
  display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
}
.clearfix {
  display: block;
  min-height: 0;
}
/* */

/*hack*/

/*------------- css end -------------*/
