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

	*{
		margin:0;
	}

		img{
			border:none;
		}

html{
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing:1px;
	font-size:13px;
}

	body {
		-webkit-text-size-adjust: 100%;
	}

		a{
			color:;
			text-decoration:none;
		}

/*------------------------------------------
	slide show
--------------------------------------------*/
.slideframe {
	background:rgba(0,0,0,1.0);
	background: -webkit-gradient( linear, left top, left bottom, from(#000), to(#420000) );
	width: 100%;
	height:250px;
	overflow:hidden;
	margin:;
}
	.pics{
		width: 960px; 
		height: 250px; 
		background:rgba(0,0,0,0.2);
		overflow: hidden; 
		padding: 0px;
		margin:0 auto ; 
	}
.menu-bar-bottom {
	width: 100%;
	height: 11px;
	padding:0px 0 0px 0;
	background-color:rgba(0,0,0,0.1);
	background-image:url("../img/menu-bg02.jpg");
	background-repeat:repeat-x;
	margin:0 auto ;
}


/*------------------------------------------
	contents
--------------------------------------------*/
.contents {
	background:rgba(0,0,0,0.00);
	width: 950px;
	height:auto; min-height:330px;
	overflow:hidden;
	margin:39px auto 0 auto;
	padding:10px 0 10px 0;
}
		.contents div{
			float:left;
		}
/*------------------------------------------
	contents left
--------------------------------------------*/
.contents-left {
	width: 660px;
	height:auto; min-height:330px;
	overflow:hidden;
	margin:0px auto 0 auto;
}
	.contents-left,
	.title01,
	.title02,
	.title03,
	.foodinfo,
	.menuinfo,
	.menuinfo-left,
	.menuinfo-right{
		background:rgba(0,0,0,0.00);
	}
	.title01 {
		width:660px;
		height:46px;
		background-image:url("../img/t-bg07.jpg");
		overflow:hidden;
		margin:13px auto 13px auto;
	}
		.title02 {
			width:660px;
			height:46px;
			background-image:url("../img/t-bg08.jpg");
			overflow:hidden;
			margin:33px auto 37px auto;
		}
			.title03 {
				width:660px;
				height:46px;
				background-image:url("../img/t-bg09.jpg");
				overflow:hidden;
				margin:38px auto 5px auto;
			}
		.title01 h5,
		.title02 h5,
		.title03 h5{
			margin:13px 0 0 93px;
			font-size:15px;
			font-weight:normal;
			letter-spacing:2px;
			color:#f777;
		}

.foodinfo{
	width: 580px;
	height:auto; min-height:10px;
	overflow:hidden;
	margin:25px 0 10px 40px;
	padding:10px 0px 3px 0px;
	border-bottom:1px solid #8f8f8f;
	color:#df7888;
	font-weight:bold;
	font-size:15px;
	letter-spacing:2px;
	}

.menuinfo{
	width: 580px;
	height:auto; min-height:10px;
	overflow:auto;
	margin:0px 0 5px 40px;
	padding:0px 0px 0px 0px;
	color:#555;
	font-weight:normal;
	font-size:13px;
	letter-spacing:2px;
}
		.menuinfo div{
			float:left;
		}
.menuinfo-left{
	width: 420px;
	height:auto; min-height:10px;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0px 0px 0px 10px;
	}

	.menuinfo-right{
		width: 120px;
		height:auto; min-height:10px;
		overflow:hidden;
		margin:0px 0 0 20px;
		padding:0 10px 0 0;
		text-align:right;
	}
