@charset "utf-8";
/* CSS Document */

h2 span{
	display: none; 
	visibility: hidden;
}
h3 span{
	display: none; 
	visibility: hidden;
}
h4 span{
	display: none; 
	visibility: hidden;
}
h5 span{
	display: none; 
	visibility: hidden;
}

h2,h3,h4,h5 { display: block; }
h2 {
	background: url(img/h2.jpg) no-repeat;
	width: 580px;
	height: 70px;
	}
h3 {
	width: 550px;
	height: 50px;
	}
h4 {	
	width: 250px;
	height: 15px;
	}
/*　外観・内観　*/
.Clinic01 h3 { background: url(img_index/h3.jpg) no-repeat; }
.Clinic01 h4 { background: url(img_index/h4.jpg) no-repeat; }
dt.studio {
	background: url(img_index/studio.jpg) no-repeat;
	width:230px;
	height: 25px;
	}
dt.kids {
	background: url(img_index/kids.jpg) no-repeat;
	width:230px;
	height: 25px;
	}
/*　入院部屋　*/	
.Clinic02 h3 { background: url(img_room/h3.jpg) no-repeat; }
.Clinic02 h4 { background: url(img_room/h4.jpg) no-repeat; }
dt.special {
	background: url(img_room/special.jpg) no-repeat;
	width:230px;
	height: 25px;
	}
dt.jstyle {
	background: url(img_room/japanstyle.jpg) no-repeat;
	width:230px;
	height: 25px;
	}
	



/*　サイドナビ　*/

dl.clinicNavi{
	width: 210px;
	background:url(img/side_guidebg.jpg) repeat-y;
	margin-bottom: 5px;
	}	
.clinicNavi dt{
	display: block;
	width: 210px;
	height: 120px;
	background: url(img/side_guide.jpg) no-repeat;
}
/* ----01---- */
.clinicNavi dd#guide01 a{
	display: block;
	width: 180px;
	height: 35px;
	background: url(img/side_guide01.jpg) no-repeat;
	margin: 10px 15px 0;
}
.clinicNavi dd#guide01 a:hover{
	background: url(img/side_guide01_r.jpg) no-repeat;
}
#cursorClinic01 #guide01 a{
	background: url(img/side_guide01_r.jpg) no-repeat;
	cursor:default;
}
/* ----02---- */
.clinicNavi dd#guide02 a{
	display: block;
	width: 180px;
	height: 35px;
	background: url(img/side_guide02.jpg) no-repeat;
	margin: 0 15px;
}
.clinicNavi dd#guide02 a:hover{
	background: url(img/side_guide02_r.jpg) no-repeat;
}
#cursorClinic02 #guide02 a {
background:url(img/side_guide02_r.jpg) no-repeat;
cursor:default;
}

/* ----bottom---- */
span.guideBottom{
	display: block;
	width: 210px;
	height: 17px;
	background: url(img/side_guidebottom.jpg) no-repeat left top;
	visibility: visible;
}

