@charset "utf-8";
/* CSS Document */
/*----------------------------全体のページレイアウト--------------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	margin-left:25%;
	margin-right:25%;
	width:1200px;
	font-size : 10pt;
	line-height:1.4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS　Pゴシック", "MS P Gothic", sans-serif;
}

#menu{
	float:left;
	height: 450px;
}
#menu li{
	list-style:none;
}
.menuMain{
	width:245px;
	height:35px;
}
img{
	border-style:none;
}
#schoolAddress{
	text-align:center;
}
#zentai{
	width:1200px;
}
#back a{
	display:block;
	width:100px;
	height:100px;
}
#back{
	margin-left:50px;
}

/*----------------------------------------------------------------------------------*/


/*----------------------------FLASHコンテンツの下部余白発生解消---------------------*/

object,embed{
		vertical-align:top;
	}

/*---------------------------------------------------------------------------------*/

/*------------------ float解除のCSSハック--------------------*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;
	}
*html.clearfix{
	height:1px;
}

/*---------------------------------------------------------------------------------*/

#head_kurihara a{
	background:url("../image/head_img.jpg") no-repeat;
	text-indent:-9999px;
	display:block;
	padding-bottom:7px;
	margin-bottom:5px;
}

.menuMain a{
	text-indent:-9999px;
	background-repeat:no-repeat;
	display:block;
	height:35px;
}

#back a{
	text-indent:-9999px;
	display:block;
	width:100px;
	height:100px;
	background-repeat:no-repeat;
}

#address{
	margin-top : 10px;
	margin-bottom : 10px;
	text-align : center;
}
#top{
	background:url(../image/gakkou.jpg);
	text-indent:-9999px;
	width:1000px;
	height:200px;
}
#siryou a{
	text-indent:-9999px;
	background-repeat:no-repeat;
	display:block;
	width:230px;
	height:70px;
}
