.photo {
	height: 230px;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo li {
	float: left;
	height: 230px;
	width: 300px;
	margin-right: 10px;
	background-image: url(../../common/images/bg2_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding-top: 23px;
}
.photo .nomargin {
	margin-right: 0px;
}
h3 {
	margin-top: 20px;
}
.left {
	float: left;
	width: 300px;
}
.right {
	float: right;
	width: 300px;
}
.left li ,.right li{
	margin-right: 0px;
}
.right .small {
	font-size: x-small;
}

.docinfo_area{
	background-color: #F0E295;
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.docinfo_area_inner{
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.6em;
	font-size: 13px;
	overflow: hidden;
	clear: both;
	letter-spacing: 0.1em;
}
.docinfo_area_inner2{
	background-color: #f6f3e0;
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.6em;
	font-size: 13px;
}
table.doctor{
	margin: 0px auto;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 100%;
}
.doctor th{
	line-height: 1.6em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	width: 100px;
}
.doctor td{
	line-height: 1.5em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	padding-left: 5px;
	padding: 5px;
}
.doctor th.recruit{
	line-height: 1.6em;
	background-color: #F0E295;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	text-align: left;
	padding: 5px;
	width: 100px;
	color: #333333;
}
.doctor td.recruit{
	line-height: 1.5em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	padding-left: 5px;
	padding: 5px;
}
hr{
	height: 1px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
