@charset "utf-8";

/*
Site Name: 
Description: parts style
*/

/* header
----------------------------------------- */
#header h1,
p#logo{
	float: left;
	width: 427px;
	height: 70px;
	margin-top: 10px;
}

p#tel{
	float: right;
	width: 280px;
	height: 51px;
	margin-top: 23px;
}



/* footer
----------------------------------------- */
#footer p#copyright{
	width: 800px;
	height: 28px;
	font-size: 12px;
	padding-top: 6px;
	background-image: url(../img/copyright_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer p#foot{
	font-size: 12px;
	padding-bottom: 10px;
}


/* topicpath
----------------------------------------- */
#topicpath #t-path{
	font-size: 85%;
	float: right;
}

#topicpath #t-path li{
	display: inline;
	margin: 0px 0px 0px 5px;
	background: url(../img/topicpath.gif) no-repeat left center;
	list-style: none;
	padding: 0px 0px 0px 10px;
}

#topicpath #t-path li a{
	margin: 0px 5px 0px 0px;
}

#topicpath #t-path li.home{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image:none;

}

/* content
----------------------------------------- */
#content p,
#content td,
#content li{
	line-height: 1.5;
}

/* main
----------------------------------------- */
#main ul,
#main ol,
#main p{
	padding: 0.5em 10px;
}

#main ul li{
	margin-left: 20px;
	list-style-type: square;
}

#main ol li{
	margin-left: 25px;
	list-style-type: decimal;
}

#main p.photo{
	margin: 0;
	padding: 0;
}

#main p.p-top{
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}

#main h1{
	font-size: 28px;
	font-weight: 800;
	padding: 4px 0px 8px 15px;
	margin: 10px 0px;
	background-image: url(../img/h1_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	clear: both;	
}

#main h2{
	font-size: 24px;
	font-weight: 800;
	padding: 4px 0px 5px 15px;
	margin: 10px 0px;
	background-image: url(../img/h2_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	clear: both;
}

*:first-child+html #main h2{
	padding: 6px 0px 5px 15px;
}

#main h2, x:-moz-broken {
	padding: 2px 0px 5px 15px;
}

#main h3{
	font-size: 20px;
	font-weight: 800;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border-left-color: #4D7A39;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 5px;
	border-left-style: solid;
	clear: both;
}

#main h4{
	font-size: 18px;
	font-weight: 800;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #73B755;
}

#main h5{
	font-weight: 800;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

#main table{
	font-size: 100%;
	margin: 1em 10px;
}

#main table th,
#main table td{
	padding: 5px 10px 5px 10px;
}


#main .table-01{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
}

#main .table-01 th{
	background-color: #F3F3F3;
}

#main .table-01 th,
#main .table-01 td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

#main .table-02{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DDD;
	border-right-color: #DDD;
}

#main .table-02 th{
	background-color: #6A6A6A;
	color: #FFF;
}

#main .table-02 th,
#main .table-02 td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

/* sub
----------------------------------------- */
#sub #menu ul{
	background-image: url(../img/menu-body_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#sub #menu ul li{
	line-height: 0;
	padding: 5px 0px;
}

#sub #menu ul li a{
	line-height: normal;
	margin-left: 10px;
}

#sub #menu ul li.menutop{
	padding-top: 20px;
	background-image: url(../img/menu-top_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#sub address{
	font-size: 12px;
	line-height: 1.5;
}

#sub h2{
	font-size: 14px;
	font-weight: 800;
	margin-top: 30px;
	padding: 0px 0px 10px 2px;
	clear: both;
	background-image: url(../img/sub-h2_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

}

strong.name{
	font-size: 10px;
}

/* clinic ----------------------------------- */

table.clinic-table th,
table.clinic-table td{
	margin: 0px;
	padding: 8px;
	line-height: 160%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

table.clinic-table th{
	font-size: 12px;
}

table.time th{
	padding: 0.25em 15px 0.8em 0;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #C7C7C7;
	vertical-align: top;
	text-align: left;
}

table.time th.timetop{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C7C7C7;
}

table.time td{
	padding: 0.4em 0 0.8em 15px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #C7C7C7;
	text-align: left;
	vertical-align: top;
}

/* doctor ----------------------------------- */
.doctor-left-box{
	float: left;
	width: 180px;
	overflow: hidden
}

.doctor-right-box{
	float: right;
	width: 400px;
	overflow: hidden
}

table.history th{
	padding: 0.25em 15px 0.8em 0;
	border-width: 3px 0 0 0;
	border-style: solid;
	border-color: #C7C7C7;
	vertical-align: top;
	text-align: center;
}

table.history td{
	padding: 0.4em 0 0.8em 15px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #C7C7C7;
	text-align: left;
	vertical-align: top;
}

/* specialist ----------------------------------- */
img.specialist-left {
	float: left;
	clear: both;
	margin-right: 15px;
	margin-bottom: 20px;
}

/* treatment ----------------------------------- */
/* microscope ----------------------------------- */
table.treatment-table th,
table.treatment-table td,
table.microscope-table th,
table.microscope-table td,
table.electrolysis-table th,
table.electrolysis-table td{
	text-align: center;
	font-weight: bold;
}

/* link ----------------------------------- */
.link-box{
	overflow: hidden;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D7A39;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.link dd{
	margin-top: 20px;
} 

span.dac{
	color: #EC641F;
	font-weight: bold;
}