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


#header_lead {
	width: 490px;
	height: 38px;
	background: url(../../top/images/header_lead.gif) no-repeat;
}



/* メインカラム　ブロック
------------------------------------------------ */
.main_block {
	width: 589px;
	margin-bottom: 25px;
	overflow: hidden;
	clear: both;
}
.main_block_bot {
	width: 589px;
	overflow: hidden;
	clear: both;
}


/* メインカラム　左　かかりつけ医マップ
------------------------------------------------ */
.mcol_l {
	width: 376px;
	text-align: center;
	float: left;
}
.mcol_l_title h2 {
	height: 47px;
}
.mcol_l_m_navi {
	margin: 0 auto;
	width: 352px;
	text-align: left;
}
dl.m_navi {
	width: 336px;
}
dl.m_navi dt {
	font-size: 86%;
	height: 50px;
}
dl.m_navi dd { 
	height: 30px;
}



/* メインカラム　右　フォトライブラリー
------------------------------------------------ */
.mcol_r {
	width: 197px;
	text-align: center;
	float: right;
}
.mcol_r_title h2 {
	height: 47px;
}
.mcol_r_pl {
	margin: 0 auto;
	width: 157px;
	text-align: left;
}
dl.r_pl {
	width: 150px;
}
dl.r_pl dt {
	height: 130px;
}
dl.r_pl dd { 
	font-size: 70%;
	text-indent: 1em;
}
.arrow_01 { 
	background:url(../../shared/images/arrow_01.gif) no-repeat;
	background-position: 0 center;
}



/* メインカラム　夜間・休日当番医情報　左
------------------------------------------------ */
.middle_l {
	width: 230px;
	text-align: center;
	float: left;
}
.middle_l_tbn {
	margin: 0 auto;
	width: 210px;
	text-align: left;
}
dl.l_tbn {
	width: 210px;
}
dl.l_tbn dt {
	font-size: 86%;
	height: 50px;
}
dl.l_tbn dd { 
	height: 30px;
}


/* メインカラム　夜間・休日当番医情報　右
------------------------------------------------ */
.middle_r {
	width: 248px;
	text-align: center;
	float: right;
}
.middle_r_tbn {
	margin: 0 auto;
	width: 232px;
	text-align: left;
}
dl.r_tbn {
	width: 232px;
}
dl.r_tbn dt {
	font-size: 86%;
	height: 50px;
}
dl.r_tbn dt p {
	margin-left: 8px;
}
dl.r_tbn dd { 
	height: 70px;
}




/* メインカラム　左　新着情報
------------------------------------------------ */
.mcol_l {
	width: 376px;
	text-align: center;
	float: left;
}
.mcol_l_title h2 {
	height: 47px;
}
.mcol_l_info {
	margin: 0 auto;
	width: 352px;
	text-align: left;
}
dl.l_info {
	width: 336px;
	margin-bottom: 10px;
}
dl.l_info dt {
	width: 80px;
	font-size: 12px;
	line-height: 180%;
	float: left;
}
dl.l_info dd { 
	margin-left: 86px;
	font-size: 86%;
}



/* メインカラム　右　お問い合わせ
------------------------------------------------ */
.mcol_r {
	width: 197px;
	text-align: center;
	float: right;
}
.mcol_r_title h2 {
	height: 47px;
}
.mcol_r_mail {
	margin: 0 auto;
	width: 160px;
}
dl.r_mail {
	width: 160px;
}
dl.r_mail dt {
	height: 70px;
	font-size: 86%;
}
dl.r_mail dd { 
	height: 60px;
}






/* CMS ブロック */

.mcol_news { 
	width: 197px;
	background: url(../../top/images/news_line.gif) no-repeat bottom;
	margin-bottom: 10px;
	overflow: hidden;
}
.mcol_news dl {
	width: 197px;
	float: right;
}
.mcol_news dd.news_dd1 { 
	font-size: 90%;
	padding-bottom: 5px;
}
.mcol_news dt.news_dt1  {
	width: 50px;
	float: left;
}
.mcol_news dd.news_dd2 {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 3px;
}
.mcol_news dd.news_dd2 a { 
	text-decoration: none;
}
.mcol_news dd.news_dd2 a:hover {
	text-decoration: underline;
}
.mcol_news dd.news_dd3 {
	font-size: 80%;
	text-justify: inter-ideograph; /* テキストの左右揃え */
	text-align: justify; /* テキストの左右揃え */
	margin-bottom: 3px;
}







