@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.attention h3 {
	background: url(../images/attention_h3.jpg) no-repeat top;
}
/*----------h3 title end----------*/


.photo03 {
	float:right;
	margin: 0 0 0 10px;
}

#school .menu_list li {
	background: url(../images/top_li_bg.gif) no-repeat;
}

#school .menu_list li a:hover {
	background: url(../images/top_li_bg.gif) no-repeat;
	background-position: 0 -45px;
}

#school .attention_list li{
	list-style:disc;
	margin:20px;
}
/*
h4 {
	border-left: solid #7b8032 6px;
	color:#7b8032;
}

h5 {
	border: solid #dfe9f1 1px;
	color:#7b8032;
	background-color:#eff0e2;
}

h6 {
	color:#7b8032;
}

th {
	background-color:#eff0e2;
}*/