@charset "utf-8";
/* CSS Document */
/* All

/* chenge parts
---------------------------------------------------- */
body {
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
	background-image: url(../img/body_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

/* Japanese
---------------------------------------------------- */
img {
	padding: 0px;
	margin: 0px;
}
p{
	padding: 0px;
	margin: 0px;
}
dl,dd,ul,li {
margin: 0px 0px 0px 0px;
}

/* header
---------------------------------------------------- */
#header-box {
	width: 850px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/header_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header-box h1{
	height: 20px;
	margin: 0px;
	line-height: 20px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "メイリオ", sans-serif;
	float: left;
	color: #FFFFFF;
}
/* wrap
---------------------------------------------------- */
#wrap {
	width:850px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* foot
---------------------------------------------------- */
#footer {
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-color: #3D1414;
	color: #FFFFFF;
}
#footer-box{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
	width: 850px;
	background-image: url(../img/body_foot_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer-navi {
	right: auto;
	width: 160px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0px;
	height: 30px;
	background-image: url(../img/page_top.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	float: right;
}

/* ▼ヘッダナビエリア
---------------------------------------------------- */
#navi {
	text-indent: -2000px;
	height: 30px;
	width: 850px;
	font-size: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/header_btn.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#navi li {
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navi li a {
	height: 30px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	display: block;
}
#navi01 a{
	width: 123px;
	height: 30px;
	background-image: url(../img/header_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#navi02 a{
	width: 174px;
	height: 30px;
	background-image: url(../img/header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -123px 0px;
	}
#navi03 a{
	width: 131px;
	height: 30px;
	background-image: url(../img/header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -297px 0px;
	}
#navi04 a{
	width: 230px;
	height: 30px;
	background-image: url(../img/header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -428px 0px;
	}
#navi05 a{
	width: 181px;
	height: 30px;
	background-image: url(../img/header_btn.jpg);
	background-repeat: no-repeat;
	background-position: -658px 0px;
	}
	

#navi01 a:hover{
	width: 123px;
	height: 30px;
	background-image: url(../img/header_btn_over.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
#navi02 a:hover{
	width: 174px;
	height: 30px;
	background-image: url(../img/header_btn_over.jpg);
	background-position: -123px 0px;
	background-repeat: no-repeat;
	}
#navi03 a:hover{
	width: 131px;
	height: 30px;
	background-image: url(../img/header_btn_over.jpg);
	background-position: -297px 0px;
	background-repeat: no-repeat;
	}
#navi04 a:hover{
	width: 230px;
	height: 30px;
	background-image: url(../img/header_btn_over.jpg);
	background-position: -428px 0px;
	background-repeat: no-repeat;
	}
#navi05 a:hover{
	width: 181px;
	height: 30px;
	background-image: url(../img/header_btn_over.jpg);
	background-position: -658px 0px;
	background-repeat: no-repeat;
	}
	
/* PAGE TOP
---------------------------------------------------- */
#foot-btn-box {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 630px;
	clear: left;
	height: 10px;
}
#bt-pagetop {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../img/btn_pagetop.jpg);
	background-repeat: no-repeat;
}
#bt-pagetop a {
	display: block;
	font-size: 8px;
	text-indent: -2000px;
	height: 10px;
	width: 100px;
	background-image: url(../img/btn_pagetop.jpg);
	background-repeat: no-repeat;
}
#bt-pagetop a:hover {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 100px;
}  

/* BACK PAGE
---------------------------------------------------- */
#bt-backpage {
	font-size: 8px;
	text-indent: -2000px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/btn_pageback.jpg);
	background-repeat: no-repeat;
}
#bt-backpage a {
	display: block;
	height: 10px;
	width: 103px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	text-indent: -2000px;
	background-image: url(../img/btn_pageback.jpg);
	background-repeat: no-repeat;
}
#bt-backpage a:hover {
	width: 103px;/*/////////////////////////////*/
	height: 10px;
	margin: 0px;
	padding: 0px;
}  
#right-box {
	float: right;
	width: 350px;
	padding: 0px;
	margin: 0px;
}

/* Fonts
---------------------------------------------------- */
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Myriad Pro";
	font-size: 10px;
	line-height: 12px;
	color: #BA805F;
	height: 12px;
	background-color: #953004;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
h3 {
	padding: 0px 0px 10px;
	margin: 15px 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}
