@charset "utf-8";

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

index.css

======================================================================

	01.index element


last update 08/09/24
produced by 0510office (http://www.0510office.co.jp/)

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

/*--------------------------------------------------------------------
	01.index element
--------------------------------------------------------------------*/
#d-navi{
	position: relative;
	width: 575px;
	height: 343px;
	background: url(../../img/dnavi_bg.gif) no-repeat;
	margin-top: 20px;
}
#d-navi p{
	position: absolute;
	top: 118px;
	left: 374px;
}
#d-navi img#dnavi01{
	position: absolute;
	top: 5px;
	left: 5px;
}
#d-navi img#dnavi02{
	position: absolute;
	top: 5px;
	left: 327px;
}
#d-navi img#dnavi03{
	position: absolute;
	top: 62px;
	left: 5px;
}
#d-navi img#dnavi04{
	position: absolute;
	top: 62px;
	left: 305px;
}
#d-navi img#dnavi05{
	position: absolute;
	top: 118px;
	left: 5px;
}
#d-navi img#dnavi06{
	position: absolute;
	top: 174px;
	left: 5px;
}
#d-navi img#dnavi07{
	position: absolute;
	top: 174px;
	left: 311px;
}
#d-navi #btn1 a{
	position: absolute;
	top: 231px;
	left: 5px;
	width: 282px;
	height: 108px;
	text-indent: -9999px;
	outline: none;
	background: url(../../img/dnavi-btn1.gif) no-repeat;
}
#d-navi #btn1 a:hover{
	background: url(../../img/dnavi-btn1_over.gif) no-repeat;
}
#d-navi #btn2 a{
	position: absolute;
	top: 231px;
	left: 287px;
	width: 283px;
	height: 108px;
	text-indent: -9999px;
	outline: none;
	background: url(../../img/dnavi-btn2.gif) no-repeat;
}
#d-navi #btn2 a:hover{
	background: url(../../img/dnavi-btn2_over.gif) no-repeat;
}


.tbox{
	width: 575px;
	margin-top: 20px;
}
.tbox:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tbox #clinic{
	float: left;
	width: 170px;
	height: 127px;
}
.tbox #clinic p{
	text-align: left;
	font-size: 10px;
	padding: 10px 0 10px 20px;
}
.tbox #clinic strong{color: #2cbcaa;}

.half{width: 275px;}
.half p{text-align: left;}
.half table{
	width: 273px;
	border: solid 1px #bfcec4;
	font-size: 10px;
	margin: 20px 0 10px 0;
}
.half th{
	border-bottom: solid 1px #bfcec4;
	border-right: solid 1px #07b298;
	background: url(../img/th.gif);
	color: #0f7f6b;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.half td{
	border-bottom: solid 1px #bfcec4;
	border-right: solid 1px #bfcec4;
	text-align: center;
	padding: 5px 0;
}
.half td.time{
	border-bottom: solid 1px #bfcec4;
	background: url(../img/td.gif);
	text-align: center;
	padding: 5px 0;
}
.half td strong{
	font-weight: normal;
	color: #d50c00;
}

#topics{
	position: relative;
	width: 275px;
	height: 210px;
	background: url(../../img/topics_bg.gif) no-repeat;
	margin-top: 20px;
}
#topics div{
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: auto;
	width: 273px;
	height: 208px;
	font-size: 10px;
}
.half #topics table{
	width: 93%;
	border: none;
	margin: 0 auto;
}
.half #topics table th{
	color: #0daa8f;
	padding: 8px 5px 0 5px;
	text-align: left;
	background: none;
	border: none;
}
.half #topics table td{
	padding: 0 5px 8px 5px;
	background: url(../../img/td.gif) repeat-x bottom;
	text-align: left;
	border: none;
}
