@charset "utf-8";

/* regularmenu CSS
----------------------------------------*/
/*---.section-bgImage ---*/
#regularmenu .section-bg {
	background-image:  url("../images/sectionbg/bg_01.jpg");
	background-position: 0 80px;
}
/*--- leadSentence ---*/
#regularmenu .leadSentence {
	width:420px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}
#regularmenu .leadSentence h3 {
	padding-top: 20px;
}
#regularmenu .leadSentence p {
	line-height: 2;
	margin-bottom: 14px;
}
/*--- leadMenu ---*/
#regularmenu .leadMenu {
	padding-top: 10px;
	background-color:#fff;
}
/*--- price table ---*/
#price {
	margin: 0 auto;
	width: 600px;
}
#price table {
	width: 100%;
}
#price table th,
#price table td {
	width: 20%;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #ddd;
}
#price table th {
	background-color: #9c9;
}
#price tr.course th {
	background-color: #fc9;
}
#price ul {
	line-height:1.8;
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}
#price ul li span {
	font-weight:bold;
	color:#c00;
}
/* alacarte CSS
----------------------------------------*/
#alacarte .section-bg {
	background-image:  url("../images/sectionbg/alacarte.jpg");
	background-position: 0px 320px;
}