@charset "UTF-8";
html, body  {  
    _height: 100%;     
    _overflow: auto;    
}
body{
	background-image: url(img/bg.jpg);
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
div#container {
	margin: 0 auto;
	width: 1063px;
	position: relative;
	text-align:left;
}
/* header */
div#header-box-home{
	width: 1043px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 170px;
	
}
div#header-box {
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1043px;
}
div#image-home{
	background-image: url(img/image.png);
	background-repeat: no-repeat;
	height: 563px;
	width: 555px;
	position: absolute;
	left: 0px;
	top: -10px;
	z-index: -1;

}
div#image{
	background-image: url(img/image.png);
	background-repeat: no-repeat;
	height: 563px;
	width: 555px;
	position: absolute;
	left: 0px;
	top: -50px;
	z-index: -1;

}

div#header {
    background-image: url("img/header.png");
    background-repeat: no-repeat;
    display: block;
    height: 196px;
    left: 545px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 163px;
    width: 477px;
}
div#header-home{
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	display: block;
	height: 196px;
	width: 530px;
	overflow: hidden;
    text-indent: -9999px;
	position: absolute;
	top: 103px;
	left: 538px;	
}
div#header a{
	height: 196px;
	width: 477px;
	display: block;
}


ul#sub-menu {
    left: 755px;
    position: absolute;
    top: 20px;
}
ul#sub-menu li{
	background-image: url(img/submenu_off.png);
	background-repeat: no-repeat;
	height: 22px;
	float: left;
	margin-left: 57px;
}

ul#sub-menu li a {
    display: block;
    height: 22px;
}
ul#sub-menu li a span{
	display: none;
}
ul#sub-menu li a.active {
	background-image: url("img/submenu_on.png");
    background-repeat: no-repeat;
}
ul#sub-menu li a:hover {
    background-image: url("img/submenu_on.png");
    background-repeat: no-repeat;
}
#submenu1,#submenu1 a:hover{
	background-position: 0px 0px;
	width: 55px;
}
#submenu1 a{
	width: 55px;
}
#submenu2,#submenu2 a:hover {
    background-position: -103px 0;
    width: 110px;
}
/* main */
div#main-box {
    left: 181px;
    position: absolute;
    top: 369px;
    width: 850px;
    z-index: -8
}

div#main-container{
	background-image: url(img/main-bg.png);
	background-repeat: repeat-y;
	width: 890px;/* 861px */
	position: relative;
	z-index: -4;
	padding-bottom:100px;
}
div#main-header{
	background-image: url(img/main-header.png);
	background-repeat: no-repeat;
	width: 861px;
	height: 17px;
	position: relative;
	z-index: -4;
}
div#main {
	margin-top: 0;
	margin-left: 50px;
	padding-top: 20px;
}
div#main h2{
	margin-left: 170px;
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 40px;
	}

div#main h3 {
    clear: both;
    background-image: url(img/title2.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-bottom: 20px;
    margin-left: 170px;
    margin-top: 70px;
}

div#main h3.m{margin-top: 30px;}
div#main h4{
	margin-left: 170px;
	margin-top: 20px;
	}
div#main .m {
	width: 560px;
	margin-left: 170px;
}

div#main .center {
	text-align: center;
	width: 560px;
	margin-left: 170px;
}

div#main-menu{
	background-image: url(img/menu-bg.png);
	background-repeat: no-repeat;
	height: 396px;
	width: 229px;
	left: 140px;
	top: 400px;
	position: absolute;
	z-index: -2;
}
div#main-menu ul {
    position: relative;
    margin-left: 24px;
    margin-top: 99px;
    z-index: 20;
}
div#main-menu ul li {
	background-image: url(img/mainmenu_off.gif);
	background-repeat: no-repeat;
	height: 36px;
	width:185px;
	margin-top: 7px;
	position: relative;
	z-index: 20;
	font-size: 0px;
	line-height: 0px;
}
div#main-menu ul li a {
    display: block;
    height: 36px;
    width:185px;
    position: relative;
    z-index: 20;
}

