@charset "utf-8";


div.course {
	text-align: center;
	}

div.course div {
	text-align: left;
	}

div.course div.freedial {
	margin: 0 auto 20px auto;
	padding: 5px;
	border: 1px solid #e71b85;
	background: #fdeef0;
	width: 377px;
	text-align: center;
	}

div.course h2 {
	margin-bottom: 20px;
	}

div.course h3 {
	line-height: 1.3;
	color: #080;
	}

div.course h3 strong {
	color: #e71b85;
	font-weight: bold;
	}

/* @group div.special */

div.special {
	zoom: 1;
	margin-bottom: 30px;
	}

div.special:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.special p {
	margin-bottom: 1em;
	}

div.special div.image {
	margin: 15px 0 10px 10px;
	float: right;
	width: 260px;
	text-align: center;
	}

/* @end */

/* @group div#deluxeCourse */

div#deluxeCourse {
	margin: 80px auto 50px auto;
	width: 570px;
	text-align: left;
	background: url(../img/deluxe/bottom.png) center bottom no-repeat #fff;
	}

div#deluxeCourse div {
	padding: 0 30px;
	}

div#deluxeCourse h3 {
	padding: 40px 0 20px 0;
	background: url(../img/deluxe/top.png) center top no-repeat #fff;
	text-align: center;
	}

div#deluxeCourse div.lead {
	padding-bottom: 40px;
	background: url(../img/deluxe/middle.png) center top repeat-y #fff;
	}

/* @group div.deluxeMenu */

div#deluxeCourse div.deluxeMenu {
	background: url(../img/deluxe/middle.png) center top repeat-y #fff;
	}

div#deluxeCourse div.deluxeMenu h4 {
	padding-left: 35px;
	font-weight: bold;
	background: url(../img/mini-rose.png) left 50% no-repeat;
	}

div#deluxeCourse div.deluxeMenu h4 em {
	display: block;
	color: #080;
	font-weight: bold;
	font-size: 108%;
	}

div#deluxeCourse div.deluxeMenu p {
	padding: 0 0 2em 35px;
	font-size: 85%;
	}
	
div#deluxeCourse div.deluxeMenu p sup {
	color: #c00;
	font-weight: bold;
	}

/* @end */

/* @group div.attention */

div#deluxeCourse div.attention {
	padding: 0 0 50px 0;
	/*background: url(../img/deluxe/bottom.png) center bottom no-repeat #fff;*/
	}

div#deluxeCourse div.attention ul {
	padding: 0 30px 1em 30px;
	background: url(../img/deluxe/middle.png) center top repeat-y #fff;
	}

div#deluxeCourse div.attention ul li {
	margin-left: 2em;
	list-style: disc;
	font-size: 85%;
	}

div#deluxeCourse div.attention ol {
	padding: 0 30px 0 30px;
	background: url(../img/deluxe/middle.png) center top repeat-y #fff;
	}

div#deluxeCourse div.attention ol li {
	margin-left: 2.5em;
	list-style: decimal;
	font-size: 85%;
	}

div#deluxeCourse div.attention ol li em {
	font-style: italic;
	font-weight: bold;
	}

/* @end */

/* @end */

/* @group div.standardMenu */

div.standardMenu {
	margin-bottom: 30px;
	}

div.standardMenu h3 {
	margin-bottom: 10px;
	}

div.standardMenu p {
	}

/* @end */





/* @group table.price */

table.price {
	width: 640px;
	}

table.price tr {
	}

table.price th {
	width: 240px;
	color: #080;
	font-weight: bold;
	}

table.price td {
	}

table.price td strong {
	font-weight: bold;
	}

table.price tr.even th {
	padding: 5px 0 0 5px;
	}

table.price tr.even td {
	padding: 5px 5px 0 0;
	border: 0;
	}

table.price tr.odd td {
	padding: 0 5px 5px 5px;
	font-size: 85%;
	}

table.price tr.boxfill th,
table.price tr.boxfill td {
	background: #eff5d2;
	}

/* @end */

/* @group table.option */

table.option {
	width: 640px;
	}

table.option {
	font-size: 85%;
	}

table.option caption {
	margin-bottom: 3px;
	color: #080;
	font-weight: bold;
	}

table.option th {
	padding: 3px;
	border: 1px solid #999;
	vertical-align: top;
	background: #eff5d2;
	white-space: nowrap;
	}

table.option td {
	padding: 3px;
	border: 1px solid #999;
	}

p.option {
	font-size: 85%;
	}

/* @end */






