@charset "shift_jis";


/*--------------------*/
/*---- doctor.css ----*/
/*--------------------*/

/* タイトル */
.img_title	{
	background : url(../doctor/img/title.gif) no-repeat;
	width : 133px;
	height : 24px;
	margin : 14px 2px;
	}
.img_title span	{
	display : none;
	}

/* 枠の指定 */
.box_doctor	{
	background : url("../doctor/img/bg.gif") repeat-y ;
	width : 610px;
	height : 100%;
	margin : 0 auto;
	padding : 0;
}
.box_doctor_u	{
	background : url("../doctor/img/img_u.jpg") no-repeat;
	width : 610px;
	padding : 0;
	margin : 0;
}
.box_doctor_in	{
	font-size : 12px;
	line-height : 180%;
	margin : 0 16px;
	padding : 16px 0 10px 0;
}

.doctor_name	{
	background : #6CB459;
	width : 398px;
	font-size : 14px;
	line-height : 200%;
	font-weight : 900;
	color : #fff;
	margin : 0 0 8px 0;
}
.doctor_name span	{
	padding : 8px;
}

.hitokoto	{
	background : #FFF9DE;
	padding : 8px;
}