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

* {
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
	line-height: 1.6;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	list-style: none;
	outline:none;
}


#all{
	margin:auto;
	height:900px;
	width:1000px;
}
#header{
	height:300px;
	width:1000px;
	background-image:url(images/header03.jpg);
}
#moji{
	height:55px;
	width:255px;
	background-image: url(images/moji-access.gif);
	position:relative;
	left:20px;
}
.shop{
	color: #000;
	white-space: nowrap;
	text-align:center;
	
}
.address{
	color: #000;
	white-space: nowrap;
	text-align:center;
	
}

.tel{
	color: #000;
	white-space: nowrap;
	text-align:center;
	
}
.time{
	color: #000;
	white-space: nowrap;
	text-align:center;
	
}


.moku{
	text-align:center;
}

table{
	border: 3px solid #993;
}
#navi{
	height:400px;
	width:550px;
	position:relative;
	top: -250px;
	left: 450px;
}
#btn{
	height:57px;
	width:1000px;
	position: relative;
	top:-200px;
	left:5px;
}
a.top{
	height:58px;
	width:185px;
	background-image: url(images/top-btn01.gif);
	display: block;
	text-indent: -9999px;
	cursor:pointer;
	position:absolute;
	top: 0px;
	left: 10px;

}
a.top:hover{
	background-position: left bottom;
}
a.menu{
	height:58px;
	width:185px;
	background-image: url(images/menu-btn01.gif);
	display: block;
	text-indent: -9999px;
	cursor:pointer;
	position:absolute;
	top: 0px;
	left: 210px;
}
a.menu:hover{
	background-position: left bottom;
}
a.shop{
	height:58px;
	width:185px;
	background-image: url(images/shop-btn01.gif);
	display: block;
	text-indent: -9999px;
	cursor:pointer;
	position:absolute;
	top: 0px;
	left: 410px;

}
a.shop:hover{
	background-position: left bottom;
}
a.access{
	height:58px;
	width:185px;
	background-image: url(images/access-btn01.gif);
	display: block;
	text-indent: -9999px;
	cursor:pointer;
	position:absolute;
	top: 0px;
	left: 610px;

}
a.access:hover{
	background-position: left bottom;
}
a.sitemap{
	height:58px;
	width:185px;
	background-image: url(images/sitemap-btn01.gif);
	display: block;
	text-indent: -9999px;
	cursor:pointer;
	position:absolute;
	top: 0px;
	left: 810px;

}
a.sitemap:hover{
	background-position: left bottom;
}



