@charset "utf-8";

/* ---------------------------------------------------------
   patient
   ---------------------------------------------------------*/


.patientBox01{
	width:630px;
	padding-left:10px;
	line-height:2.0;
	margin-bottom:20px;
}

.patientBox01 p{
	margin-bottom:10px;
}

.patientBox01 .patientImg01{
	float:right;
	margin:0 0 20px 20px;
}

.patientBox01 .patientImg01 img{
	border:1px solid #E0E0E0;
	padding:5px;
}

.patientBox01 ul{
	margin-left:15px;
}

.patientBox01 li{
	list-style-type:disc;
}

.patientBox01 .patientBtn01{
	width:504px;
	margin:0 auto;
	clear:both;
}

.patientBox01 .patientBtn01 a{
	width:504px;
	height:94px;
	display:block;
	text-indent:-9999px;
	background:url(../../patient/images/patient_btn_01.jpg) no-repeat;
}

.patientBox01 .patientBtn01 a:hover{
	background:url(../../patient/images/patient_btn_01.jpg) 0 bottom no-repeat;
}