.pricelist{
	margin-left: 170px;
	border: solid 1px #5a3e1c; 
	border-collapse: collapse;
	width:500px;
}

.pricelist td,.pricelist th{
	border: solid 1px #5a3e1c; 
	border-collapse: collapse;
	text-align:center;
}

.area{
	border: solid 1px #5a3e1c; 
	border-collapse: collapse;
	width: 400px;
}

.area td,.area th{
	border: solid 1px #5a3e1c;
	border-collapse: collapse;
	text-align:center;
	vertical-align: middle;
}

div#main-menu ul li a span{
	display: none;
}
div#main-menu ul li a.active {
	background-image: url(img/mainmenu_on.gif);
    background-repeat: no-repeat;
}
div#main-menu ul li a:hover {
	background-image: url(img/mainmenu_on.gif);
	background-repeat: no-repeat;
}
#menu1,#menu1 a:hover,#menu1 a.active{
	background-position: 3px -5px;
}
#menu2,#menu2 a:hover,#menu2 a.active {
    background-position: 3px -48px;
}
#menu3,#menu3 a:hover,#menu3 a.active {
    background-position: 3px -92px;
}
#menu4,#menu4 a:hover,#menu4 a.active {
    background-position: 3px -132px;
}
#menu5,#menu5 a:hover ,#menu5 a.active{
    background-position: 3px -175px;
}
#menu6,#menu6 a:hover ,#menu6 a.active{
    background-position: 3px -217px;
}


div#footer{
	background-image: url(img/footer-bg.png);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	position: fixed;
	bottom:0;
	left:0;
	background-position: bottom;
	font-size: 8pt;
}


/* detail */
.left {
    float: left;
    margin-left: 170px;
    width: 365px;
}
.center{
	text-align: center;
}
.right {
    float: right;
    margin-right: 100px;
}
.clear {
    clear: both;
}
.left-m {
    float: left;
}
.t-center{
	text-align:left;
}
.red{
	color: #FF5B20;
}

.star{
	color: #FF5B20;
}
.small{
	font-size: 13px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
}

div#main div.right h2{margin-left: 0px;}
div#main div.right p {
margin-left: 0px;
	width: 420px;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}

.mar-top05{
	margin-top: 10px;
}
.mar-top1{
	margin-top: 20px;
}
.mar-top3{
	margin-top: 50px;
}
.mar-top2{
	margin-top: 70px;
}
.mar-top10{
	margin-top: 15em;
}
.mar-btm30{
	margin-bottom: 30em;
}
.pad-bottom3{
	padding-bottom: 100px;
}
.pad-top1{
	padding-top: 20px;
}
.photo1{
	float: right;
	padding-left: 5px;
	width:264px;
}
.photo2{
	float: left;
	width:280px;
}

.photo3{
	float: right;
	width:198px;
	height:270px;
	display: block;
}
#title1 {
    background-position: 0 0;
    height: 36px;
    width: 225px;
}
#title2 {
    background-position: 0 -46px;
    height: 36px;
    width: 193px;
}
#title3 {
    background-position: 0 -90px;
    height: 36px;
    width: 280px;
}
#title4 {
    background-position: 0 -136px;
    height: 36px;
    width: 170px;
}
#title5 {
    background-position: 0 -178px;
    height: 36px;
    width: 226px;
}
#title7 {
    background-position: 0 -313px;
    height: 36px;
    width: 225px;
	margin-bottom: 30px;
}
#title8 {
    background-position: 0 -355px;
    height: 36px;
    width: 200px;
	margin-left: 20px !important;
	margin-bottom: 30px;
}
div#main h2#title6 {
    background-position: -9px -269px;
    height: 36px;
    width: 446px;
    margin-top: 90px;
    margin-bottom:30px;
}
#sub-title1{
	background-position: -24px 0px;
	height: 28px;
	width: 465px;
}
#sub-title2{
	background-position: -27px -42px;
	height: 33px;
	width: 209px;
	margin-top: 2em;
}
#sub-title3{
	background-position: -19px -84px;
	height: 28px;
	width: 260px;
}
#sub-title4{
	background-position: -6px -124px;
	height: 28px;
	width: 219px;
}
#sub-title5{
	background-position: -23px -166px;
	height: 28px;
	width: 219px;
}
#sub-title6{
	background-position: -25px -210px;
	height: 28px;
	width: 219px;
}
#sub-title7{
	background-position: -21px -250px;
	height: 28px;
	width: 280px;
}
#sub-title8{
	background-position: -21px -292px;
	height: 28px;
	width: 280px;
}
#sub-title9{
	background-position: -23px -337px;
    height: 25px;
    width: 219px;
}
#sub-title10 {
    background-position: -23px -378px;
    height: 25px;
    width: 330px;
}

