@charset "utf-8";
/* common CSS Document */

/*-----擬似要素(float解除)----*/

div#main_bottom_inner:after,
div#inner_antipasto,
dl dt:after,
ul.to_navi:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}


/*------------コンテンツ----------------*/
p#bt_reserve{
	float:left;
	margin:250px 0 0 -173px;
	padding-bottom:10px;
	background:url(../img/bg_reserve.png) no-repeat center bottom;
}

p#bt_reserve a{
	width:174px;
	height:161px;
	color:#FFC0C9;
}

p#bt_reserve a img{
	display:block;
	margin-top:-2.0em;
	position:relative;
}

p#bt_reserve a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

h3{
	clear:both;
	width:670px;
	margin:10px 0 15px;
}

div#inner_antipasto{
	float:right;
	width:448px;
	height:auto;
}

div#inner_antipasto dl{
	float:left;
	width:210px;
	height:auto;
	margin:5px 5px 0;
}

*html div#inner_antipasto dl{
	margin:5px 2px 0;
}

.menu_img{
	display:block;
}

div#inner_antipasto dl dt{
	width:210px;
	background: url(../img/line_short.gif) no-repeat bottom center;
}

dl{
	float:right;
	width:448px;
	height:auto;
	margin-top:5px;
	text-align:right;
}

dl dt{
	width:443px;
	height:auto;
	margin-bottom:3px;
	padding:0 5px 3px 0;
	text-align:left;
	background: url(../img/line.gif) no-repeat bottom center;
}

dl dt strong{
	float:left;
	line-height:1.1;
	font-size:100%;
	color:#702D22;
}

div#inner_antipasto dl dt strong{
	width:170px;
}

dl dt span{
	float:right;
	width:35px;
	font-size:100%;
	font-weight:bold;	
	color:#702D22;
}

div#inner_antipasto dl dt span{

}

dl dd {
	margin-bottom:15px;
	text-align:left;
	font-size:85%;
	color:#702D22;	
}

ul.to_navi{
	clear:both;
	float:right;
	width:432px;
	height:15px;
	margin:15px 0 30px;
}

ul.to_navi li{
	float:left;
	margin-right:5px;
}

ul.to_navi li img{
	display:block;
	margin:-1.0em 0 0;
	position:relative;
}


/*------------フッター----------------*/

