@charset "UTF-8";
/* CSS Document */

.blueback {
	background:#FFFCDB;
	width: 680px;
	margin: 0px auto 60px;
	padding: 25px 30px 25px 30px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	position: relative;
}
.blueback p {
	font-size: 115%;
	background: url(../images/bkg_line_note.gif);
	line-height:40px;
}

#doctor-ch01 {
	width: 100px;
	height: 120px;
	position: absolute;
	right: 0px;
	bottom: -46px;
}

.name {
	font-size: 115%;
	display:block;
	margin-top:10px;
	text-align:right;
	padding-right: 70px;
	font-weight:bold;
}
.cont_box {
	width:740px;
	margin:0 auto 40px;
}
.dl_float01 {
	overflow:hidden;
	width:740px;
	margin-left: auto;
	margin-right: auto;
}
.dl_float01 dt {
	width:230px;
	float:left;
}
.dl_float01 dd {
	width:510px;
	float:left;
}
.dl_float01 dd ul {
}
.dl_float01 dd ul li.tit_list {
	margin:15px 0 5px;
	font-size:108%;
}
.dl_float01 dd ul li.tit_list b {
	font-weight:bold;
}

.dl_float01 dd ul li.tit_list:first-child {
	margin-top:0;
}
.dl_float01 dd ul li span {
	display:inline-block;
	width:8em;
}
*+html .dl_float01 dd ul li span {
	zoom:1;
}
