@charset "utf-8";

/* CSS Document */

/* 医師紹介 */
#contentsArea .columnBodyCenter p { 
	margin: 10px;
	padding: 0px;
	}

#contentsArea .columnBodyCenter #intro { 
	 width: 580px;  
	/* height: 250px; */
	}

#contentsArea .columnBodyCenter #intro #dr-profile { 
	 float: left;  	
	 width: 360px;  
	 /*height: 250px; */
	}

#contentsArea .columnBodyCenter #intro #dr-profile dl { 
	 width: 430px;  
	}

#contentsArea .columnBodyCenter #intro #dr-profile dt {
	 float: left;  
	 width: 150px;  
	 padding: 5px 0 5px 10px;  
	 clear: both;  
	 font-weight: bold;  
	}  

#contentsArea .columnBodyCenter #intro #dr-profile dd {  
	width: 280px;  
	margin-left: 100px;  
	padding: 5px 5px 5px 10px;  
	}

#contentsArea .columnBodyCenter #intro #dr-photo { 
	 float: right;  	
	 width: 140px;  
	 /*height: 250px; */
	}

#contentsArea .columnBodyCenter dl { 
	 width: 400px;  
	}

#contentsArea .columnBodyCenter dt {
	 float: left;  
	 width: 100px;  
	 padding: 5px 0 5px 10px;  
	 clear: both;  
	 font-weight: bold;  
	}  

#contentsArea .columnBodyCenter dd {  
	width: 300px;  
	margin-left: 100px;  
	padding: 5px 5px 5px 10px;  
	}
