<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#greeting{
	width:690px;
	margin:40px auto;
	overflow:hidden;
}

#greeting .txt{
	width:420px;
	float:right;
	overflow:hidden;
}

#greeting .txt dl{
	font-size:14px;
}

#greeting .txt dl dt{
	
	font-weight:bold;
	font-size:18px;
}

#greeting .txt dl dd{
	margin-top:1.5em;
	line-height:175%;
}

#greeting .photo{
	width:240px;
	float:left;
	overflow:hidden;
}

#prof{
	width:676px;
	margin:40px auto;
	overflow:hidden;
	background-color:#EEEEEE;
}

#prof_ins{
	width:630px;
	margin:10px auto;
	overflow:hidden;
}

#prof_ins dl dt{
	
}

#prof_ins .history{
	float:left;
	width:390px;
	border-right:1px solid #BBBBBB;
	float:left;
}

#prof_ins .history dd{
	padding:1em 0px;
}

#prof_ins .history dd table{
}

#prof_ins .history dd table th{
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	padding-right:1em;
	font-weight:normal;
	padding-bottom:1em;
}

#prof_ins .history dd table td{
	text-align:left;
	vertical-align:top;
	padding-bottom:1em;
	font-size:12px;
}

#prof_ins .license{
	float:left;
	width:230px;
	float:right;
}

#prof_ins .license dd{
	padding:1em;
	font-size:12px;
}

.name{
	text-align:right;
	font-size:16px;
	margin-top:1em;
	overflow:hidden;
}

/**/

.doctor_block{
	width:690px;
	margin:80px auto;
	overflow:hidden;
}

.doctor_block .img{
	width:240px;
	float:left;
	overflow:hidden;
	height:300px;
}

.doctor_block .txt{
	width:420px;
	float:right;
	overflow:hidden;
}

.doctor_block .txt .name{
	margin-top: -1px;
}

.doctor_block .txt .prof{
	margin:20px auto 0px auto;
	overflow:hidden;
	background-color:#EEEEEE;
}

.doctor_block .txt .prof dl{
	padding:1em 1em 0em 1em;
}

.doctor_block .txt .prof dl dt{
}

.doctor_block .txt .prof dl dd{
	padding:1em 0px 1em 1em;
}


</pre></body></html>