@charset "shift_jis";
body {  
    text-align: center;  
} 
div#wrapper {  
	/**/max-width:1000px;
    margin: 0 auto;
}  

/* 　一度画像を全てを非表示にして、absoluteを指定して画像を重ねる */

#stage{
}
#stage img{
	display:none;
	position: absolute;
}
#stage #img0, #stage #img1, #stage #img2, #stage #img3, #stage #img4, #stage #img5{
	display:block;
}
#stage #img1, #stage #img2, #stage #img3, #stage #img4, #stage #img5{
		opacity: 0.6;

}
#stage #img0{
 z-index: 1;
}
#navbar {
}
ul.menu {
	position:absolute;
	text-align:center;
	bottom:5px;
	left:308px;
    width:275px;
    height:56px;
    padding:0;
    font-size:0px;
}
ul.menu li {
   /* border:1px solid black;*/
    display: inline-block;
    font-size:13px;
    width:68px;
    height:56px;
}
/*ul.menu li:first-child {
    height:60px;
}*/
ul.menu li a, ul.menu li span {
    display: block;
    width:56px;
    height:31px;
	text-align:center;
	padding: 25px 0 0 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	color: #fff;
	font-weight: bold;
}
ul.menu li a{
    background-image: url('../img/btn0.png');
}
ul.menu li a:hover {
    background-image: url('../img/btn1.png');
	color: #ff9900;
}
ul.menu li span{
    background-image: url('../img/btn2.png');
}
#footer {
width: 100%;
height: 80px;
  border-top: 1px solid #ccc;
  background: url('../img/nishiyama_rogo2.gif') no-repeat center 5px;
}
#footer .prof{
	width: 100%;
	margin: 50px 0 0 0;
	text-align:center;
	border-bottom: 5px solid #5B7849;
}
.prof a{
	color: #000;
}
.prof a:hover{
	color: #ff9900;
}
#info{
	position:absolute;
	width: 860px;
	height: 200px;
	margin: 220px 0 0 15px;
	text-align:center;
  /*border: 1px solid #ccc;
    background: url('../img/hachi.png') no-repeat;*/
}
#infohed{
	width:410px;
	height: 45px;
	text-align:center;
    background: url('../img/info.gif') no-repeat right;
}
#info_contents{
	margin: 5px 0 5px 10px;
	padding: 5px 0 5px 10px;
	text-align:left;
	width:860px;
	height:80px;
	/*border: 1px solid #ccc;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;*/
	overflow-y: auto;
}
.infotxt {
	border-bottom: 1px dashed #ccc; /*#5B7849*/
	font-size: 12px;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	color: #5B7849;
	font-weight: bold;
	line-height: 150%;
}
#tblkind{
	border-spacing: 0px 2px;
}
#tblkind td{
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #ccc;
	padding: 0 5px 0 5px;
}
#tblkind .hc1{
	background-color: rgba(91, 120, 73, 0.3);
	width:20px;
	height:40px;

}#tblkind .hc2{
	background-color: rgba(255, 255, 255, 0.3);
	width:20px;

}
#tblkind .hc11{
	background-color: rgba(91, 120, 73, 0.3);
	height:20px;
	width:25px;
	font-size: 9px;
	text-align: center;

}#tblkind .hc21{
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 9px;
	width:25px;
	text-align: center;

}
#tblkind .mon td{
	text-align: center;
	border: 1px solid #999;
}
#tblkind .kindtxt{
	text-align: center;
	border: 1px solid #ccc;
}
#kind {
	border: 2px solid #5B7849;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;
	/*position:absolute;*/
	width: 642px;
	height: auto;
	margin: 0 auto;
	padding:5px;
}
#kindhed {
	margin: 0 0 0 0px;
	text-align: center;
	width: 100%;
	height: 40px;
	padding: 40px 0 0 0;
    background: url('../img/info.gif') no-repeat center;
}
#kind2 {
	border: 1px solid #5B7849;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;
	width: 435px;
	height: 60px;
	margin: 20px auto;
	padding: 35px 0 20px 220px;
  background: url('../img/oisitabekata.png') no-repeat -0px -0px;
  line-height:170%;
}

