@charset "UTF-8";

/*--------------------------
		therapist/index.html
--------------------------*/
#main.therapist div.thrpBox h5 {
	width: 100%;
	background: #0066FF;
	text-align: center;
	color: #FFF;
	padding: 3px 0 1px 0;
	margin-bottom: 10px;
}
.therapist div.thrpBox table {
	width: 378px;
	margin: 0;
	border-left: #86BDD6 solid 1px;
	border-top: #86BDD6 solid 1px;
	border-collapse: collapse;
	float: right;
	margin-bottom: 5px;
}
.therapist div.thrpBox table th {
	background-color: #ECF4F9;
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.therapist div.thrpBox table td {
	color: #666666;
}
.therapist div.thrpBox table th,
.therapist div.thrpBox table td {
	border-right: #86BDD6 solid 1px;
	border-bottom: #86BDD6 solid 1px;
	padding: 5px;
	line-height:1.4;
	vertical-align: top;
}
#thrpBox td, #thrpBox th{ font-size: 86%; vertical-align: middle;}

#main.therapist div.thrpBox2 h5 {
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 3px 0 1px 0;
	margin: 10px 0;
}

#thrpL{
	float: left;
	width: 314px;
}
#thrpR{
	float: right;
	width: 255px;
}

#main.therapist div.thrpBox2 #thrpL h5 { background: #3FBFC2;}
#main.therapist div.thrpBox2 #thrpR h5 { background: #46C165;}

/*--------------------------
 therapist/actual.html
--------------------------*/
.actual ul {
	border: #999999 1px solid;
	background: #E9F0F6;
	margin-bottom: 20px;
}
.actual ul li {
	float: left;
	background: url("../images_common/listmark03.gif") no-repeat 0 10px;
	width: 60px;
	font-weight: bold;
	padding: 6px 0 4px 11px;
	margin:0;
	margin-left: 13px;
	display: inline;
}
#main.actual ul li a { color: #0066FF; text-decoration: none;}
#main.actual ul li a:hover { color: #0066FF; text-decoration: underline;}

#main.actual dl dt {
	background: url("../images_common/sstitle_bg.gif") no-repeat 0 0;
	width: 540px;
	padding: 7px 0 13px 30px;
	font-size: 110%;
	color: #1C2C3F;
	font-weight: bold;
}
.actual dl dd {
	margin: 0 0 30px 25px;
	padding: 0 10px;
	font-size: 100%;
}


p.a_title{
	margin: 0 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------
 therapist/difference.html
--------------------------*/
.difference div.tableBox1 dl,
.difference div.tableBox2 dl {
	margin-bottom: 10px;
	text-align: center;
}
.difference div.tableBox1 dl dt,
.difference div.tableBox2 dl dt {
	font-weight: bold;
	color: #0066FF;
	margin-bottom: 5px;
}

.difference div.tableBox1 {
	float: left;
	width: 270px;
	padding: 0 5px 0 10px;
}
.difference div.tableBox2 {
	float: right;
	width: 270px;
	padding: 0 10px 0 5px;
}
#main.difference table {
	font-size: 82%;
	line-height: 1.2;
}

#main.difference table span {
	display: block;
	color: #333333;
	font-weight: normal;
}

/*--------------------------
 therapist/flow.html
--------------------------*/
.flow dl {
	background: url("../images_common/flow_bg.gif") repeat-y 0 0;
	margin-bottom: 10px;
}
.flow dl dt {
	background: url("../images_common/flow_title_bg.gif") no-repeat 0 0;
	width: 540px;
	padding: 16px 0 14px 30px;
	font-size: 120%;
	font-weight: bold;
}
.flow dl dd {
	background: url("../images_common/flow_bg_bottom.gif") no-repeat 0 100%;
	padding: 5px 10px 10px 10px;
	font-size: 82%;
	line-height: 1.4;
}
p.arrow {
		background: url("../images_common/arrow.gif") no-repeat 0 0;
		width: 32px;
		height: 13px;
		margin: 0 0 0 265px;
		text-indent: -9999px;
		clear: both;
}


/*--------------------------
		policy.html
--------------------------*/
.policy ul {
	margin-bottom: 15px;
}

.policy ul li {
	background: url("../images_common/listmark01.gif") no-repeat 5px 6px;
	padding: 0 0 0 13px;
	line-height: 1.4;
}

/*--------------------------
		inquire.html
--------------------------*/
#main.inquire table span {color: #FF0000; font-weight: normal;}

#main.inquire table span.block {
	color: #147EAD;
	font-weight: normal;
	display: block;
	line-height: 1.2;
}

#main p.formText { font-size:100%; line-height:1.4; margin: 0;}

/*--------------------------
		sitemap.html
--------------------------*/
#main.sitemap dl dt,
#main.sitemap dl.siteLower dt {
	margin-bottom: 5px;
	padding-left: 22px;
}

#main.sitemap dl dt { background: url("../images_common/listmark02.gif") no-repeat 7px 2px;}
#main.sitemap dl.siteLower dt { background: url("../images_common/listmark01.gif") no-repeat 10px 2px;}

#main.sitemap dl dd,
#main.sitemap dl.siteLower dd {
	padding-left: 22px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #999999;
}

#main.sitemap dl dt a {color: #333333; text-decoration: none;}
#main.sitemap dl dt a:hover {color: #0066FF; text-decoration: underline;}

#main.sitemap dl dd.categoryLine {
	border-bottom: #E2E2E2 1px solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}




