@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	height: 1226px;
	min-width: 894px;
	max-width: 1280px;
	width: expression(document.body.clientWidth < 896? "894px" : document.body.clientWidth > 1280? "1280px" : "auto");
	background: url(../img/cmn_bg.jpg) top center no-repeat;
}

#contents #cont-main #cont-body {
	position: relative;
	width: 894px;
	height: 1226px;
	margin: 0 auto;
}


/* ----------------------------------------
	00 navi
------------------------------------------*/

#navi-container #navi {
	/*left: 35px;*/
}



/* ----------------------------------------
	01 head
------------------------------------------*/

#rest-head {
	position: relative;
	width: 894px;
}

h1.title {
	position: absolute;
	left: 159px;
	top: 118px;
	width: 565px;
	height: 83px;
}
/*
h2.logo {
	position: absolute;
	left: 7px;
	top: 0;
	width: 170px;
	height: 115px;
}
*/


/* ----------------------------------------
	02 cont
------------------------------------------*/

#rest-cont {
	position: absolute;
	left: 111px;
	top: 201px;
	width: 695px;
	height: 709px;
	text-align: left;
	font-size: 100%;
	color: #474747;
	letter-spacing: 1px;
	font-size: 80%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #fff;
}


#rest-cont #rest-cont-l {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 639px;
}
#rest-cont #rest-cont-l #rest-cont-l-cap {
	position: absolute;
	right: 5px;
	bottom: 0;
	text-align: right;
}
#rest-cont #rest-cont-l #rest-cont-l-title {
	width: 86px;
	height: 40px;
	margin-left: 121px;
}
#rest-cont #rest-cont-l .rest-cont-l-item {
	width: 300px;
	height: 87px;
	margin: 10px 0 0 20px;
	clear: both;
}
#rest-cont #rest-cont-l .rest-cont-l-item .rest-cont-l-item-num {
	float: left;
	width: 24px;
	height: 85px;
}
#rest-cont #rest-cont-l .rest-cont-l-item .rest-cont-l-item-photo {
	float: left;
	width: 112px;
	height: 85px;
}
#rest-cont #rest-cont-l .rest-cont-l-item .rest-cont-l-item-txt {
	float: left;
	width: 164px;
	height: 85px;
}


#rest-cont #rest-cont-r {
	position: absolute;
	top: 0;
	right: 7px;
	width: 332px;
	height: 619px;
}
#rest-cont #rest-cont-r .rest-cont-r-item {
	width: 304px;
	height: 87px;
	margin: 10px 0 0 5px;
	clear: both;
}
#rest-cont #rest-cont-r .rest-cont-r-item .rest-cont-r-item-num {
	float: left;
	width: 24px;
	height: 90px;
}
#rest-cont #rest-cont-r .rest-cont-r-item .rest-cont-r-item-photo {
	float: left;
	width: 112px;
	height: 90px;
}
#rest-cont #rest-cont-r .rest-cont-r-item .rest-cont-r-item-txt {
	float: left;
	width: 168px;
	height: 90px;
}


#rest-cont #rest-cont-r #rest-cont-r-title {
	width: 86px;
	height: 40px;
	margin-left: 109px;
}
#rest-cont #rest-cont-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 690px;
	height: 50px;
}
#rest-cont #rest-cont-bottom p {
	line-height: 120%;
	margin-left: 165px;
	width: 500px;
}



.to_home {
	bottom: 20px !important;
}



























