@charset "UTF-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	float: none;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,
img {
	border: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #393939;
	line-height: 28px;
}
.clear {
	clear: both;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#items01 .text .more01 {
	text-align: right;
}
#food01 h6 {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #F3F4F0;
}
/*ページトップへ戻るを実装*/
#page01{
	border-radius: 5px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-image: url(../_img/back30.png);
	background-repeat: repeat;
	}
#page01 #hafe {
	float: left;
	width: 50%;
	height: auto;
}
/*ページトップへ戻るを実装*/
#page02{
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	background-color: #666;
	}
#page02:hover{
	background:#EEE;
	}
	/*固定ボタン実装*/
#menuBOX{
	color: #FFF;
	padding: 20px;
	position: absolute;
	bottom: 100px;
	width: 70%;
	height: auto;
	margin-left: 17%;
	margin-right: 13%;
	}#menuBOX ul {
	width: 100%;
	height: auto;
}
#menuBOX ul li {
	width: 17%;
	height: auto;
	float: left;
	margin-right: 3%;
	list-style-type: none;
}
#menuBOX ul li a img {
	width: 100%;
	height: auto;
}
#top {
	background-color: #000000;
	overflow-x: hidden;
}　
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
a:link, a:visited, a:active {
	color: #393939;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

/* スライド実装 */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	min-width: 1000px;
  }
