@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: 157px;
	margin-left: 10px;
	}
ul#NAVI > li:first-child {
	margin-left: -1px;
	}
/* expression for IE6 (first-child) begin */
ul#NAVI li.first-child {
	_margin-left: -1px;
	}
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 ul {
	margin-left: 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;
	margin-bottom: 1em;
	}
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.change {
	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;
	}

/* ---------------------------- HOME_SUBCOLUMN ----------------------------- */
#HOME_SUBCOLUMN {
	float: right;
	width: 290px;
	margin: -256px 20px 0 0;
	_margin-right: 10px;
	}

/* ------------------------------ WHATS_NEW ------------------------------- */
#WHATS_NEW {
	}

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

dl.whats_new {
/*	height: 210px;*/
	color: #444444;
	background: #f8ecc2;
	border: solid 1px #999999;
	margin-bottom: 10px;
	overflow: auto;
	}
dl.whats_new dt {
	background: url(../images/home/listmark_whats_new.gif) left center no-repeat;
	padding-left: 13px;
	margin: 0.5em 10px 0.1em 10px;
	}
dl.whats_new dd {
	margin: 0 10px 1em 23px;
	}
dl.whats_new p {
	padding: 10px 0px;
}
dl.whats_new p.notes {
	text-indent: -1em;
	padding-left: 1em;
	}

/* 20100401 */
dl.whats_new table {
	text-align: center;
	margin: 15px 0px;
	border-collapse: collapse;
	border: solid 1px #444;
}
dl.whats_new th {
	font-weight: normal;
	border: solid 1px #444;
}
dl.whats_new td {
	padding: 5px 2px;
	border: solid 1px #444;
}


/* ----------------------------------- QA ---------------------------------- */
#QA {
	}

#QA h2 {
	background: url(../images/home/subhdr_qa_back.gif) left bottom no-repeat;
	margin-bottom: 11px;
	}

dl.symptom {
	_height: 60px;
	min-height: 60px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 72px;
	margin: 0 10px 12px 10px;
	}

dl#EAR {
	background-image: url(../images/home/qa_ear_back.gif);
	}
dl#NOSE {
	background-image: url(../images/home/qa_nose_back.gif);
	}
dl#THROAT {
	background-image: url(../images/home/qa_throat_back.gif);
	}
dl#OTHER {
	background-image: url(../images/home/qa_other_back.gif);
	margin-bottom: 0;
	}

dl.symptom dt {
	font-weight: bold;
	margin: 0 0 0.1em 0;
	}
dl.symptom dd {
	width: 198px;
	_width: 270px;
	background: url(../images/divider.gif) center bottom repeat-x;
	padding: 0 0 10px 72px;
	margin-left: -72px;
	}

dl#OTHER dd {
	background: none;
	padding-bottom: 0;
	}

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

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

