/*
image replacement
*/
#title_honten { left:25px; width:300px; height:50px; background-image:url("images/title_honten.png"); }
#title_shinjuku { left:25px; width:300px; height:50px; background-image:url("images/title_shinjuku.png"); }



#header {
	height:460px;
	background-image: url(images/restaulant_header_bg.png);
}
#header div.center {
	position:relative;
}
#header div.left {
	width:614px;
	margin:0; padding:10px 0 0 25px;
}
#header div.right {
	width:300px; height:370px;
	margin:0; padding:10px 0 10px 15px;
	position:absolute;
	top:65px; left:680px;
	background:url(images/restaulant_links_bg.png) no-repeat;
}


#body {
	background-image:none;
}

div.googlemap {
	border:1px solid #CCC;
	background:#FFF;
	padding:7px;
	text-align:center;
}


#slide-images {
	position:relative;
	display:block;
	width:600px; height:300px;
	margin:0 0 5px; padding:7px;
	background:url(images/restaulant_picture_frame.png) no-repeat;
	right:0;
	top:0;
}
#slide-images li {
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#slide-images li.first {
	z-index:100;
}
#slide-images li img {
	display:block;
	border: 0;
}

#slide-caption {
	text-align:right;
	padding:5px 10px 0 0;
	margin-left:300px;
}

div.slide-btn {
	position:absolute;
	width:300px; height:300px;
	margin:0; padding:0;
	background:none;
	cursor:pointer;
	z-index:200;
}
#slide-btn-next {
	top:74px; left:332px;
}
#slide-btn-next:hover {
	background:url(images/slide-btn-next.gif) no-repeat right bottom;
}
#slide-btn-prev {
	top:74px; left:32px;
}
#slide-btn-prev:hover {
	background:url(images/slide-btn-prev.gif) no-repeat left bottom;
}