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

h3{
	height:44px;
	margin:40px 0 20px 0;
	clear:both;
}

h3.first{
	height:44px;
	margin:0 0 20px 0;
}
	
h4{
	width:670px;
	height:25px;
	font-size:125%;
	letter-spacing:1px;
	margin:40px 0 10px 0;
	color:#666;
	padding:0 0 10px 0;
	background:url(../img/h4bg.gif) no-repeat;
	background-position:bottom;
	clear:both;
}
h4.first{
	margin:25px 0 10px 0;
}
h5{
	width:670px;
	height:25px;
	font-size:100%;
	margin:20px 0 10px 0;
	padding:0;
	color:#265FBF;
	border-bottom:#265FBF solid 1px;
}

p.contentstext{
	font-size:110%;
	color:#666;
	line-height:1.8;
	margin:10px 0 15px 0;
}

ul.item{
	padding:0 0;
	margin:0px 0 15px 0;
}

ul.item li{
	font-size:110%;
	line-height:1.5;
	list-style:disc;
	margin:0 0 25px 2em;
	color:#153E91;
}

ul.number{
	padding:0 0;
	margin:0px 0 15px 0;
}

ul.number li{
	font-size:110%;
	line-height:1.5;
	list-style:decimal;
	margin:0 0 10px 2em;
	color:#153E91;
}


span.itemtext{
	display:block;
	font-size:95%;
	margin:0 0 0 20px;
	color:#666;
}
	


p.itemTitle{
	font-size:130%;
	font-weight:bold;
	color:#536CC6;
	margin:5px 0 5px 0;
	border-bottom:1px #3472CD dotted;
}

p.img{
	width:168px;
	float:right;
	margin:5px 0 20px 30px;
	border:#CCC 1px solid;
	padding:2px;
}

p.imgleft{
	width:168px;
	float:left;
	margin:5px 20px 30px 0;
	border:#CCC 1px solid;
	padding:2px;
}


p.subTitle{
	width:670px;
	font-size:130%;
	font-weight:bold;
	border-bottom:2px #4993DC dotted;
	padding:0 0 2px 0;
	margin:0 0 10px 0;
}

p.doctorname{
	font-size:110%;
	color:#666;
	line-height:1.1;
	text-align:right;
	margin:10px 0 0 0;
}

p#date{
	font-size:18px;
	font-weight:bold;
	width:666px;
	padding:5px 0;
	border:#F2A21C 2px dotted;
	color:#f2a21c;
	text-indent:1em;
}





/* ----- 追記20130305 ----- */
#topicpath {
	text-align:left;
	margin-left:30px;
	margin-bottom:10px;
}
table.tbl-recruit {
	border-collapse: collapse;
	border-top: 1px solid #69F;
	border-left: 1px solid #69F;
	width: 100%;
}
table.tbl-recruit th,
table.tbl-recruit td {
	border-bottom: 1px solid #69F;
	border-right: 1px solid #69F;
	padding: 4px 0	4px 4px;
}
table.tbl-recruit th {
	text-align: center;
	width: 150px;
	background-color: #D1DFF4;
}

.tbl-recruit dl {
	overflow: hidden;
	margin-bottom: 10px;
}

.tbl-recruit dt {
	width: 180px;
	float: left;
	clear: both;
}

.tbl-recruit dt#not{
	width: 300px;
	float: left;
	clear: both;
}

ul li {  margin-bottom:5px; }

dl dt { line-height: 160%; margin-top:15px; }
dl dd { line-height: 170%; margin:0 0 15px 0 ; }

.box { border: #ddd 1px solid; padding: 10px; border-radius: 6px; }
.orange { color:#ff9900; }