#sub-title11 {
    background-position: -23px -423px;
    height: 25px;
    width: 330px;
}

.order-bt a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


div.a-box{
	margin-top: 30px;
	clear: both;
}

div.a-right{
	float: left;
	width: 430px;
}
div.a-right ul li{
	list-style-type: square;
	margin-left: 1.2em;
	margin-bottom: 10px;
	line-height: 1.6em;
}
div#main h4.a-left {
    margin-left: 170px;
    margin-top: 7px;
	float: left;
	width: 160px;
}
dl.people {
    margin-left: 170px;
	margin-top: 30px;
}
dl.people dt {
    width: 550px;
}
dl.people dd {
    margin: 0 0 2em 1em;
    width: 530px;
}
div#main div.a-right p {
    margin-left: 0px;
}
h4 span.small{
	font-size: 8pt;
	font-weight: normal;
}
div.set2 {
    margin-top: 1em;
		width: 600px;
}

div.set2 p {
    margin-top: 0;
		margin-bottom: 0;
}

div.set {
    float: left;
    margin-right: 50px;
    width: 255px;
}
div#main div.set h4,div#main div.set p,div#main div.set2 h4{
	margin-left: 0px;
}
div.set-box{
	margin-left: 170px;
}
dl.form{margin-left: 170px;
	margin-top:30px;
}
dl.form dt {
    float: left;
    font-weight: bold;
    width: 200px;
}
dl.form dd {
    padding: 2px 0 20px 220px;
	width: 380px;
}

dl.form dd h5{
	font-size:1em;
	line-height: 1;
}

.require {
	background-color: #8E942A;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-size: 7pt;
	height: 14px;
	line-height: 2.9em;
	padding: 2px;
	position: relative;
	vertical-align: top;
}
div.button-box{
	margin-left: 170px;
}
.button{
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #584444;
	text-align: center;
    }
input.button[type=submit]:hover,input.button[type=reset]:hover ,input.button[type=button]:hover{  
        background: -moz-linear-gradient(top, #fff, #E4CCA8 1%, #E4CCA8 50%, #D6BE9C 99%, #ccc);  
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #E4CCA8), color-stop(0.5, #E4CCA8), color-stop(0.99, #D6BE9C), to(#ccc));  
    }  
input.button[type=submit]:active,input.button[type=reset]:active ,input.button[type=button]:active   {  
    background: #ccc;  
    padding: 6px 10px 4px;  
}   
div#copyright{
	font-size: 8pt;
	text-align: right;
	margin-top: 7em;
	clear: both;
	margin-right: 90px;
	font-family: Verdana,Helvetica,sans-serif;
}
div#copyright2{
	font-size: 8pt;
	text-align: right;
	margin-top: 7em;
	clear: both;
	font-family: Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
}
div#top-nav{
	display: block;
	height: 177px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 70px;
	}
div#top-nav ul li{
	background-image: url(img/top-nav.png);
	background-repeat: no-repeat;
	height: 177px;
	margin-right: 33px;
	position: relative;
	z-index: 20;
	font-size: 0px;
	line-height: 0px;
	float: left;
	}
