@charset "utf-8";
@import url("base.css");
@import url("reset.css");

#contents_main h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	width: 580px;
	padding: 0px 0px 2px 0px;
}
#hospital {
	background-image: url(../image/hospital/photo01.jpg);
	background-repeat: no-repeat;
	background-position: right 150px;
	width: 385px;
	margin: 0px 0px 105px 0px;
	padding: 0px 195px 0px 0px;
}
*:first-child+html #hospital {
	background-image: url(../image/hospital/photo01.jpg);
	background-repeat: no-repeat;
	background-position: right 135px;
	width: 385px;
	margin: 0px 0px 105px 0px;
	padding: 0px 195px 0px 0px;
}
*html #hospital {
	background-image: url(../image/hospital/photo01.jpg);
	background-repeat: no-repeat;
	background-position: right 135px;
	width: 385px;
	margin: 0px 0px 105px 0px;
	padding: 0px 195px 0px 0px;
}

#hospital dt {
	width: 385px;
	margin: 30px 0px 0px 0px;
}
#hospital dd {
	width: 353px;
	margin: 12px 0px 5px 0px;
	padding: 0px 0px 0px 32px;
}
