@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: 5px;
	top: 0;
	width: 170px;
	height: 115px;
}
*/


/* ----------------------------------------
	02 cont
------------------------------------------*/

#rest-cont {
	position: absolute;
	left: 114px;
	top: 201px;
	width: 660px;
	height: 709px;
	text-align: left;
	color: #e6e6e6;
	font-size: 100%;
}
#rest-cont a {
	color: #e6e6e6;
}
#rest-cont a:hover {
	text-decoration: none;
	color: #e4e795;
}
#rest-cont #rest-cont-top {
	width: 660px;
	height: 28px;
}
#rest-cont #rest-cont-top a {
	float: right;
	display: block;
	width: 148px;
	height: 28px;
	text-align: center;
	background: url(../img/cmn_top_back.jpg) top right no-repeat;
	padding: 2px 0 0 0;
}
#rest-cont #rest-cont-l {
	position: relative;
	float: left;
	width: 334px;
	height: 666px;
}
#rest-cont #rest-cont-l strong {
	font-size: 110%;
	line-height: 140%;
}
#rest-cont #rest-cont-l #rest-cont-l-map {
	position: absolute;
	left: 0;
	bottom: 65px;
	width: 337px;
	height: 164px;
}
#rest-cont #rest-cont-l #rest-cont-l-map #rest-cont-l-map-l {
	float: left;
	width: 150px;
	height: 142px;
}
#rest-cont #rest-cont-l #rest-cont-l-map #rest-cont-l-map-r {
	float: right;
	width: 187px;
	height: 142px;
}
#rest-cont #rest-cont-l #rest-cont-l-map #rest-cont-l-map-bottom {
	width: 150px;
	height: 22px;
	background: url(../img/cmn_map_icon.jpg) top left no-repeat;
	padding: 5px 0 0 25px;
	font-size: 80%;
}
#rest-cont #rest-cont-r {
	float: right;
	width: 301px;
	height: 666px;
	font-size: 80%;
	line-height: 140%;
}
#rest-cont #rest-cont-r .rest-cont-r-txt {
	padding: 2px 4px 10px;
}
#rest-cont #rest-cont-r #rest-cont-r-box {
	width: 301px;
}
#rest-cont #rest-cont-r #rest-cont-r-box-l {
	float: left;
	width: 151px;
}
#rest-cont #rest-cont-r #rest-cont-r-box-r {
	float: right;
	width: 150px;
	height: 134px;
}





.to_home {
	bottom: 20px !important;
}

























