@charset "UTF-8";

/***************スタッフ紹介、ドクター紹介のロゴ(共通要素)****************/

#contents h2,#contents h3{
    width: 188px;
	height: 20px;
	text-indent: -9999px;
}

/***************スタッフ紹介(大)のロゴ****************/

#contents h2{
	width: 342px;
	height: 35px;
	background-image:url(../img/staff/staff_title.gif);
}

/***************ドクター紹介のロゴ****************/

#doctors h3{
	background-image:url(../img/staff/dr.gif);
	margin: 15px 0 10px 20px;
}

/***************スタッフ紹介(小)のロゴ****************/

#staffs h3{
	background-image:url(../img/staff/staff.gif);
	margin: 15px 0 0 20px;
}

/***************写真・左側配置****************/

#mori h4,#hamanaka h4,#siotu h4,#hayashi h4,#kawasaki h4,#katayama h4,#miyanisi h4,#nakata h4{
	margin:0 10px 0 0;
	float:left;
}

/***************写真・右側配置****************/

#hosoda h4,#setogawa h4,#oomori h4,#okamoto h4,#nakanisi h4,#okada h4{
	margin:0 0 0 10px;
	float: right;
}

/***************プロフィールなど説明文****************/

p{
	font-size:90%;
	line-height: 110%;
}

dl{
	margin-bottom:30px;
}

dt{
	width:5em;
	float:left;
	padding:5px 10px 5px 0;
}

dd{
	padding:5px;
}

/***************森先生****************/

#mori dt{
	width:3em;
}

#mori h4{
	margin:0 10px 10px 0;
}

#mori .society{
	width:300px;
	float:left;
	margin:20px 10px 0 0px;
}

#mori .career{
	width:300px;
	margin:20px 0 20px 310px;
}

/***************浜中先生****************/

#hamanaka .society{
	width:230px;
	float:left;
	margin:20px 10px 0 10px;
}

#hamanaka .career{
	width:230px;
	margin:20px 0 20px 380px;
}

/***************塩津先生****************/

#siotu .career{
	margin:20px 10px 0 140px;
}

/***************浜中先生、塩津先生共通****************/

#hamanaka dl,#siotu dl{
	margin:0 0 10px 140px;
}

/***************ドクター共通****************/

.doctor{
	width: 620px;
	margin: 30px 0 40px 30px;
}

.name, .title{
	font-weight:bold;
	background-color:#FFFFE8;
	border-top: #FCEFBE 1px dotted;
	border-bottom: #FCEFBE 1px dotted;
}

.comment{ margin-left:140px;}

ul{ margin-top:10px;}

li{
	margin :0 0 0 20px;
	font-size:90%;
}

/***************スタッフ共通****************/

.staff{
	height:160px;
	margin:30px 30px 0 30px;
	border-bottom:#FF6600 1px dotted;
}

/***************スタッフ、岡田さんdt****************/

#dt2{width:8em;}

