@charset "utf-8";

/**************************************************/
/*トップページ用
/**************************************************/



/**************************************************/
/**検索、電話**/

/**救急情報検索**/
#emer_search {
	background:#FFB6B6;
	float:left;
	width:650px;
	min-height: 600px;

}

/**今診て**/
.now {
	clear:both;
	width: 600px;
	height: 240px;
	margin: 10px auto;
	position: relative;
}

/**休日夜間**/
.night {
	clear:both;
	width: 600px;
	height: 110px;
	margin: 10px auto;
	position: relative;
}

/**目的別**/
.purpose {
	clear:both;
	width: 600px;
	margin: 10px auto;
	position: relative;
}

#purpose_content {
	width:500px;
	margin:0 auto;
	padding:0 50px 10px 50px !important;
	background:#F2F2F2;
}

#purpose_content li {
	float:left;
	width:230px;
	margin: 0 20px 5px 0;
}


/**右カラム**/
#right_info {
	float:right;
	width:320px;
	min-height: 600px;
}

/**TEL・FAXでのご案内1段目**/
#tel_search_1 {
	background:#99CCFF;
	width:320px;
	min-height: 180px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/**TEL・FAXでのご案内2段目**/
#tel_search_2 {
	background:#99CCFF;
	width:320px;
	min-height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/**TEL・FAXでのご案内3段目**/
#tel_search_3 {
	background:#99CCFF;
	width:320px;
	min-height: 160px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/**携帯電話からのアクセス**/
#kt {
	background: #90EE90;
	width:320px;
	height: 100px;
}


/**************************************************/
/**愛知県からのお知らせ**/
#information {
	clear:both;
	background:#CCCCCC;
	float:left;
	padding-bottom: 20px;
	width:650px;
	min-height: 200px;	
	position: relative;
}

.info {
	clear:both;
	background: #FFF;
	width:610px;
	height:120px;
	padding:10px;
	margin: 10px auto;
	overflow:auto;
}

.info dd {
	border-bottom: 1px #999999 dashed;
	
}

/**************************************************/
/**医療機能情報**/
#other_info{
	background:#e6e6e6;
	float:right;
	padding-bottom: 1em;
	width:320px;
	/*	min-height: 200px;	*/
	position: relative;
	margin-bottom: 1em;
}


/**************************************************/
/**その他サイトへのリンク**/
#other_link{
	float:right;
	width:300px;
	padding: 0 10px;
	position: relative;
}


/**************************************************/
/**バナー**/
#banner {
	clear:both;
	width:980px;
	margin:20px auto !important;
}

/**************************************************/
/**ページ先頭へ**/
.to_top {
	position:absolute;
	left: 830px;
	top: 0px;
	width: 150px;
}
