/***********
GLOBAL
***********/

a:link { color: #000066; text-decoration: none; }
a:visited { color: #000066; text-decoration: none; }
a:hover { color: #d33; text-decoration: none; }
a:active { text-color: #513E19; text-decoration: underline; }
a:hover img { filter: Alpha(Opacity=70); -moz-opacity: 0.7; opacity:0.7; }

img{border: 0;}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	color: #333;
}

#outside_wrap {
	width: 100%; 
	text-align:center;          /* IE centering */
}
#inside_wrap  {
	margin :0 auto;     	      /* not IE centering */
	text-align:left;            /* inside text left */
	width:900px;                /* 幅 */
	height:100%;	              /* 高さ */
}

#header p {font-size:12px; margin: 3px 10px; text-align: right;}
#top_img {margin-top: 5px;}

/*********************
left
*********************/
#left{
	width:240px;
	float: left;
}

#navi{
	margin-top: 0px;
	width:100%;
	height:260px;
	background-image: url(../img/bg_navi.gif);
	background-repeat:repeat; 
	border-top: #07913a 10px solid;
}
#navi ul{margin: 0; padding: 0;}
#navi li{
	list-style-type: none;
	text-align: center;
	border-bottom: #666 1px dashed;
}
#navi li a{
	color: #fff;
	margin: 5px 0px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
}
#navi li a:hover{
	color: #fff;
	background: #07913a;/*カーソルオーバーの時の背景の色*/
	text-decoration: none;
}

.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}
/***********
news
***********/
#news{
	width:100%;
}
#news .cap{
	width:100%;
	height:25px;
	background-color:#07913a;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	color: #fff; 
}
#news ul{margin: 0; padding: 0;}
#news li{
	font-size: 12px;
	list-style-type: none;
	text-align: left;
	border-bottom: #666 1px dashed;
}
#news li a{
	color: #333;
	font-weight: bold;
	margin: -10px 5px 5px;
	padding: 0px 0;
	display: block;
	text-decoration: none;
}
#news li a:hover{
	color: #fff;
	background: #07913a;/*カーソルオーバーの時の背景の色*/
	text-decoration: none;
}


/***********
menu
***********/
#menu_food{
	height: 650px;
	margin: 20px 0;
/*
	background-image: url(../img/bg_photo2.gif), url(../img/bg_photo3.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: 490px 50px, 490px 450px;
*/
}
#menu_drink{
	height: 450px;
	margin: 20px 0;
	background-image: url(../img/bg_photo1.gif);
	background-repeat: no-repeat;
	background-position: 490px 80px;
}
#menu_sweet{
	height: 380px;
	margin: 20px 0;
	background-image: url(../img/chara_img.gif);
	background-repeat: no-repeat;
	background-position: 480px 180px;
}
#menu_food .menuPhoto{
  width: 160px;
  border: 5px solid #fff;
  filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.8));
}


.menu_ttl2{
	margin: 5px 0 5px 10px;
	font-family:'Arial Black', Gadget, sans-serif;
	font-size: 18px;
}
.s_font{font-size: 12px;}

dl.menu{
	width: 450px;
	margin: 0 0 10px 20px;
}
dl.menu_wide{
	width: 600px;
	margin: 0 0 10px 20px;
}

dt.item{float:left; font-weight: bold;}
dt.price{float:right; font-weight: bold;}
dd.comment{
	clear:both;
	margin: 0 0 10px 20px;
	color: #666;
}

#menu_food td{margin:0; padding:5px 0 0; text-align:center; background-color:#ccc;}

/*********************
right
*********************/
#right{
	float: right;
	width: 650px;
}

.cap2{
	width:630px;
	height:23px;
	background-image: url(../img/bg_navi.gif);
	background-repeat:repeat; 
	border-left: #07913a 10px solid;
	color: #fff;
	margin: 0px;
	padding: 3px 0 3px 10px;
}

