@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
   font-size:14px;
   color:#ffffff;
   background-color: #000000;
   background-image: url(../images/bg_img.jpg);
   background-repeat: repeat-x;
   background-position: center top;
   margin:0; padding:0; /* div#backの背景がページ端まで表示されるようページ余白を削除 */
}
/*背景下画像*/
div#back {
   background-image: url(../images/bg_img_btm.jpg);
   background-repeat: repeat-x;
   background-position: center bottom;
   padding:1em; /* ページの端と内容との間の余白の大きさ（1文字分） */
}
br {
   letter-spacing:normal;
}

a {
   color:#98534B;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
   max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:0 auto;
}

#header {
   position:relative;
   width:780px;
}

#pr {
   width:780px;
}
#gnavi {
   position:absolute;
   bottom:5px;
   right:0;
}

#menu {
   float:left;
   width:780px;
   margin-bottom:0px;
}

#icatch {
   width:780px;
   margin:0 auto;
   background:#000000;
}

#contents {
   width:780px;
   margin:0 auto;
   padding:10px 0 ;
   background:#000000;
}

/*#main {
   float:right;
   width:570px;
}*/

#menumain {
   width:780px;
   overflow: hidden;
}

#sub {
   float:left;
   width:200px;
}

#info {
   float:left;
   width:200px;

}

#news {
   float:right;
   width:570px;
}



#pageTop {
   clear:both;
}

#footMenu {
   width:780px;
   clear:both;
   overflow:hidden;
   padding:10px 0;
}

#footer {
   width:780px;
   clear:both;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#333;
}

#header h1 a {
   color:#000000;
}

#header h1 a:hover {
   color:#D30000;
   text-decoration:none;
}

/* PR CUSTOMIZE */
#header #pr p {
   font-size:1px;
   color:#000000;
   margin:0;
}

/* GNAVI CUSTOMIZE */
#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:Right;
   font-size:14px;
   margin-left:15px;
   color: #000000;

}

#header #gnavi li a {
   padding-left:15px;
   background:url(../images/bg_gnavi.gif) 0 50% no-repeat;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   float:left;
   margin:0;
   padding:0;
}

#menu li {
   margin:0;
   padding:0;
   float:left;
   font-size:13px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li span {
   font-family:verdana;
   font-size:15px;
   color:#fff;
}

#menu li a {
   display:block;
   width:195px;
   padding:10px 0;
   color:#FFF1A4;
   background:url(../images/bg_menu.gif) 0 100% repeat-x;
}

#menu li a:hover {
   text-decoration:none;
   background:url(../images/bg_menu.gif) 100% 100% repeat-x;
}


/* ========INFO CUSTOMIZE======== */
#info h2 {
   background:#A69B00;
   font-size:16px;
   color:#FFFFFF;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #663333;
}

#info dl dt {
   clear:left;
   float:left;
   width:7em;
   padding:10px 0.5em;
}

#info dl dd {
   margin-left:0;
   padding:10px 0.5em 10px 1em;
   background:#000000 url(../images/bg_info_line.gif) 0 100% repeat-x;
}


/* ========NEWS CUSTOMIZE======== */
#news p {
   margin:0;
   padding:0 0 1em 0;
}

#news h2 {
   font-size:16px;
   color:#FFFFFF;
   padding:5px;
   border-bottom:3px solid #800000;
}
.img-left {	/*画像部分の設定*/
/*	float: left;		/*画像ボックスを左よせする*/
	padding-left: 10px;
	margin-top: 20px;
}

p.news-right {
	margin-left: 330px !important;	/*左に配置する画像幅より大きな数字*/
	margin-top: 40px !important;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
/*#main a {
   color:#000000;
}

#main a:hover {
   color:#000000;
}

#main h2 {
   margin:0 0 10px 0;
   padding:0;
   font-size:20px;
   line-height:1.2;
   border-bottom:3px solid #823C34;
   color:#000000;
}

#main h3 {
   margin-bottom:2px;
   padding:2px;
   font-size:15px;
   color:#fff;
   background:#823C34;
}

#main h4 {
   margin-bottom:2px;
   padding-left:5px;
   font-size:14px;
   color:#800000;
   line-height:1.2;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
   border-bottom:1px dotted #823C34;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#FFF3EF;
}
*/
/* INFORMATION CUSTOMIZE */
/*
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   margin:0;
   padding:0 0 0 10px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#main dl.information dd {
   margin:0 0 1em 1em;
   padding:3px;
}
*/
/* ========MENU用MAIN CONTENTS CUSTOMIZE======== */
#menumain a {
   color:#880000;
   font-size:14px;
   margin-left:180px;
   padding-left:10px;
   background:url(../images/bg_list.gif) 0 60% no-repeat;
   text-decoration:underline;
}


#menumain a:hover {
   color:#ffffff;
}

#menumain h2 {
   font-family:'HGP行書体';
   margin: 0px 10px 10px 10px;
   padding:0;
   font-size:26px;
   line-height:1.2;
   border-bottom:3px solid #800000;
   color:#FFFFFF;
}

#menumain h3 {
   font-family:'HGP行書体';
   background:#A69B00;
   font-size:16px;
   color:#FFFFFF;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #663333;
}
.menu_barbold {
   border-bottom:8px solid #663333 !important;
}



