@charset "UTF-8";
@import "treatment_menu.css";

/*=======================*/
/* 診療内容のページ 　   */
/*=======================*/

#consul{
	margin-bottom: 40px;
}

#consul h2{
	height: 22px;
	margin-bottom: 30px;
	text-indent: -9999px;
	background-image: url(../img/treatment/h2_consul.png);
	background-repeat: no-repeat;
	background-position: center;
}

#consul p{
	margin-bottom: 1em;
}

/* ------------ */

#target{
	padding-top: 50px;
	font-size: 90%;
	line-height: 1.4em;
	border-top: solid 1px #AAAAAA;
}

#target h2{
	height: 19px;
	margin-bottom: 30px;
	text-indent: -9999px;
	background-image: url(../img/treatment/h2_target.png);
	background-repeat: no-repeat;
	background-position: center;
}

#target p{
	margin: 0 0 20px 20px;
}

#target h3{
	height: 18px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
}


/* ------------ */

#hyoumen p,
#kyokusho p,
#shouki p,
#joumyaku p{
	margin: 0;
}

/* ------------ */

#hyoumen{
	width: 214px;
	height: 125px;
	padding: 15px 30px 0 20px;
	background-image: url(../img/treatment/hyoumen_bg.png);
	background-repeat: no-repeat;
	float: left;
}

#hyoumen h3{
	margin-bottom: 12px;
	background-image: url(../img/treatment/h3_hyoumenmasui.png);
}

/* ------------ */

#kyokusho{
	margin-left: 264px;
	width: 211px;
	height: 135px;
	padding: 15px 20px 0 30px;
	background-image: url(../img/treatment/kyokusho_bg.png);
	background-repeat: no-repeat;
}

#kyokusho h3{
	margin-bottom: 12px;
	background-image: url(../img/treatment/h3_kyokushomasui.png);
}


/* ------------ */

#shouki{
	width: 475px;
	height: 132px;
	margin: 10px 0 20px 0;
	padding: 18px 25px 0 25px;
	background-image: url(../img/treatment/shouki_bg.png);
	background-repeat: no-repeat;
	clear: both;
}

#shouki h3{
	margin-bottom: 15px;
	background-image: url(../img/treatment/h3_shoukikyuunyuu.png);
}


/* ------------ */

#joumyaku{
	width: 475px;
	height: 92px;
	padding: 18px 25px 0 25px;
	background-image: url(../img/treatment/joumyaku_bg.png);
	background-repeat: no-repeat;
	clear: both;
}

#joumyaku h3{
	margin-bottom: 15px;
	background-image: url(../img/treatment/h3_joumyaku.png);
}

