@charset "utf-8";
/* CSS Document */

#contentMain #menu {
	height: 445px;
	width: 900px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-x: auto;
	float: left;
}
#contentMain #menu .category {
	margin-top: 20px;
	float: left;
	width: 520px;
}
#contentMain #menu .categoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F60;
	float: left;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
}
#contentMain #menu .menuCategory {
	width: 360px;
	float: left;
	margin-top: 20px;
}
#contentMain #menu .menuCategory img {
	border: 1px solid #666;
	margin-top: 20px;
	margin-bottom: 55px;
}


#contentMain #menu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	width: 500px;
	display: block;
	float: left;
	list-style-type: none;
}
#contentMain #menu ul li {
	text-align: left;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	height: 15px;
	padding-top: 8px;
	padding-bottom: 2px;
}
#contentMain #menu ul li .subject {
	width: 390px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	display: block;
	float: left;
}
#contentMain #menu ul li .subject:first-letter {
	color: #F60;
}
#contentMain #menu ul li .price {
	width: 100px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
}
#contentMain #menu .menu_table {
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
}
#contentMain #menu .menu_table table ul {
	width: 350px;
	margin-left: 200px;
}
#contentMain #menu .menu_table table ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	text-align: center;
}
#contentMain #menu .menu_table table tr .menu_title {
	color: #F60;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#contentMain #menu .menu_table table tr .item {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 60px;
}

