@charset "utf-8";

/*病院概要テーブル*/
#hospital{

}
#hospital div{
	width:563px;
	margin-top:10px;
}
.button{
	position: absolute;;
	background: url(../images/outline/btn_req.gif) no-repeat;
	height: 83px;
	width: 239px;
	top:160px;
	left:322px;
}
#hospital table{
	width:330px;
	border-collapse: collapse; 
}
#hospital table td,#hospital table th{
	padding:5px;
	font-size:75%;
	vertical-align:top;
	line-height:1.5;
}

#hospital table td{

}
#hospital table th{
	text-align:left;
	border-right:1px solid #ccc;
	white-space:nowrap;

}


/*病院外観*/
.sasebo{
	position: relative;
	background: transparent url(../images/outline/pic_sasebo.jpg) no-repeat right top;
}
.youkou{
	position: relative;
	background: transparent url(../images/outline/pic_youkou.jpg) no-repeat right top;
}
.haku{
	position: relative;
	background: transparent url(../images/outline/pic_haku.jpg) no-repeat right top;
}