@charset "utf-8";
/* CSS Document */
#h_d_block {
	width: 240px;
	margin: 0 auto;
	text-align:center;
}

/* 内部ページ・角丸フレーム
--------------------------------------------------------------- */
#contents_header {
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
/* 見出しスペース除去 */
#contents_header h2 {
	margin: 0 auto !important;
	text-align:center;
}
#contents_middle {
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(../images/top_news_back_middle.png) repeat-y;
	text-align:center;
}
#contents_middle_in {
	width: 210px;
	margin: auto;
	padding: 0;
	text-align:left;
}
#contents_middle ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#contents_middle ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/list_pointer.png) no-repeat;
	background-position: left 6px;
}
#contents_middle_in dl dd {
	margin-left: 15px;
}
#contents_footer {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* 内部見出しH3
--------------------------------------------------------------- */
#contents_middle h3 {
	padding: 0 0 0 30px;
	background: url(../images/title_h3.png) no-repeat;
	font-size: 130%;
	font-weight:normal;
	color: #67C6CA;
	line-height: 200%;
}

/* 内部説明用リスト
--------------------------------------------------------------- */
#contents_middle dl {
}

#contents_middle dt {
color:#67C6CA;
font-size:120%;
}

#contents_middle dd {
margin-bottom:20px;
}

/* お問い合わせ
--------------------------------------------------------------- */
#contact_block table th {
	background: url(../images/line_green_pastel.png) repeat-x;
	background-position: bottom;
	font-weight: normal;
	text-align:left;
}
#contact_block table td {
	background: url(../images/line_green_pastel.png) repeat-x;
	background-position: bottom;
}
/* 送信ボタン */
.submit {
	margin: 0 auto;
	text-align:center;
}
.submit input {
	width: 186px;
	height: 46px;
	background: url(../images/button_submit.png) no-repeat;
	border: none;
	cursor: pointer;
}

/* 院長案内
---------------------------------------------------------------- */
/* 院長画像サイズ調整 */
#intro_dr_block img {
	width: 90px;
	height: auto;
}