#nasi {
	position: absolute;/**/
	background-color: rgba(255, 153, 0, 0.3);
	text-align: center;
	border: 1px solid #ff6600;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	/*text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);*/
	box-shadow: 1px 1px 3px;
	/*top: 195px;
	left: 9px;
	left: 100px;
	top: 205px;*/

}
#nasi a {
	/*border: 1px solid #666;*/
    display: block;
    width:100%;
    height:100%;
	text-align:center;
	margin: -5px 0 0 0;
	padding: 4px 0 0 0;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height:12px;
}
#nasi .name {
	font-weight: bold;
}
#nasi .furi {
	font-size: 9px;
}
#nasi .furi2 {
	font-size: 6px;
}
.kou {
	/*position:relative;*/
	width: 97px;
	margin: 50px 0 0 0;
	padding: 5px 0 0 0;
	height: 25px;

}
.hou {
	width: 97px;
	margin: 93px 0 0 64px;
	padding: 5px 0 0 0;
	height: 25px;
}
.ssei {
	width: 64px;
	margin: 135px 0 0 98px;
	padding: 5px 0 0 0;
	height: 25px;

}
.aki {
	width: 63px;
	margin: 180px 0 0 129px;
	padding: 9px 0 0 0;
	height: 21px;

}
.skou {
	width: 97px;
	margin: 219px 0 0 192px;
	padding: 5px 0 0 0;
	height: 25px;

}
.ntka {
	width: 97px;
	margin: 261px 0 0 192px;
	padding: 5px 0 0 0;
	height: 25px;

}
.kaori {
	width: 64px;
	margin: 305px 0 0 161px;
	padding: 5px 0 0 0;
	height: 25px;

}
#nasi:hover {
	cursor: pointer;
	background-color: rgba(255, 153, 0, 0.5);
}
#dialog {
	background-color:#fff;
	width:300px;
	height:auto;
    margin: 20px auto;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;
}

#dia_hed {
	background-color:#5B7849;
	color: #fff;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;
	height:30px;
	text-align: center;
}
.sb-ul td {
  border-bottom: 1px dashed #ff6600;
	font-size: 13px;
	height:25px;
}
.mid {
	width:110px;
}
#nname {
	font-size: 16px;
	color: #ff6600;
	height:40px;
	font-weight:bold;
}
#ncom {
	font-size: 12px;
	line-height:140%;
	padding: 5px 0;
}
#nimg {
	text-align: center;
}
.ana {
	padding: 30px;
	font-size: 16px;
	text-align: center;
	font-weight:bold;
}
.p01 {
  border-bottom: 5px solid #5B7849;
	font-size:20px;
	font-weight:bold;
}
.p0 a{
	color: #000;
}
.p0 a:hover{
	color: #ff9900;
}
.p0 {
	font-size:20px;
	font-weight:bold;
}
.p1 {
	font-size:12px;
	line-height:12px;
}
.p2 {
	font-size:15px;
}
#otel,#omob {
	height:50px;
}
#order, #buss{
	border: 2px solid #5B7849;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;
	padding: 20px;
	width:400px;
    margin: 0 auto;
}
#buss{
	border: 1px solid #999;
    margin: 20px auto;
	padding: 10px 20px;
}
#tblorder{
    margin: 0 auto;
}
#dl_btn {
height: 50px;
	/*position:absolute;*/
	background-color: rgba(255, 153, 0, 0.3);
	text-align: center;
	border: 1px solid #ff6600;
	-webkit-border-radius: 0.3em;
	border-radius:0.3em;
	/*text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);*/
		box-shadow:1px 1px 3px;

}
#dl_btn a {
	/*border: 1px solid #666;*/
    display: block;
    width:100%;
    height:100%;
	text-align:center;
	margin: 0px 0 0 0;
	padding: 11px 0 0 0;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
#dl_btn a:hover {
	background-color: rgba(255, 153, 0, 0.5);
}
.fcolor {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	text-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
}
