/* staff CSS
------------------------------------------------ */

#staff {
}

#staff h2 {
}

#staff h3 {
}

#staff h4 {
}

#staff p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
}

#upperBox {
	margin: 15px 0px 0px;
	padding: 110px 0px 0px;
	width: 550px;
	background-image: url(../img-staff/staff-img_header.jpg);
	background-repeat: no-repeat;
}

#upperBox img {
	margin: 0px;
	padding: 1px;
	border: 1px solid #FF9900;
}

#upperBox a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#upperBox a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#upperBox a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bottomBox {
	margin: 15px 0px 0px;
	padding: 15px 0px 0px;
	width: 550px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#bottomBox img {
	margin: 0px;
	padding: 1px;
	border: 1px solid #FF9900;
}

#doctorBox {
	margin: 25px 0px 0px;
	padding: 110px 0px 0px;
	background-image: url(../img-staff/doctor-img_header.jpg);
	background-repeat: no-repeat;
}

#doctorLeft {
	float: left;
	width: 270px;
}

#doctorRight {
	float: right;
	width: 270px;
}

#doctorBox h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#doctorBox p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
}

#doctorBox ul {
}

#doctorBox li {
}