@charset "UTF-8";
/* CSS Document */

div#price th, div#price td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
div#price th {
	color: #794C1F;
}
div#course  {
	margin-right: 20px;
	margin-left: 20px;
}
div#course table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
}


div#course th, div#course td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
div#course th {
	color: #794C1F;
	font-weight: bold;
	line-height: 1.2em;
}
div#schedule {
	margin-right: 20px;
	margin-left: 20px;
}
div#schedule table {
	width: 100%;
	margin-bottom: 30px;
}
div#schedule th,div#schedule td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 5px;
	padding-left: 5px;
}
div#schedule th {
	color: #794C1F;
	padding-left: 1em;
	width: auto;
}
div.yoga-box {
	clear: both;
	padding-top: 30px;
}
div.yoga-box h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	color: #663300;
	font-size: 120%;
	margin-top: 30px;
}
div.yoga-box h3 {
	margin: 0px;
	padding: 0px;
}