div#top-nav ul li a {
    display: block;
    height:177px;
    
    position: relative;
    z-index: 20;
}
div#top-nav ul li a span{
	display: none;
}
div#top-nav ul li a.active {
	background-image: url(img/top-nav-on.png);
    background-repeat: no-repeat;
}
div#top-nav ul li a:hover {
	background-image: url(img/top-nav-on.png);
	background-repeat: no-repeat;
}
#top-menu1,#top-menu1 a:hover,#top-menu1 a.active{
	background-position: 3px 10px;
	width:158px;
}
#top-menu2, #top-menu2 a:hover, #top-menu2 a.active {
    background-position: -174px 10px;
    width: 158px;
}
#top-menu3,#top-menu3 a:hover,#top-menu3 a.active {
    background-position: -363px 10px;
    width: 110px;
}
#top-menu4,#top-menu4 a:hover,#top-menu4 a.active {
    background-position: -504px 10px;
    width: 149px;
}
#top-menu5,#top-menu5 a:hover ,#top-menu5 a.active{
    background-position: -676px 10px;
    width: 74px;
}
#top-menu6,#top-menu6 a:hover ,#top-menu6 a.active{
    background-position: -782px 10px;
    width: 144px;
}
#top-text {
    color: #FFFFFF;
    display: block;
    height: 177px;
    left: 540px;
    overflow: hidden;
    position: absolute;
    top: 318px;
    width: 476px;
}
#facebook {
    height: 61px;
    left: 680px;
    overflow: hidden;
    position: absolute;
    top: 488px;
    width: 476px;
}

#instagram {
    height: 61px;
    left: 790px;
    overflow: hidden;
    position: absolute;
    top: 488px;
    width: 476px;
}

#instagram a:hover img,#facebook a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
div#top-box {
	left: 126px;
	position: absolute;
	top: 600px;
	width: 933px;
	z-index: -8;
	padding-bottom: 100px;
}
div.top-inbox{width: 1043px;height:400px;}
div#top-box h2,div#top-box h3,#top-box p{
	color: #FFF;
}
div.top-columnm{
	float: left;
	width: 400px;
	padding-right: 100px;
	margin-bottom: 30px;
}
.clearfix div.top-columnm{
	padding-right: 0;
}

section.relation{
	width: 900px;
}

div#top-box h2 {
	clear: both;
	padding-top: 50px;
}
div#top-box h3 {
	padding-top: 20px;
	font-size: 14pt;
}
table#tokutei{
	margin-left: 170px;
	width:580px;
}
table#tokutei td{
	border: 1px solid #CCC;
}
table#tokutei col.col1 {
    background: none repeat scroll 0 0 #F8F8F8;
    width: 13.5em;
}
/* feed */
#feeds  {
    overflow: hidden;
    zoom: 1;
}
#feeds dt{
	color: #433022;
	width: 10.5em;
    float: left;
    clear: both;
    font-weight: bold;
}
#feeds{
	border-radius: 10px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	background-color: #FFF;
	width: 630px;
	padding:20px 40px;
	margin-left:90px;
	box-shadow: 0 0 1px 2px rgba(0,0,0,0.8) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.8) inset;
	-webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.8) inset;
	font-size:12px;
	}
#feeds dd {
	padding: 0 0 5px 11em;
}
#feeds dd a{
	color: #433022;
	text-decoration: none;
}
#feeds dd a:hover{
	color: #669900;
	text-decoration: underline;
}
span.new{
	font-size: 10px;
	color: #F00;
	font-weight: bold;
	text-decoration: blink;
}
/*for Webkit*/
input::-webkit-input-placeholder {
    color:    #c8c8c8;
}

/*for Firefox*/
input:-moz-placeholder {
    color:    #c8c8c8;
}

#recipe{
	position: absolute;
	top: 650px;
	right: 20px;
	z-index: -1;
}
#people{
	position: absolute;
	top: 800px;
	left: -30px;
	z-index: -1;
}
