@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address{
  margin : 0;
  padding : 0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
	background-image: url(../img/headline_patt.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}
#headerArea {
	clear: both;
	height: 105px;
	width: 960px;
}
#logoArea {
	float: left;
	height: 70px;
	width: 405px;
	padding-top: 18px;
}
#topRightArea {
	float: right;
	height: 105px;
	width: 550px;
}
#examinArea {
	float: right;
	height: 34px;
	width: 191px;
}
#examinArea a {
	background-image: url(../img/examin_img.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 0px;
	width: 191px;
	overflow: hidden;
	padding-top: 34px;
	text-align: center;
}
#examinArea a:hover {
	background-position: 0px -34px;
}
#submenuTop {
	padding-top: 12px;
	float: right;
}
#submenuTop ul {
	display: inline;
	text-align: right;
}
#submenuTop ul li {
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	line-height: 1em;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 12px;
	display: inline;
}
#submenuTop ul li.last {
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}
#submenuTop ul li a {
	text-decoration: none;
	color: #333;
}
#submenuTop ul li a:hover {
	color: #FC9;
	text-decoration: underline;
}
#menuArea {
	clear: both;
	height: 290px;
	width: 960px;
}
ul#navigation {
    width:960px;
    margin:0;
    overflow:hidden;　/*float解除*/
    zoom:100%;　/*float解除*/
}
ul#navigation li {
    float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
}
ul#navigation li a {
    display:block; /*インラインからブロック要素へ変更*/
    height:290px; /*高さ*/
    width:160px; /*横幅*/
    text-align:center; /*テキストの位置*/
    font-weight:bold; /*テキストの太さ*/
    letter-spacing:1px; /*文字間隔*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background-image:url(../img/main_menu.jpg); /*メニュー画像*/
    background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
ul#navigation li a.school {background-position:0px 0px;width:160px;}
ul#navigation li a.school:hover {background-position:0 -291px;}
 
ul#navigation li a.future {background-position:-160px 0px;}
ul#navigation li a.future:hover {background-position:-160px -291px;}
 
ul#navigation li a.admission {background-position:-320px 0px;}
ul#navigation li a.admission:hover {background-position:-320px -291px;}
 
ul#navigation li a.life {background-position:-480px 0px;}
ul#navigation li a.life:hover {background-position:-480px -291px;}
 
ul#navigation li a.club {background-position:-640px 0px;}
ul#navigation li a.club:hover {background-position:-640px -291px;}

ul#navigation li a.news {background-position:-800px 0px;}
ul#navigation li a.news:hover {background-position:-800px -291px;}
#mainArea {
	clear: both;
	width: 930px;
	padding-top: 35px;
	padding-right: 12px;
	padding-left: 18px;
	padding-bottom: 50px;
}
#leftArea {
	float: left;
	width: 617px;
}
#rightArea {
	float: right;
	width: 270px;
}
.newsTitle617 {
	clear: both;
	height: 60px;
	width: 617px;
}
.nt_frame {
	height: 60px;
	width: 500px;
	float: left;
}
.nt_more {
	height: 60px;
	width: 117px;
	float: left;
}
.nt_more a {
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 0px;
	width: 117px;
	padding-top: 60px;
	display: block;
	overflow: hidden;
}
.nt_more a:hover {
	background-position: 0px -60px;
}
dl.news617 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
dl.news617 dt {
	float: left;
	display: block;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 1.5em;
	color: #999;
}
dl.news617 dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 5px;
	padding-top: 9px;
}
dl.news617 a {
	color: #3c6181;
	text-decoration: underline;
}
dl.news617 a:hover {
	color: #06F;
}
.bannerBox {
	clear: both;
	width: 270px;
	padding-bottom: 8px;
	text-align: center;
}
#backbuttonArea {
	width: 83px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	height: 20px;
	padding-left: 847px;
	clear: both;
}
#backbuttonArea a {
	background-image: url(../img/to_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 0px;
	width: 83px;
	padding-top: 20px;
	overflow: hidden;
}
#backbuttonArea a:hover {
	background-position: 0px -20px;
}

#footerArea {
	background-color: #18499d;
	height: 160px;
	width: 100%;
	clear: both;
}
#footerInner {
	height: 160px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#footerLeft {
	float: left;
	height: 135px;
	width: 465px;
	padding-top: 25px;
}
#footerRight {
	float: right;
	height: 130px;
	width: 465px;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding-top: 30px;
}
#footerLeft ul {
	padding-bottom: 15px;
}
#footerLeft ul li {
	list-style-type: none;
	line-height: 1em;
	padding-right: 7px;
	margin-top: 12px;
	display: inline;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footerLeft ul li.top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	padding-left: 0px;
}
#footerLeft ul li a {
	text-decoration: none;
	color: #FFF;
}
#footerLeft ul li a:hover {
	color: #FC9;
	text-decoration: underline;
}#footerLeft span {
	color: #9dcdee;
	font-size: 95%;
	line-height: 1.5em;
}
#photo_library {
  background: url(/img/banner_photogallery_bg.jpg) no-repeat 0 0;
  margin: 0;
  padding: 18px 0 0;
  width: 270px;
  height: 273px;
}

#topRightArea .inner {
	clear: both;
	float: right;
	width: 550px;
}
#topRightArea .inner .banner {
	float: right;
	height: 60px;
	padding-top: 7px;
}
