@charset "UTF-8";


.gotoMenu {
	text-align: center;
	float: left;
	padding-bottom: 1em;
	width: 50%;
}


.menuText {
	clear: both;
	width: 450px;
}
.menuText ul {
	margin: 1em;
}
.menuText li {
	list-style: none;
}


.menuText dl {
	margin-left: 20px;
}
#main .menuText dt {
	clear: both;
	float: left;
}
#main .menuText dd {
	margin-bottom: 0.2em;
	text-align: right;
	white-space: nowrap;
}


/*menu detail page layer absolute*/

#num {
	text-align: left;
	float: left;
	width: 40px;
	line-height: 1.7em;
}
#name {
	text-align: left;
	float: left;
	width: 312px;
	line-height: 1.7em;
}
#price {
	text-align: right;
	float: left;
	width: 60px;
	line-height: 1.7em;
}

.pic {
	margin-bottom: 10px;
/*	background: url(../menu/image/bg_menupics.gif) no-repeat;
	height: 320px;
	width: 420px;
	padding-top: 10px;*/
	padding-left: 10px;
}
.pic2 {
	margin-bottom: 10px;
	background: url(images/frame-photo2.gif) no-repeat;
	height: 412px;
	width: 312px;
	padding-top: 6px;
	padding-left: 6px;
	margin-left: 50px;
}



#goBackToMenuList {
	width: 430px;
	padding-top: 2em;
	text-align: center;
	clear: both;
}



/*course*/
.course {
	margin: 20px 40px 20px 60px;
	line-height: 1.5em;
}
#main .course ul li {
	margin: 0;
	list-style: none;
	paddign: 0;
}
.courseHeadline {
	margin-top: 20px;
	margin-left: 5px;
	border-left: 5px solid #C00;
	padding-left: 5px;
}
.red {
	color: #C00;
	border: 1px dotted #C00;
	padding: 2px 5px;
}

.floatWrap {
	overflow:hidden;
}
* html .floatWrap {
	height:1%;
}
.course2column {
	width: 230px;
	float: left;
	margin: 10px 0 10px 15px;
	line-height: 1.5em;
}
