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

/*/dr/index.html--------------------------------------------------*/
.drtxtbox{
	width:300px;
	height:380px;
	display:block;
	margin-top:20px;
	float:left;
}
.drtxtbox img{
	margin-left:40px;
}
.drtxtbox .namebox{
	width:220px;
	height:50px;
	display:block;
	border-bottom:solid #9f9c9c 1px;
	border-top:solid #9f9c9c 1px;
	text-align:center;
	padding:10px 0 0 0;
	margin-left:40px;
}
.drtxtbox .namebox span{
	padding:7px 0 0 0;
	display:block;
}
.drtxtbox .namebox span b{
	font-size:20px;
	font-weight:bold;
	margin-left:20px;
}
.mainttl{
	display:block;
	width:380px;
	float:right;
	margin-top:30px;
	line-height:1.8em;
}
.mainttl b{
	background-image:url(../images/drttl.gif);
	background-repeat:no-repeat;
	width:352px;
	height:115px;
	display:block;
	text-indent:-9999px;
	margin-bottom:20px;
}
.prof{
	width:656px;
	border:solid #c2dbed 2px;
	padding:20px 20px 0 20px;
	margin:20px 0 40px 0;
}
.prof ul{
	width:656px;
	display:block;
	overflow:hidden;
	
}
.prof ul li{
	width:480px;
	display:block;
	padding:5px;
	float:right;
}
.prof ul .profttl1,
.prof ul .profttl2{
	color:#3E3A39;
	font-weight:bold;
	display:block;
	width:140px;
	height:55px;
	background-image:url(../images/marubg.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding:35px 20px 0 0;
	float:left;
}
.border {
	border-bottom:solid #9f9c9c 1px;
	margin-bottom:20px;
}
.txtbox{
	padding: 0 40px;
	text-align: left;
	line-height: 1.6em;
	border-bottom: none;
}
.txtbox_2{
	text-align: left;
	line-height: 1.6em;
	border-bottom: none;
	float: left;
	display: block;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	background-color: #D3EDFB;
	padding: 15px;
	-moz-border-radius:10px;/*Firefox*/
	-webkit-border-radius:10px;/*Safari and chrome*/
	-khtml-border-radius:10px;/*Linux browsers*/
	border-radius:10px;/*CSS3*/


}
.float {
	float: left;
}
