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


/* リンク　黄色矢印　磐周医師会紹介　ヘッドナビ
------------------------------------------------ */
dl.s_nav_03 {
	font-size: 80%;
	margin-left: 360px;
}
dl.s_nav_03 dd { 
	text-indent: 1em;
	margin-right: 1em;
	float: left;
}
dl.s_nav_03 dd a {
	color: #333;
	text-decoration: none;
}
dl.s_nav_03 dd a:hover  {
	color: #3a5aa7;
	text-decoration: underline;
}

dl.s_nav_03end {
	font-size: 80%;
}
dl.s_nav_03end dd { 
	text-indent: 1.2em;
	float: left;
}
dl.s_nav_03end dd a {
	color: #333;
	text-decoration: none;
}
dl.s_nav_03end dd a:hover  {
	color: #3a5aa7;
	text-decoration: underline;
}




/* 会長あいさつ　左
------------------------------------------------ */
.mcol_l {
	width: 136px;
	text-align: left;
	float: left;
}



/* 会長あいさつ　右
------------------------------------------------ */
.mcol_r {
	width: 422px;
	text-align: center;
	float: right;
}
.mcol_r_m_txt {
	margin: 0 auto;
	width: 412px;
	text-align: left;
}
.mcol_r_r_txt {
	margin: 0 auto;
	width: 412px;
	text-align: right;
}





/* 沿革　テーブル
------------------------------------------------ */
table.about_table {
	border-collapse:collapse;
	width: 550px;
	border-left: 1px solid #3a5aa7;
	border-top: 1px solid #3a5aa7;
	margin: 0 auto;
}
table.about_table th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #3a5aa7;
	border-bottom: 1px solid #3a5aa7;
	background-color: #d3edfb;
}
table.about_table th p {
	margin: 0.6em;
}
table.about_table td{
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #3a5aa7;
	border-bottom: 1px solid #3a5aa7;
}
table.about_table td p {
	margin: 0.6em;
}


.bgd3edfb { 
	background-color:#d3edfb;
}



