/* ================================================= */
/* 順天堂大学医学部付属静岡病院スタイルシート        */
/* pat01                                             */
/*                Make : 2006/01/11 N.Yamamoto(RSN)  */
/* ================================================= */
/*テキストエリア分割*/
.parts-left-cm {
	width: 190px;
	float: left;
}
.parts-right-cm {
	width: 325px;
	float: right;
}
/*ＨＲ設定*/
.hr_cm-02 {
	color:gray;
	border: 0;
	height: 1px;
	background-color:gray;
	width: 100%;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
/*イメージ回り込み*/
.img-right {
	margin: 5px;
	float: right;
}
/*テキスト設定*/
.text-bold {
	font-weight: bold;
}
/*ｈ２タイトル画像*/
.h2_pat_01_index {
	background-image: url(../img/pat-01-01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
