﻿/* ===== Contents Area ===== */

#contents #side-space {
	margin: 20px auto 0 auto;
	width: 720px;
	height: 100%;
}


/* ===== Contents Area ===== */

#main-box {
	float: left;
	width: 720px;
}



/* ===== セラピールームご案内ページ ===== */

#therapy-room {
	width: 720px;
	text-align: left;
}

#therapy-room .space {
	width: 720px;
	margin-top: 10px;
	text-align: left;
}
#therapy-room .space-room {
	width: 720px;
	text-align: left;
}
#therapy-room .space-room:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#therapy-room .space-room-inner {
	width: 720px;
	margin-top: 20px;
	text-align: left;
}
#therapy-room .space-room-inner:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#therapy-room .space-left {
	float: left;
	width: 530px;
	margin-top: 10px;
	margin-right: 10px;
	display: inline;
}
#therapy-room .space-right {
	float: left;
	width: 180px;
	margin-top: 10px;
	text-align: right;
	display: inline;
}

#therapy-room .space-left2 {
	float: left;
	width: 410px;
	margin-right: 10px;
	display: inline;
}
#therapy-room .space-right2 {
	float: left;
	width: 300px;
	text-align: right;
	display: inline;
}

#therapy-room .space-under {
	margin-top: 10px;
}

#therapy-room h3 {
	margin-top: 70px;
}

#therapy-room h3.first {
	margin-top: 0;
}

#therapy-room h4 {
	margin-top: 15px;
	color: #b66f2a;
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
}
#therapy-room h4.first {
	margin-top: 0;
}
#therapy-room h4.h4-inner {
	margin-top: 25px;
}

#therapy-room ul.ul-link {
	list-style-type: none;
}
#therapy-room ul.ul-link li {
	margin-top: 3px;
	padding-left: 18px;
	background: url(../image/common/cursol_list.jpg) 0 7px no-repeat;
	color: #212121;
	font-size: 75%;
}
html>/**/body #therapy-room ul.ul-link li {
	background: url(../image/common/cursol_list.jpg) 0 3px no-repeat;
}
#therapy-room ul.ul-link li a:link,
#therapy-room ul.ul-link li a:visited {
	color: #212121;
	text-decoration: underline;
}
#therapy-room ul.ul-link li a:active,
#therapy-room ul.ul-link li a:hover {
	color: #212121;
	text-decoration: underline;
}


#therapy-room ul.midashi {
	margin-top: 40px;
	text-align: left;
	list-style: none;
}
#therapy-room ul.first {
	margin-top: 0;
}
#therapy-room ul.long {
	margin-top: 70px;
}

#therapy-room ul.midashi li {
	padding: 0 12px 0 15px;
	background: url(../image/common/cursol_green.jpg) 0 0.15em no-repeat;
	color: #b66f2a;
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
	display: inline;
}

#therapy-room p {
	margin-top: 15px;
	color: #333;
	font-size: 75%;
	line-height: 150%;
}
#therapy-room p.p-first {
	margin-top: 0;
}
#therapy-room p.first {
	margin-top: 5px;
}
#therapy-room p.under {
	margin-top: 5px;
}
#therapy-room p span {
	color: #b66f2a;
	font-weight: bold;
}
#therapy-room img.photo {
	float: right;
	margin-left: 15px;
	margin-botton: 15px;
}

#therapy-room table {
	width: 500px;
	margin-top: 5px;
	border-spacing: 0;
	color: #333;
	font-size: 75%;
	line-height: 150%;
}

#therapy-room table td.left {
	padding: 0;
	width: 150px;
	vertical-align: center;
	text-align: left;
}

#therapy-room table td.right {
	padding: 0;
	width: 350px;
	vertical-align: center;
	text-align: left;
}


