@charset "UTF-8";
/* CSS Document */

#menu #pickupMenu{
	width:870px;
	height:230px;
	margin:0 auto 40px;
}

#menu #pickupMenu a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	zoom:1;
}

#menu .section{
	margin-bottom: 60px
}

#menu h2{
	margin:0 0 20px 45px;
	clear:both;
}

#menu .menuList {
	height:auto;
	margin: 0 0 0 45px;
}

#menu .menuList li{
	float:left;
	display: inline;
	width:195px;
	margin-right:30px;
	margin-bottom: 30px;
}

#menu .menuList li.wide{
	width:870px;
	margin-right:0;
	margin-bottom: 15px;
}

#menu .menuCatDetail {
	width:840px;
	padding: 15px;
	margin-left: 45px;
	text-align: left;
	background:#fff;
	border: 1px #eee dashed;
}

#menu .menuCatDetail h5 {
	font-size: 12px;
	line-height:1.6;
	font-weight: bold;
	color: #8a684d;
}

#menu .menuCatDetail p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height:2;
	color: #666;
}

#menu .menuCatDetail li {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height:1.6;
	color: #666;
}