/* ================================================= */
/* 順天堂大学医学部附属静岡病院スタイルシート        */
/* act08                                             */
/*                Make : 2006/01/11 N.Yamamoto(RSN)  */
/* ================================================= */
/*写真ＢＯＸ*/
.box-actl {
	position:relative;
	width: 250px;
	text-align: left;
	float: left;
}
.box-actl img {
	margin: 5px 0px 5px 0px;
}
.box-actr {
	position:relative;
	width: 250px;
	text-align: left;
	float: right;
}
.box-actr img {
	margin: 5px 0px 5px 0px;
}
	
/*イメージ回り込み*/
.img-right {
	margin: 5px;
	float: right;
}
/*テキスト設定*/
.text-bold {
	font-weight: bold;
}
/*ｈ２タイトル画像*/
.h2_act_08_index {
	background-image: url(../img/act-08-01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
