@charset "UTF-8";

/*index*/
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	background: url(../img/dot01.gif) repeat-x bottom;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	margin-left: 5px;
}
.menu a:link {
	color: #5c5145;
	text-decoration: none;
}
.menu a:visited {
	color: #5c5145;
	text-decoration: none;
}
.menu a:hover {
	color: #CC3333;
	text-decoration: underline;
}
.menu a:active {
	color: #CC3333;
	text-decoration: underline;
}
.menu01 {
	font-size: 14px;
	color: #FFFFFF;
	background: #FF9900;
	text-align: center;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #FF6600;
}
.menu02 {
	font-size: 14px;
	color: #FFFFFF;
	background: #78c765;
	text-align: center;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #57A303;
}
.menu03 {
	color: #CC9900;
	margin: 0px;
	padding: 3px 0px 0px;
	font-weight: bold;
}
.price {
	text-align: right;
	background: url(img/bg-price.jpg) no-repeat right top;
	font-size: 14px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pricedotBL {
	text-align: right;
	background: url(img/bg-price.jpg) no-repeat right top;
	font-size: 14px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.enclose03 ol {
	margin: 5px 0px;
	padding: 0px;
}
.enclose03 ol li {
	margin-right: 15px;
	margin-left: 35px;
}
.part {
	background: url(../img/dot-tate01.gif) repeat-y center top;
}

/*flow*/
.flow {
	margin-right: 15px;
}
.flow ol {
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;

}
.flow ol li {
	background: url(../img/mark02.gif) no-repeat left top;
	margin-left: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-indent: -1.3em;

	margin-bottom: 5px;
}

/*yoga*/
.schedule table {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.schedule th {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	background: #FFF1B9;
	color: #c2973f;
}
.schedule td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
