@charset "UTF-8";

/* CSS Infomation --------------------

燿光リハビリテーション病院ウェブサイト

File name: recup.css
description: recup.html固有のスタイルです。
Date: 2009/07/09
Editors: Sayoko Nishimura, Wataru Shitami
Table of contents: -

--------------------------------------*/

/* Update history --------------------

Date: 2009/10/08
Last editor: Sayoko Nishimura
Contents of update: -

--------------------------------------*/




#recup h2 {
	width: 900px;
	height: 27px;
	background: url(../images/recup.jpg) no-repeat;
	margin-bottom: 50px;
	position: relative;
}

#ward-info { margin-bottom: 70px; }

#ward-info h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 1.5em;
	background: url(../../images/raquo-bk.jpg) no-repeat 0 7px;
	margin-bottom: 10px;
}

#ward-image {
	width: 426px;
	height: 287px;
	margin-bottom: 0;
	float: left;
}

#bed {
	width: 404px;
	margin-top: 10px;
	float: left;
}

#bed h3, #bed p { float: left; }

#bed p {
	margin-top: 1px;
	margin-bottom: 0;
	padding-left: 3em;
}

#staff {
	width: 404px;
	float: left;
}

#staff li {
	margin-left: 2em;
	list-style: disc inside;
}

#bed h3,#staff h3 {
	font-size: 15px;
}

#topic, #develop {
	width: 360px;
	height: 300px;
	padding: 20px;
	border: 1px dotted #CCC;
	margin-bottom: 80px;
	float: left;
}

#topic {
	margin-right: 26px;
	display: inline; /*IE6のマージンバグ対策*/
}

#topic h3, #develop h3 {
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(../images/arrow-ge.jpg) no-repeat 0 7px;
	font-size: 18px;
	color: #6A8021;
}

#topic p {
	margin-left: 20px;
	margin-bottom: 0;
}

#develop li {
	list-style-type: none;
	margin-left: 22px;
}