@charset "UTF-8";

/* == ヘッダー ============================================================ */
#header {
	background: #396;
	height: 53px;
	margin-left: 210px;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 210px;
}

/* == グローバルナビ ====================================================== */
#globalnavi {
	width: 200px;
	float: left;
}
#globalnavi p {
	padding: 0;
	margin: 0;
}
#globalnavi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#globalnavi li img {
	vertical-align: bottom;
}


/* == コンテンツ ========================================================== */
#content {
	width: 700px;
	margin: 10px 0 10px 210px;
}
/* for Only IE */
/*\*/
* html #content {
	position: absolute;
	top: 63px;
	left: 210px;
	margin: 0 0 10px 0;
}
/**/

#content h2 {
	padding-bottom: 0.2em;
	margin-top: 0;
	border-bottom: medium double #000;
}
#content h3 {
	margin-top: 0;
}
#content p {
	margin-top: 0;
}
#content ul,
#content ol,
#content dl {
	margin-top: 0;
}
#content dt {
	font-weight: bold;
}
#content dd {
	margin-bottom: 0.5em;
}

.listmark {
	list-style: none;
}
.listmark li {
	background: url(/img/icon.gif) no-repeat left center;
	padding-left: 18px;
	line-height: 18px;
}

/* == 目指すもの ============================================================ */
.aim {}
.aim h3 {
	font-size: 1em;
	font-weight: normal;
}
.housin {
	margin-bottom: 0;
	margin-left: 130px;
}
.housin dt {
	color: #F00;
}


/* == 症状と治療 ============================================================ */
.case {}
.case h3 {
	color: #900;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.2em;
}
.case h4 {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background: #C36;
	width: 80px;
	line-height: 1.6em;
	margin: 0 0 0.5em 0;
}
.case table {
	margin-bottom: 1em;
}
.case th {
	vertical-align: top;
	width: 22px;
	padding: 2px 0;
}
.case td {
	vertical-align: top;
	width: 200px;
	padding: 2px 0;
}


/* == 医院案内 ============================================================ */
.clinic {}
.clinic h4 {
	font-size: 1em;
	font-weight: normal;
	background: url(/img/icon.gif) no-repeat left center;
	line-height: 18px;
	padding-left: 18px;
	margin: 0;
}
#infobox {
	background: url(clinic/img/ph_clinic01a.jpg) no-repeat left top;
	min-height: 253px;
	height: auto;
	padding-left: 390px;
	margin-bottom: 1em;
}
* html #infobox {
	height: 253px;
}

.clinic table {
	margin-bottom: 1em;
}
.clinic th {
	text-align: left;
	padding-left: 3px;
}
.clinic td {
	vertical-align: top;
	padding-left: 18px;
}
.clinic td img {
	margin: 5px 0;
}
.intyo {
	margin-left: 190px;
}
.intyo li {
	margin-bottom: 5px;
}


/* == 歯のはなし ============================================================ */
.colum {}
.colum h3 {
	color: #900;
	font-size: 1em;
	font-weight: normal;
}
.colum span {
	font-weight: bold;
}


/* == 治療について ============================================================ */
.treat h3 {
	color: #900;
	font-size: 1.1em;
}
.treat h4 {
	color: #900;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}
.treat p em {
	color: #900;
	font-style: normal;
}
.treat #content dt {
	font-weight: normal;
}

