
/**********************************************
 院長紹介 ページ
 **********************************************/
div.pbox1 {
 float:left;
 width:120px;
 margin-left:100px;
}
* html div.pbox1 {
 margin-left:60px;
}
div.pbox1 img { margin:15px auto auto auto; }

div.pbox2, div.pbox3 {
 border-left:1px dotted #ae0057;
 float:left;
 width:380px;
 padding:10px 5px 10px 10px;
 text-align:left;
}
div.pbox2 p, div.pbox3 p {
 margin-bottom:8px;
 color:#333 ;
 font-size:1.1em;
 line-height:120%;
 letter-spacing:1px;
}
div.pbox3 p {
 font-size:1.2em;
}

div#pbox32 {
 color:#966 ;
 padding:8px 10px;
 margin:3px 2px;
 background-color:#f3ead8 ;
 font-size:1.1em;
 line-height:120%;
 color:#666 ;
}

div.bdr {
 clear:both;
 border: 1px dotted #ae0057 ;
 width:560px;
 margin:0 auto;
}



