@charset "UTF-8";

/*------------------------------------------------ */
/* Healing School
-------------------------------------------------- */

#school {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 397px;
	height: 100%
}

#school #wrapper {
	background:url(../images/header.jpg) no-repeat;
}

#school h2 {
	text-indent: -9999px;
	position: absolute;
}

#school #footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

/*----------h3 title----------*/
#school h3 {
	background: url(../images/top_h3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}

#school.houryu_juku h3 {
	background: url(../images/houryu_juku_h3.jpg) no-repeat top;
}
/*----------h3 title end----------*/


