@charset "UTF-8";

/* メニュー以下のページのみ適用 */

#contents ul {
	list-style-type: none;
	margin: 1em auto;
}

#contents h3 {
	color: #F39;
	}
	
#contents h4 {
	margin-bottom: 1em;
	color: #F9C;
	
	} 

div#pickup {
	padding-left: 240px;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #CCC;
	background: #FFF url(../../../y/images/menu/bg_01.jpg) no-repeat left top;
}

div#contents span.hot {
	color: #ff99cc;
}

div#contents span.cold,
div#ice h4 {
	color: #82d7dc;
}

div#drink {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #CCC;
}

div#hot,
div#ice,
div#others {
	width: 220px;
	display: block;
}

div#drink:after,
div#drink2:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
div#drink,
div#drink2 { display: inline-block; }
/* exlude MacIE5 \*/
* html div#drink,
* html div#drink2 { height: 1% }
div#drink, 
div#drink2 {display:block;}
/* end MacIE5 */

div#drink2 {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #CCC;
}

div#alcohol dl dt,
div#others dl dt {
	float:left;
	margin-right: 1em;
	
	}

div#foods {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #CCC;
}