#menumain h4 {
   margin-bottom:2px;
   padding-left:5px;
   font-size:18px;
   color:#ffffff;
   line-height:1.2;
   border-bottom:3px solid #800000;
}
#kuro {
   color:#000000;
}
#menucntr {
   text-align: center;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   font-size:14px;
   font-weight:bold;
   color:#333;
   line-height:1.2;
}

#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

#sub li {
   padding:5px 0 5px 0;
   list-style:none;
   background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}

#sub li a {
   display:block;
   width:200px;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#sub li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
   text-decoration:none;
}


/* ========PAGETOP CUSTOMIZE======== */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
   position:relative;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
   font-size:12px;
}


/* ========FOOTER CUSTOMIZE======== */
#footer {
   text-align:center;
   padding:20px 0;
}

.copyright {
   font-size:11px;
}


/*----------------------------------------------------------------------*/
/*tableメニュー情報設定							*/
/*----------------------------------------------------------------------*/
/*table(photomenuTable)							*/
/*左（写真）／中央（メニュー）／右（写真）				*/
/*　　　　　　　　↓入れ子						*/
/*　　　　　　table(menuTable)						*/
/*　　　　　　　左（メニューテキスト）／右（金額）			*/
/*----------------------------------------------------------------------*/
.photomenuTable {
	width:780px;
	border-collapse:collapse;
/*デバッグ用	*/
/*   border:1px solid #ddd;			*/
}
/*デバッグ用	*/
/*.photomenuTable td{				*/
/*   border:1px solid #ddd;			*/
/*}*/
.photomenuTable img{
margin-top: 10px !important;
}
/*----------------------------------------------------------------------*/
/*tableFrom master徒然に　情報設定					*/
/*----------------------------------------------------------------------*/
/*table(frommasterTable)						*/
/*----------------------------------------------------------------------*/
.frommasterTable {
	width:780px;
	border-collapse:collapse;
}
.frommasterTable img{
margin-top: 10px !important;
margin-right: 15px;
}


/* ========MENU CUSTOMIZE======== */
.menuTable {
	width:350px;
	margin:2px 0px 2px 0px;
	padding:0px;
	border-collapse:collapse;
}
.menuTable th {
	font-weight: normal;
	width:250px;
	text-align:left;
/*border:1px solid #ddd;	デバッグ用*/	
}
.menuTable td {
	text-align:right;
}
/* ========MENU CUSTOMIZE======== */
.menuFoodTable {
	width:560px;
	margin:2px 0px 2px 0px;
	padding:0px;
	border-collapse:collapse;
}
.menuFoodTable th {
	font-weight: normal;
	width:300px;
	text-align:left;
/*border:1px solid #ddd;	デバッグ用	*/
}
.menuFoodTable td {
	text-align:right;
}


/* ========Information CUSTOMIZE======== */
.InforTable {
	width:350px;
	margin:2px 0px 2px 0px;
	padding:0px;
	border-collapse:collapse;
}
.InforTable tr {
	height:50px;
}
.InforTable th {
	font-weight: normal;
	width:70px;
	text-align:center;
	border-bottom:1px solid #4c3300;
}
.InforTable td {
	text-align:right;
	border-bottom:1px solid #660000;
}

.InforTable span {
	font-size:11px;
	color:#999999;
}
.InforTable a {
	color:#ffffff;
}
/* ========topページ用インフォメーション配置======== */
#topinfor_l {
   float:left;
   width:210px;
}
#topinfor_r {
   float:right;
   width:360px;
}
/* ========accessページ用インフォメーション配置======== */
#accessinfor_l {
   float:left;
   width:360px;
}
#accessinfor_r {
   float:right;
   width:420px;
}
#accessinfor_r img {
/*  margin-left:10px;*/
max-width: 100%;
  margin-top:50px;
}
/*Topページ動くスライド用　START----------------------------------------
　　　js/jquery.easing.1.3.js js/jquery.timer.js　js/image-rotator.jsを使用
---------------------------------------------------------------------------*/
#slideshow {list-style:none; color:#ffffff; background:#111}
#slideshow span {display:none}
#window {   
    overflow:hidden;/* 必須 */  
    position:relative;/* 必須 */  
    width:780px;/* 画像1枚の横幅 */  
    height:250px;/* 画像1枚の高さ */  
    background: url(../images/topback01.jpg);
    /*border:1px solid #333;/* 任意 */  
  margin-bottom: 20px;
}  
#slideshow  {   
    width:1560px;/* 画像2枚分の横幅 */  
    height:500px;/* 画像2枚分の横幅 */  
    overflow:hidden;/* 必須 */  
    position:relative;/* 必須 */  
    padding:0;   
    margin:0;   
}   
#slideshow li   {   
    width:780px;/* 画像1枚の横幅 */  
    height:250px;/* 画像1枚の高さ */  
    float:left;/* 横並びに */  
    display:inline;   
}  
/*スライド用　END
---------------------------------------------------------------------------*/
#Shopmain {
   width:700px;
   margin:0 auto;
   padding:10px 0 ;
   clear:both;
}
#ShopExp_l {
   float:left;
   width:400px;
}
#Shopphot_r {
   float:right;
   width:250px;
}
#ShopExp_r {
   float:right;
   width:400px;
}
#Shopphot_l {
   float:left;
   width:250px;
}
#emphas {
  width:400px;
  height:290px;
  z-index:10;
  color:#000000;
  background:url(../images/shopguide03.jpg) no-repeat;

}
#emphas p{
   font-size:18px;
  line-height:1.5em;
  color:#000000;
  position:relative;
 top:100px;
 left:60px;
}
