@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	text-decoration: none;
	color: #666666;
}
body {
	font-size: 75%;
	font-family: Meiryo, メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Osaka, MS PGothic, ＭＳ Ｐゴシック, sans-serif;
	line-height: 1.4;
	color: #333333;
	background: url(../img/top_bgimg.gif) top repeat-y;
	margin:0;
	padding:0;
	text-align:center;
}
a:hover {
	text-decoration: underline;
}


/* 全体
---------------------------------------------*/
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	top: 5px;
}

/* 学園案内メニュー
---------------------------------------------*/
.gakuen_menu {
	font-size: 13px;
}
.index_boder_top {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 10px;
}
.index_boder {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 10px;
}
.index_boder_bottom {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 10px;
}
.index_boder_top a:hover {
	text-decoration: underline;
}
.index_boder a:hover {
	text-decoration: underline;
}
.index_boder_bottom a:hover {
	text-decoration: underline;
}

/* コンテンツメニュー
---------------------------------------------*/
#content {
	width: 100%;
	padding: 15px 0;
}

/* フッターメニュー
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width:880px;
	left: 10px;
	border-top: 1px dotted #999999;
}
#footer_menu {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 11px;
	letter-spacing:normal;
}
#ssl {
	position: absolute;
	left: 650px;
	top: 5px;
	width: 250px;	
}
#ssl ul {
	list-style: none;
	padding: 0;
	font-size: 95%;
}
/* 学園案内メニュー
---------------------------------------------*/
.gakuen_annai{
	background: url(../images/gakuenannai/jigyouhoukoku02.gif) repeat-x;
	border: 1px solid #999;
	width: 174px;
	height: 50px;
	font-size: 18px;
}
.gakuen_annai a {
	padding-top:13px;
	display: block;
	width: 174px;
	height: 37px;
}
.gakuen_annai a:hover {
	background: url(../images/gakuenannai/jigyouhoukoku01.gif) repeat-x;
}

	
