@charset "utf-8";

/* ヘッダー
---------------------------------------------*/
#header {
	width: 100%;
	padding: 0;	
	margin: 0 auto;
}

/* schoolnav
---------------------------------------------*/
.schoolnav01 {
	padding-bottom: 10px;
}
.schoolnav01 a {
	display: block;
	background: url(../img/graduate_01.gif) center no-repeat;
	height: 130px;
	width: 210px;
}
.schoolnav01 a:hover {
	background: url(../img/graduate_02.gif) center no-repeat;
}
.schoolnav02 {
	padding-bottom: 10px;
}
.schoolnav02 a {
	display: block;
	background: url(../img/university_01.gif) center no-repeat;
	height: 130px;
	width: 210px;
}
.schoolnav02 a:hover {
	background: url(../img/university_02.gif) center no-repeat;
}
.schoolnav03 {
	padding-bottom: 10px;
}
.schoolnav03 a {
	display: block;
	background: url(../img/tyukou_01.gif) center no-repeat;
	height: 130px;
	width: 210px;
}
.schoolnav03 a:hover {
	background: url(../img/tyukou_02.gif) center no-repeat;
}
.schoolnav04 a {
	display: block;
	background: url(../img/junshin_kindergarten_01.gif) center no-repeat;
	height: 130px;
	width: 210px;
}
.schoolnav04 a:hover {
	background: url(../img/junshin_kindergarten_02.gif) center no-repeat;
}
.schoolnav05 a {
	display: block;
	background: url(../img/junshin_nursery_01.gif) center no-repeat;
	height: 130px;
	width: 210px;
}
.schoolnav05 a:hover {
	background: url(../img/junshin_nursery_02.gif) center no-repeat;
}
.schoolnav06 a {
	display: block;
	background: url(../img/seishin_kindergarten_01.gif) center no-repeat;
	height: 130px;
	width: 210px;
}
.schoolnav06 a:hover {
	background: url(../img/seishin_kindergarten_02.gif) center no-repeat;
}

	