/*Normal Ver*/
.bg1{
	height: 1100px;
	background-image: url(../img/bg_chara.gif);
	background-position: 380px 800px;

	background-repeat: no-repeat;
}
/*Christmas Ver*/
.bg2{
	height: 1100px;

	background-image: url(../img/bg_chara2.gif);
	background-position: 380px 800px;

	background-repeat: no-repeat;
}
/*NewYear Ver*/
.bg3{
	height: 1100px;

	background-image: url(../img/bg_chara3.gif);
	background-position: 380px 800px;

	background-repeat: no-repeat;
}
/*NewYear Ver*/
.bg4{
	height: 1100px;

	background-image: url(../img/bg_chara4.gif);
	background-position: 380px 800px;

	background-repeat: no-repeat;
}
/*Setsubun Ver*/
.bg5{
	height: 1100px;

	background-image: url(../img/bg_chara5.gif);
	background-position: 380px 800px;

	background-repeat: no-repeat;
}

/***********
shopinfo
***********/
#shopinfo .textbox{
	color: #666;
	margin: 5px 0 25px;
	padding: 20px;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* IE以外なら丸角も！ */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#shopinfo .innerbox{
	background-color:#efe;
	border:#ddd 1px solid;
	padding:10px;
}
#shopinfo strong{font-size: 16px; color:#07913a;}
.flt_text{overflow: hidden;	height: auto;}
.flt_right{float: right; margin:0 20px 5px; width: 200px;}
.flt_left{float: left; margin:0 20px 5px; width: 200px;}

#parking{
  margin-top:30px;
}
#parking .caution{
  color:red; font-weight:bold;
}
#parking .imgWidth{
  width:650px;
}

/***********
media
***********/
#media .textbox{
	color: #666;
	margin: 5px 0 25px;
	padding: 20px;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* IE以外なら丸角も！ */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#media .innerbox{
	background-color:#efe;
	border:#ddd 1px solid;
	padding:10px;
}
#media .media_title{
	font-size:18px;
	font-weight:bold;
	color:#07913a;
}

#media strong{font-size: 16px; color:#07913a;}
.flt_text{overflow: hidden;	height: auto;}
.flt_right{float: right; margin:0 20px 5px; width: 200px;}
.flt_left{float: left; margin:0 20px 5px; width: 200px;}

/***********
contact
***********/
.required {color:#f33; font-size:12px;}
.input1, textarea { 		
	padding: 6px; 
	margin: 4px 0 8px 0; 
	background: #fff; 
	width: 550px; 
	font-size: 14px; 
	color: #555; 
	border: 1px #ddd solid;
	
	/* -- CSS3 Shadow - create a shadow around each input element --  */
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa; 
	box-shadow: 0px 0px 4px #aaa;
	
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;							
}

textarea {		
	/*width: 550px; */
	height: 340px; 		 		
}

select:hover, input:hover, textarea:hover { 
	background: #eee; 
}

input.submit { 	
	width: 150px; 
	color: #eee; 
	text-transform: uppercase; 
	margin-top: 10px;
	background-color: #07913a;
	border: none;
	
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	
	/* -- CSS3 - Rounded Corners -- */
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 
					
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07913a), to(#5fc886)); 
	background: -moz-linear-gradient(25% 75% 90deg,#5fc886, #07913a);		
} 

input.submit:hover { 		
	-webkit-box-shadow: 0px 0px 20px #555;
	-moz-box-shadow: 0px 0px 20px #aaa; 
	box-shadow: 0px 0px 20px #555;	
	cursor:  pointer; 
}

table{
	width:600px;
	margin:0 auto;
	border-collapse:collapse;
}
td{
	border:1px solid #ccc;
	padding:5px;
}
td.l_Cel{
	width:30%;
  background-color: #efefef;
 }

 .cap3{font-size:18px; color: #07913a;}

#mail_send{
	margin-left: 250px;
}
