@charset "UTF-8";

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

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

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

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

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

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

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





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

.topic {
	width: 830px;
	margin-bottom: 50px;
}

.topic h3 {
	color: #6A8021;
	font-size: 17px;
	font-weight: bold;
	padding-left: 1.2em;
	background: url(images/raquo-gr.jpg) no-repeat 0 9px;
	margin-bottom: 1em;
}

.topic .raquo { color: #999; }

.topic p {
	margin-bottom: 1.6em;
	margin-left: 1.6em;
}

.topic dl { margin-left: 2.6em; }

dt { float: left; }