@charset "UTF-8";

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

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

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

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

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

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

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




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

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

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

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

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

#patient p {
	margin-left: 17px;
	margin-bottom: 1.6em;
	line-height: 1.4em;
}

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

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

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

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

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

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

#topic, #develop {
	width: 360px;
	height: 340px;
	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: 25px;
	background: url(../images/arrow-ge.jpg) no-repeat 0 7px;
	font-size: 18px;
	color: #6A8021;
}

#topic li {
	list-style-type: none;
	width: 320px;
	margin-left: 26px;
}

#develop p {
	margin-bottom: 1.6em;
	margin-left: 20px;
}

#develop dl { margin-left: 20px; }

dt {
	margin-bottom: 1.6em;
	padding-right: 1em;
	float: left;
}

.member { clear: both; }

dt.member { margin-bottom: 0; }