
/* 診療案内CSS */


/* 左右レイアウト */
.box	{
	width:640px;
	margin-bottom:15px;
	}

.box_l	{
	width:150px;
	float:left;
	}

.box_r	{
	width:490px;
	padding:15px 0 0 0;
	float:left;
	}


/* 皆様へ */
.caution	{
	width:490px;
	margin-top:15px;
	}

.caution_l	{
	width:40px;
	float:left;
	}

.caution_r	{
	width:438px;	/* 450px */
	padding:5px;
	float:right;

	border:solid 1px #C7E4C7;

	background:#fff url(../images/leaf_bg.gif) ;	/* E3EFE1 */
	background-position: right bottom;
	background-repeat:no-repeat;

	}


