@charset "utf-8";
@import url("../css/common.css");

/*トップ*/

#system {
	background: url(./images/back_bar.jpg) repeat-y;
	width:812px;
	height:auto;
	clear:both;
}

#system { display: inline-block; }

#system:after {
	content: ".";
	display: block;
	height: 0;
	line-height:0;
	font-size: 0.1em;
	clear: both;
	visibility: hidden;
}

#system h2 {
	background: url(./images/back_systemtitle.jpg) no-repeat;
	width:812px;/*	height:289px;*/
}

#system h3 {
	border-bottom:1px solid #493e2a;
	border-left:3px solid #493e2a;
	font-weight:bold;
	font-size:14px;
	padding-left:6px;
}

#course {
	/*height:220px;*/
	width:305px;
	/*margin-top:-215px;*/
	padding-left:36px;
	padding-bottom:15px;
	float:left;
}

#course h3 {
	width:299px;
}

/*#course dl {
	font-size:18px;
	padding:10px 46px;
	line-height:1.9;
}

#course dl dt { float:left; }

#course dl dd { padding-left:95px; }*/

#course ul {
	font-size: 18px;
	margin-left: 46px;
	margin-top: 10px;
	width: 280px;
	line-height: 1.5;
}

#course li {
	width: 280px;
	overflow: hidden;
}

#course li p {
	float: left;
	width: 170px;
}

#course li span {
	float: left;
	width: 110px;
}

#midnight {
	float:left;
	/*margin-top:-215px;*/
	width:415px;
	padding-left:20px;
}

#discount {
	clear:both;
	padding-left:36px;
	padding-right:36px;
}

#discount p { padding:10px 46px; }

#option {
	clear:both;
	padding-left:36px;
	padding-right:36px;
}

#option dl {
	font-size:14px;
	padding:15px 56px;
	padding-bottom:25px;
}

#option dl dt {
	float:left;
}

#option dl dd {
	padding-left:230px;
}

#free_option {
	padding:0 36px 25px 36px;
	font-size:14px;
}

#free_option p { padding:10px 56px; }

#store {
	clear:both;
	padding-left:36px;
	padding-right:36px;
	background: url(./images/back_bottom.jpg) no-repeat left bottom;
	font-size:14px;
}

#store dl {
	padding:15px 56px;
	padding-bottom:25px;
}

#store dl dt { float:left; }

#store dl dd { padding-left:110px; }

.eventcolor { color: #ff0000; }

#event {
	width:380px;
	height:185px;
	float:right;
	padding:18px 18px 18px 17px;
	background:url(../../top/images/event_back.jpg) no-repeat left top;
}

