@charset "Shift_JIS";

@import "./common.css";

/* ================= basic : elements ================= */
h2 {
	line-height: 0;
	padding-bottom: 10px;
	margin-bottom: 17px;
	}

/* -------------------------------- HEADER --------------------------------- */
#HEADER {
	background-image: none;
	}

#HEADER div.flash {
	height: 140px;
	line-height: 0;
	margin-bottom: 10px;
	}

#HEADER h1 {
	display: none;
	}

/* --------------------------------- NAVI ---------------------------------- */
ul#NAVI {
	float: left;
	width: 490px;
	height: 224px;
	margin: 8px 0 2px 25px;
	_margin-left: 12px;
	}
ul#NAVI li {
	width: 240px;
	margin-left: 10px;
	}
ul#NAVI > li:first-child {
	margin-left: 0px;
	}
/* expression for IE6 (first-child) begin */
ul#NAVI li.first-child {
	_margin-left: 0px;
	}
ul#NAVI li {
	behavior: expression(
	this.className += (this.previousSibling == null) ? " first-child" : "",
	this.style.behavior = "none"
	);
	}
/* expression for IE6 (first-child) end */

/* ---------------------------------- MAIN --------------------------------- */
#MAIN {
	float: left;
	width: 490px;
	margin: 0 0 0 25px;
	_margin-left: 12px;
	}

#MAIN h2 {
	background: url(../images/home/subhdr_back.gif) left bottom no-repeat;
	margin-top: 30px;
	}

#MAIN h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#MAIN ul {
	margin: 10px 0px 20px 10px;
}
#MAIN ul li {
	background: url(../images/listmark.gif) 0px 6px no-repeat;
	padding: 3px 0 0 12px;
}

table.business_hour {
	border-collapse: collapse;
	width: 480px;
	}
table.business_hour th, 
table.business_hour td {
	font-weight: bold;
	border: solid 1px #999999;
	text-align: center;
	padding: 10px 0;
	}
table.business_hour td span {
	font-size: 11px;
}
table.business_hour th {
	width: 11%;
	}
table.business_hour tr.doctor th {
	width: 16%;
	}
table.business_hour .sat {
	color: #0033cc;
	}
table.business_hour .sun {
	color: #cc0000;
	}

p.caution {
	width: 200px;
	margin: 5px 0px 0px 280px;
	font-size: 10px;
}

/* ---------------------------- HOME_SUBCOLUMN ----------------------------- */
#HOME_SUBCOLUMN {
	float: right;
	width: 290px;
	margin: -256px 20px 0 0;
	_margin-right: 10px;
	}
#HOME_SUBCOLUMN h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
/* ------------------------------ WHATS_NEW ------------------------------- */

#WHATS_NEW h2 {
	background: url(../images/home/subhdr_whats_new_back.gif) left bottom no-repeat;
	}

.whats_new,
.cke_show_borders {
	color: #444;
	background: #f8ecc2;
	border: solid 1px #999999;
	margin-bottom: 10px;
	padding: 10px 0px;
	overflow: auto;
	text-align: left;
}
.whats_new h4,
.cke_show_borders h4 {
	font-weight: normal;
	background: url(../images/home/listmark_whats_new.gif) left center no-repeat;
	padding-left: 13px;
	margin: 0px 10px 5px;
}
.whats_new p,
.cke_show_borders p {
	margin: 0px 10px 0px 23px;
}


/* ----------------------------------- INFO ---------------------------------- */
#INFO {
	margin-top: 20px;
}
#INFO h2 {
	background: url(../images/home/subhdr_whats_new_back.gif) left bottom no-repeat;
	margin-bottom: 11px;
	}
#INFO ul {
	margin: 10px 5px 20px 10px;
	}
#INFO ul li {
	background: url(../images/listmark.gif) 0px 6px no-repeat;
	padding: 3px 0 0 12px;
	}


/* -------------------------------- FOOTER --------------------------------- */
#FOOTER {
	clear: both;
	_margin-top: 0;
	}
/* hack for IE7 */
*:first-child+html #FOOTER {
	margin-top: 0;
	}

#FOOTER ul.to-top {
	padding-top: 45px;
	}


