@charset "UTF-8";
@import url("common.css"); /* 共通スタイルの読み込み */ 

/*==========================================================
 【ご近所ドクターNET】スタイルシート
 ----------------------------------------------------------
  common.css … 共通スタイル
  ***_style.css … 各ページのスタイル
 ----------------------------------------------------------
  このスタイルは「検査情報ページ」のスタイルです。
==========================================================*/

/* =========================================
左エリア
========================================= */
#left1 .eiTitle { /* 「医療機関を探す」「整骨院を探す」タイトル */
	clear:both;
	margin:0 0 10px 0;
	width:545px;
	height:40px;
	background:url(../img/examin_info/title_bg1.jpg) no-repeat;
	}
	
#left1 .eiTitle .titleIn {
	padding:0 15px 0 20px;
	height:1%;
	}
	
#left1 .eiTitle .titleIn h2 {
	float:left;
	padding:11px 0 0 0;
	color:#2983c2;
	font-weight:bold;
	font-size:14px;
	}

#left1 .examinInfo {
	padding:10px 0 0 0;
	*padding:13px 0 0 0;
	height:1%;
	}

#left1 .eiContents { /* コンテンツ枠 */
	clear:both;
	padding:0 25px 0 15px;
	height:1%;
	}
	
#left1 .eiContents .lead {
	margin:0 0 10px 0;
	}
	
#left1 .eiContents .subTitle {
	clear:both;
	margin:0 10px 10px 10px;
	padding:3px 0 0 0;
	font-weight:bold;
	height:23px;
	background:url(../img/sitemap/sub_title_bg.gif) repeat-x;
	}
	
#left1 .eiContents .examinBox {
	margin:0 10px 20px 10px;
	background-color:#efeecf;
	}
	
#left1 .eiContents .examinBox p {
	font-size:110%;
	font-weight:bold;
	color:#2983c2;
	margin:0 10px 10px 10px;
	padding:10px 0 0 0;
	}

#left1 .eiContents .examinBox div {
	margin:0 30px;
	padding:0 0 10px 0;
	}
	
#left1 .examinInfo .eiBottom {
	margin:50px 35px 0 25px;
	padding:3px 0 0 0;
	color:#999999;
	border-top:1px solid #999999;
	text-align:right;
	font-size:80%;
	height:1%;
	}

/* =========================================
右エリア
========================================= */
#right1 .rightBnr {
	padding:10px 0 0 0;
	text-align:center;
	}
