@charset "shift_jis";


body {
	font-size: 100%;
	font-family: "Times New Roman", "Times", "serif";
	color: #64542c;
	}
h1,h2,h3,h4,h5,h6,p {
	font-size: 90%;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
h6,p {
	margin: 0 0 10px 0;
}

a:link {		color: #006666; }
a:visited {		color: #663366; }
a:hover {		color: #009999; }
a:active {		color: #00CCCC; }

.ClrBrown {		color: #64542c; }
.ClrBlack {		color: #000000; }
.ClrGreen {		color: #006666; }
.ClrRed {		color: #CC0000; }

.margin0 {	margin: 0px; }

.TxtIndent01 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 95px;
}
.TxtIndent01Box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 95px;
	width: 530px;
}

.TxtBox {
	font-size: 90%;
	color: #64542c;
	line-height: 140%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.TxtLrg {
	font-size: 100%;
}
.TxtMed {
	font-size: 90%;
}
.TxtSml {
	font-size: 80%;
}


.RsvIndent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.RsvTitle {
	font-size: 100%;
	line-height: 120%;
	color: #006666;
	font-weight: bold;
}
.RsvHead {
	font-size: 100%;
	color: #006666;
	padding: 0px;
	margin: 30px 0px 0px;
}
.RsvNote {
	font-size: 90%;
	line-height: 140%;
	color: #64542C;
}
.RsvTable {
	font-size: 90%;
	color: #64542C;
}
.TxtList {
	font-size: 90%;
	color: #64542c;
	line-height: 120%;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.TxtList li {
	padding: 2px 0px 2px 0px;
}
.CursorHand {
	cursor: hand;
}

/* Program */

#program {
	margin: 0 0 0 95px;
}

#program ul {
	list-style-position: outside;
	margin: 0 0 0 2em;
	padding: 0;
}
#program ul li {
	font-size: 90%;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

.box470 {			width: 470px; }

#LayMenuPrg01 {		z-index: 1; }
#LayMenuPrg02 {		z-index: 2; }
#LayMenuPrg03 {		z-index: 3; }
#LayMenuPrg04 {		z-index: 4; }
#LayMenuTmnt01 {	z-index: 5; }
#LayMenuTmnt02 {	z-index: 6; }

#LayMenuPrg01,
#LayMenuPrg02,
#LayMenuPrg03,
#LayMenuPrg04,
#LayMenuTmnt01,
#LayMenuTmnt02 {
	position: absolute;
	left: 40%;
	top: auto;
	visibility: hidden;
	border: #BE9B1B solid 1px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	white-space: nowrap;
}

/* 2008.1.24 ----- */

#news {

}
#news ul {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 1em 2px;
	padding: 0;
}
#news ul li {
	font-size: 90%;
	color: #64542c;
	line-height: 1.4;
	margin: 0 0 0.1em 0;
	padding: 0 0 0 13px;
	
	background-image: url(../img/c_mark_triangle.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
}
/* ----- 2008.1.24 */


/* 2009.5.18 ----- */
#programPrice {
	width: 620px;
	margin: 0 40px;
}
#programPrice h2 {
	padding-bottom: 10px;
}
#programPrice p {
	margin: 0 0 2px 2px;
	font-size: 80%;
}
#programPrice a img {
	border: none;
}
#programPrice div.contBlock {
	padding-bottom: 20px;
}
#programPrice div.contBlock table {
	width: 620px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 80%;
}
#programPrice div.contBlock table th,
#programPrice div.contBlock table td {
	padding: 5px 2px;
	border: 1px solid #ccc;
}
#programPrice div.contBlock table thead th {
	background-color: #F8F5DE;
}
#programPrice div.contBlock table tbody th {
	border-left: none;
	border-right: none;
}
#programPrice div.contBlock table th {
	font-weight: normal;
}
#programPrice div.contBlock table th.code {
	width: 58px;
	border-right: none;
}
#programPrice div.contBlock table th.treatment,
#programPrice div.contBlock table th.treatmentL {
	border-left: none;
	border-right: none;
	text-align: left;
}
#programPrice div.contBlock table thead th.treatment {
	width: 185px;
}
#programPrice div.contBlock table thead th.treatmentL {
	width: 305px;
}
#programPrice div.contBlock table th.menu {
	width: 120px;
	border-left: none;
}
#programPrice div.contBlock table th.price {
	width: 125px;
}
#programPrice div.contBlock table tbody th.treatment {
	width: 305px !important;
}
#programPrice div.contBlock table tbody th.treatmentL {
	width: 425px !important;
}
#programPrice div.contBlock table td {
	text-align: center;
}

#timeNote {
	list-style: none;
	margin: 0;
	padding: 0;
}
#timeNote li {
	margin-bottom: 2px;
	padding-left: 10px;
	color: #64542c;
	text-indent: -10px;
}
/* ----- 2009.5.18 */

