@charset "utf-8";



/* CSS Document */



.plateau_top {

    width: 1000px;

	height: 300px;

	margin: 0;

	padding: 0;

	background: url(image/img_01.jpg) no-repeat;

	background-position: top;

	clear: both;

}



.plateau_top ul {

    padding: 235px 0 0 290px;

}



.plateau_top li {

    width: 340px;

	height: 50px;

	margin: 0;

	padding: 0 0 30px 0;

    float: left;

}



#alacarte {

    width: 340px;

	height: 50px;

	text-indent: -9999px;

    float: left;

	display: block;

	background: url(image/link_01.jpg) no-repeat left top;

}



#wine {

    width: 340px;

	height: 50px;

	text-indent: -9999px;

    float: left;

	display: block;

	background: url(image/link_02.jpg) no-repeat left top;

}



#alacarte:hover {

    background: url(image/link_01_02.jpg) no-repeat left top;

}



#wine:hover {

    background: url(image/link_02_02.jpg) no-repeat left top;

}



.coment_03 dt {

    line-height: 1.5em;

}



.coment_03 dd {

    line-height: 1.5em;

}