h4 {
	color: #00CC33;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	clear: both;
	width: 570px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h5 {
	color: #0066CC;
	font-weight: bold;
	font-size: 80%;
	border-bottom: 1px solid #CCCCCC;
	border-left: 3px solid #0066CC;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:link {
	color: #0066CC;
}

.txt10 {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
}
.orange {
	color: #FF6600;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}

.text10-h10{
	font-size: 10px;
	line-height: 10px;
}

.text10-h12{
	font-size: 10px;
	line-height: 12px;
}

.txt_10 {
	FONT-SIZE: 10px
}

.text10-h15{
	font-size: 10px;
	line-height: 15px;
}
/* etc
---------------------------------------------------- */

.float-clear {
	clear: both;
}
#img-box {
	padding: 0px;
	margin: 0px;
	float: left;
	clear: left;
}
#footer #footer_txt {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin: 0px;
}
#footer #footer-box #copy {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	float: right;
	width: 315px;
}
#header-box #s-navi {
	height: 20px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: right;
	clear: right;
	width: 510px;
}

#s-navi ul{
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#s-navi ul li{
	margin: 0px;
	background-image: url(../img/list_header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 20px;
	font-size: 10px;
	float: right;
}
#s-navi ul li a{
	color: #FFFFFF;
}
#right-box #title_box {
	font-family: "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 30px;
	background-color: #F2D2A1;
	height: 30px;
	border: 1px solid #999999;
	text-indent: 10px;
	font-weight: bold;
}
#spacer-10 {
	height: 10px;
	clear: left;
	float: left;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	width: 10px;
}
#wrap #content {
	margin: 0px;
	width: 850px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 17px;
}
#spacer-5 {
	height: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 5px;
	clear: left;
	float: left;
}
#osusume-box {
	background-image: url(../../image/top/banner_osusume.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 324px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#info_box p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#right-box #blog_box {
	background-image: url(../../image/top/blog_box_bk.gif);
	background-repeat: no-repeat;
	padding: 10px;
	height: 110px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #header-box #logo {
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#wrap #header-box p {
	font-size: 10px;
	color: #FF9900;
	padding: 0px;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #header-box #tel {
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#wrap #header-box #order {
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin: 0px;
}
#content #left-box {
	margin: 0px;
	padding: 0px;
	width: 480px;
	float: left;
	clear: left;
}
#foot_bk {
	background-image: url(../img/body_bk.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer-navi {
	height: 20px;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 335px;
}

#footer-navi ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#footer-navi ul li{
	margin: 0px;
	background-image: url(../img/list_footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 20px;
	font-size: 10px;
	float: left;
}
#footer-navi ul li a{
	color: #FFFFFF;
}
#sushi-box {
	padding: 0px;
	background-image: url(../../image/top/banner_sushi.jpg);
	height: 245px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#recipe-box {
	background-image: url(../../image/top/banner_reshipi.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 324px;
	width: 480px;
}
#info-box {
	background-image: url(../../image/top/banner_info02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 219px;
	width: 350px;
}
#osusume-box #photo {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#osusume-box #txt {
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	clear: right;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 240px;
	margin: 0px;
}
#osusume-box #link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	clear: right;
	float: right;
	width: 240px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sushi-box #txt {
	color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 238px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#osusume-box #link a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#sushi-box #photo {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#recipe-box #photo {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#recipe-box #txt {
	color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 245px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#recipe-box #link {
	color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 245px;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#recipe-box #link a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#info-box p {
	margin: 0px;
	float: left;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000000;
}
#left-menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 222px;
}
#left-menu #left-btn {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
#content #main-content {
	clear: right;
	float: right;
	width: 604px;
}
#content #main-content-t {
	clear: right;
	float: right;
	width: 574px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #0F0F0F;
}
.stock-box {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	float: left;
	width: 600px;
	background-image: url(../img/stock-box-bk.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 14px;
}
.stock-box .stock-title {
	font-size: 28px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.yellow {
	color: #E4B804;
}
#main-content-t #page-title {
	line-height: 35px;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana;
	background-image: url(../img/page-title_bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 35px;
}
.table_l {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #006633;
	border-bottom-color: #006633;
}
.table_r {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
}
#recipe-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 580px;
}
.recipe_table {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.price {
	font-size: 21px;
	font-weight: normal;
	color: #FF0000;
	line-height: 27px;
}
#contact-box {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 375px;
}
#order-btn-box {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 475px;
}
.stock-box .price-hr {
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;
}
.txt14 {
	font-size: 14px;
	color: #FFFFFF;
}
.txt16 {
	font-size: 14px;
	color: #FFFFFF;
}
#stock-title {
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#main-top {
	margin: 0px;
	padding: 0px;
	background-image: url(../../image/top/top_main.jpg);
	background-repeat: no-repeat;
	height: 460px;
	width: 850px;
	float: left;
}
#blog-box {
	height: 153px;
	width: 275px;
	margin-top: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 80px;
	overflow: auto;
	color: #191919;
}
#news-box {
	height: 153px;
	width: 275px;
	margin-top: 270px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	overflow: auto;
	color: #191919;
}
#date {
	font-size: 10px;
	color: #006633;
}
#sitemap-txt {
	color: #FFFFFF;
	margin: 0px;
	background-image: url(../img/list_footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#sitemap-txt a{
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap-txt a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
