@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;
}

#school.information01 h3 {
	background: url(../images/information01_h3.jpg) no-repeat top;
}


#school.questionnaire h3 {
	background: url(../images/questionnaire_h3.jpg) no-repeat top;
}

/*----------h3 title end----------*/

#school div.photo01 {
	width:400px;
	margin:60px auto 60px auto;
}

#school div.photo01 p {
	font-size:80%;
	line-height:140%;
	margin: 10px 0 0 0;
}

#school .menu_list {
	width: 663px;
	margin:0 auto ;
}

#school .menu_list li {
	text-indent:100px;
	height: 45px;
	line-height:45px;
	background: url(../../discourse/tamafuri/images/top_li_bg.gif) no-repeat;
}

#school .menu_list li a  {
	display: block;
	color:#073106;
	text-decoration: none;
}

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

#school div.menu_list ul li .sup {
	font-size:90%;
	text-decoration: none;
}

#school div.menu_list ul li img {
	padding:16px;
	vertical-align:middle;
}

h4 {
	border-left: solid #2142a2 6px;
	padding: 0 0 0 10px;
	margin: 40px 0 20px 0;
	font-size:120%;
	border-bottom: dotted #555 1px;
	color:#2142a2;
}

h5 {
	clear:both;
	border: solid #dfe9f1 1px;
	padding: 0 0 0 10px;
	margin: 10px auto 10px auto;
	color:#2142a2;
	background-color:#edf3f7;
	font-size:100%;
}

h6 {
	font-size:100%;
	color:#2142a2;
	padding: 0 0 0 10px;
}

#school table {
	margin:0 0 30px 0;
	border-collapse:collapse;
	font-size:80%;
	width: 580px;
	line-height:150%;
}
#school th {
	border:solid #CCCCCC 1px;
	padding:4px;
	background-color:#e9f1f9;
	width:100px;
}
#school td {
	border:solid #CCCCCC 1px;
	padding:4px;
	line-height:150%;
}

#school .attention_list li{
	list-style:disc;
	margin:20px;
}

#school div.linkButton {
	width:410px;
	margin:30px auto 20px auto;
}

#school #contents p {
	padding-right:10px;
	padding-left:10px;
}

#school div.introduction {
	font-size:90%;
	width:530px;
	margin: 0 auto 0 auto;
}
