@charset "utf-8";
/* CSS Document */
@import url("base.css");

#title_img{
	float:left;
	margin-left:10px;	
}
.doctor_box{
	float:left;
	width:613px;
	margin-left:13px;
	margin-top:15px;
	border-bottom:#09C 1px solid;
	margin-bottom:60px;
}
.doctor_img{
	float:left;
	width:145px;
	text-align:center;
}
.doctor_col{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top:#09C 1px solid;
	padding-top:10px;
}
.doctor_title{
	float:left;
	width:70px;
}
.doctor_contents{
	float:left;
	width:350px;
	font-size:small;
}
.doctor_topbox{
	float:left;
	margin-left:20px;
	width:445px;
}
#ronbun{
	width:520px;	
}

