@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*/

#menuTable {
	width: 415px;
	border: none;
}
#menuTable td {
	vertical-align: top;
	border: none;
	white-space: nowrap;
}
#category {
	width: 47px;
}


#num {
	width: 40px;
}
#name {
}
#hot {
	width: 46px;
	text-align: center;
}
#price {
	text-align: right;
	width: 1%;
	white-space:nowrap;
}
#comment,#enName {
	clear:both;
	line-height: 1.7em;
	margin-left:45px;
	width: 367px;
}
#comment {
	margin-top: 0.5em;
}


.pic {
	margin-bottom: 10px;
	background: url(../menu/image/bg_menupics.jpg) no-repeat;
/*	height: 310px;*/
	width: 410px;
	padding: 10px 0 10px 10px;
}
.pic2 {
	margin-bottom: 10px;
	background: url(../menu/image/bg_menupics2.jpg) no-repeat;
	height: 410px;
	width: 310px;
	padding-top: 10px;
	padding-left: 10px;
	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;
}

