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

/*---------index----------*/
#index {
	width: 660px;
	margin: 0 0 50px 20px;
}
#index li {
	width: 310px;
	height: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0 20px 20px 0;
}
#index li a {
	display: block;
	width: 310px;
	height: 100px;
	background: url(../img/doctor/btn_index_off.png);
	text-decoration: none;
	color: #333;
}
#index li a:hover {
	background: url(../img/doctor/btn_index_on.png);
}

/*---------other----------*/
.katagaki {
	width: 640px;
	margin: 0 auto 5px;
}
.name {
	width: 640px;
	margin: 0 auto 30px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px double #ccc;
	letter-spacing: 0.2em;
}
.kana {
	font-size: 14px;
	font-weight: normal;
}
.photo {
	width: 150px;
	float: left;
}
.prof dl {
	width: 450px;
	float: right;
}
.prof dl dt {
	color: #ae0808;
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
	border-left: solid 3px #ae0808;
	padding-left: 5px;
	margin-bottom: 5px;
}
.prof dl dd {
	margin-bottom: 15px;
	padding-left: 5px;
}

