@charset "utf-8";

/* ==============================================================

　■メイン画像
　■h2
　■お知らせ
　■診療時間
　■診療内容
　■地図
　■左カラム

============================================================== */

/* --------------------------------------------------
　■メイン画像
-------------------------------------------------- */
#index div#contentsArea div#mainVisual {
	width: 574px;
	height: 300px;
	margin: 0 0 20px 0;
	background: url(../images/index/img_mainvisual.jpg) no-repeat;
}

#index div#contentsArea div#mainVisual p {
	display: none;
}




/* --------------------------------------------------
　■h2
-------------------------------------------------- */
#index div#contentsArea h2 {
	background: url(../images/index/h2_index.gif) no-repeat;
	margin: 0 0 7px 0;
}

/* お知らせ */
#index div#contentsArea h2#announce {
	width: 99px;
	height: 22px;
	margin: 0;
	background-position: 0 0;
}

#index div#contentsArea h2#hours,
#index div#contentsArea h2#treatment,
#index div#contentsArea h2#map {
	width: 277px;
	height: 26px;
}

/* 診療時間 */
#index div#contentsArea h2#hours {
	background-position: 0 -22px;
}

/* 治療内容 */
#index div#contentsArea h2#treatment {
	background-position: 0 -48px;
}

/* 地図 */
#index div#contentsArea h2#map {
	background-position: 0 -74px;
}




/* --------------------------------------------------
　■お知らせ
-------------------------------------------------- */
#index div#contentsArea div#announceBox {
	width: 544px;
	padding: 0 14px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}

#index div#contentsArea div#announceBox dl {
	padding: 14px 0;
	background: url(../images/common/line_dot01.gif) repeat-x bottom;
	clear: both;
}
	/* 一番下のdlは下線なし */
	#index div#contentsArea div#announceBox dl.btm {
		background: none;
	}

#index div#contentsArea div#announceBox dt,
#index div#contentsArea div#announceBox dd {
	float: left;
}

#index div#contentsArea div#announceBox dt {
	width: 8em;
}




/* --------------------------------------------------
　■診療時間
-------------------------------------------------- */
#index div#contentsArea div#hoursBox {
	margin: 0 0 40px 0;
}

/* 診療時間テーブル */
#index div#contentsArea div#hoursBox table#hoursTable {
	width: 276px;
	margin: 0 0 5px 1px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #c7cccf;
	border-left: 1px solid #c7cccf;
}
	/* IE7 */
	*+html body#index div#contentsArea div#hoursBox table#hoursTable {
		width: 277px;
		margin: 0 0 5px 0;
	}


/* th・tdの共通設定 */
#index div#contentsArea div#hoursBox table#hoursTable th,td {
	padding: 3px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #c7cccf;
	border-bottom: 1px solid #c7cccf;
}

/* th */
#index div#contentsArea div#hoursBox table#hoursTable th {
	background-color: #f4f9ff;
}

/* 曜日部分 */
#index div#contentsArea div#hoursBox table#hoursTable th.day {
	width: 20px;
}




/* --------------------------------------------------
　■診療内容
-------------------------------------------------- */
/* バナー */
#index div#contentsArea ul#coolingBnr {
	width: 203px;
	height: 66px;
	text-indent: -9999px;
}

#index div#contentsArea ul#coolingBnr a {
	width: 203px;
	height: 66px;
	background: url(../images/index/bnr_cooling.jpg) no-repeat 0 0;
	display: block;
	overflow: hidden;
}

#index div#contentsArea ul#coolingBnr a:hover {
	background-position: 0 -66px;
}




/* --------------------------------------------------
　■地図
-------------------------------------------------- */
#index div#contentsArea div#mapBox {
	width: 275px;
	border: 1px solid #c7cccf;
}




/* --------------------------------------------------
　■左カラム
-------------------------------------------------- */
/* カウンター */
#index div#naviArea div#Counter {
	width: 186px;
	margin: 0 0 20px 25px;
}

/* Webring */
#index div#naviArea div#Webring {
	width: 186px;
	margin: 0 0 0 25px;
}



