html{
background-color:#4a8914;
}
body{
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:24px;
padding:0;
background:url(../img/bg.gif) repeat;
font-size:12px;
line-height:150%;
color:#57452f;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #69b322;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69b322;
}
a:hover {
	text-decoration: underline;
	color: #69b322;
}
a:active {
	text-decoration: none;
	color: #F69;
}

a:link2 {
	color: #F69;
	text-decoration: none;
}
a:visited2 {
	text-decoration: none;
	color: #F69;
}
a:hover2 {
	text-decoration: underline;
	color: #F69;
}
a:active2 {
	text-decoration: none;
	color: #F69;
}

img{
margin:0;
padding:0;
border:0;}
.bold{
font-weight:bold;}
.img_m{
vertical-align:middle;
padding-right:3px;}
p{
padding:1px;}
#header{
background-color:#4a8914;
height:48px;
}
#headerimg{
width:760px;
margin:auto;}
#container{
width:760px;
background-image:url(../img/con_bg2.jpg);
background-position:center top;
background-repeat:repeat;
margin:auto;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#wrapper{
width:742px;
padding-left:10px;
padding-right:10px;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#copy {
  width: 100%;
  background-color:#4a8914;
  height:25px;
  margin:auto;
}
#footerimg{
width:760px;
margin:auto;}
#banner_con{
/*margin-top:10px;*/
margin-top:20px;
margin-bottom:10px;
padding:6px 6px 6px 0px;
border-top:1px #e3e3d6 dotted;
}
.banner{
padding-right:6px;}

.top_fla{
width:738px;
padding-left:1px;
padding-bottom:5px;}
.concept{
width:730px;
padding:3px;
}
.concept_e{
font-family: Georgia, "Times New Roman", Times, serif;
width:730px;
padding:3px;
}
.pict_all{
width:720px;
padding:0;
margin:0;
}
.pict_left{
float:left;
width:262px;
}
.pict_right{
float:right;
line-height:28px;
width:460px;}
.clearfloat{
clear:both;}
.title{
padding-bottom:10px;}
.title_banner{
padding:5px 0px 5px 0px;
}
.underline {
font-size:12px;
background: url(../img/border.gif) repeat 0px -23px;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
margin: 0px;
padding: 0px 0px 1px;
}
.underline_v {
font-size:12px;
background: url(../img/border_v.gif) repeat 0px -23px;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
margin: 0px;
padding: 0px 0px 1px;
}
.underline_v p{
line-height:24px;
margin-top:0px;
}
.underline p{
	line-height:24px;
	margin-top:0px;
}
.small{
font-size:x-small;}
.green{
color:#2ea04c;}
.green2{
color:#69b322;}
.green3{
color:#96c96b;}
.green4{
color:#45860e;}
.pink{
color:#e97e56;}
.pink2{
color:#F99;}
.yellow{
color:#e7a71d;}
.orange{
color:#e5a639;}
.green_name{
color:#428d10;}
.brown_name{
color:#7f4b3f;}
.green_map{
color:#498914;
}
.orange{
color:#f77c21;}
.lblue{
color:#2e9ca0;}

/* menu-----------------------------------------------------------------*/	

#menu{
	width: 740px;
	height:31px;
	text-align:left;
	padding:0;
	margin:0;}
#mainnavi li { 
    display: inline;
}	
ul#navigation {
	position: relative;
	width: 740px;
	margin: 0;
	height: 31px;
	list-style: none;
	overflow: hidden;
	
}

ul#navigation li a {
	height: 31px;
	position: absolute;
	overflow: hidden;
	padding: 31px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 7px;
	width: 108px;
	margin: 0;
	outline: none;
}

html>body ul#navigation li a{
	height: 0;
}

li#home a{
	background: transparent url(../img/home_b.gif) no-repeat 0 0;
	left: -4px;
	}
li#concept a{
	background: transparent url(../img/concept_b.gif) no-repeat 0 0;
	left:74px;
	}
li#menu a{
	background: transparent url(../img/menu_b.gif) no-repeat 0 0;
	left: 167px;
	}
li#healthy a{
	background: transparent url(../img/healthy.gif) no-repeat 0 0;
	left: 240px;
	}	
li#shop a{
	background: transparent url(../img/shop_b.gif) no-repeat 0 0;
	left: 332px;
	}
li#mail a{
	background: transparent url(../img/mail_b.gif) no-repeat 0 0;
	left: 403px;
	}	
li#company a{
	background: transparent url(../img/company_b.gif) no-repeat 0 0;
	left: 469px;
	}	
li#link a{
	background: transparent url(../img/link_b.gif) no-repeat 0 0;
	left: 576px;
	}	
li#english a{
	background: transparent url(../img/english_b.gif) no-repeat 0 0;
	left: 636px;
	}	
	
li#home a:hover, 
li#concept a:hover, 
li#menu a:hover,
li#healthy a:hover,
li#shop a:hover,
li#mail a:hover,
li#company a:hover,
li#link a:hover,
li#english a:hover{ 
	background-position: 0px -31px;
	}

/* menu end-----------------------------------------------------------------*/


.bread_t_bg {   
 width:111px;   
 background:url(../img/b_table_top.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0;
 overflow:hidden;
}   
.bread_t_all {   
 width:111px;   
 background:url(../img/b_table_bg.gif) repeat;
 text-align:center;
 margin:0;
 padding:0; 
 overflow:hidden;
} 
.bread_t_other {   
 width:111px;   
 text-align:center;
 margin:0;
 padding:0; 
 overflow:hidden;
} 
.bread_t_other_cream {   
 width:211px;   
 text-align:center;
 float:left;
 margin:0;
 padding:0; 
 overflow:hidden;
}  
.bread_t_b {   
 width:111px;   
 background:url(../img/b_table_b.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0; 
  overflow:hidden;
}  


.bread_t_bg2 {   
 width:111px;   
 background:url(../img/b_table_toppink.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0;
 overflow:hidden;
}   


.bread_t_bg3 {   
 width:111px;   
 background:url(../img/b_table_toporange.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0;
 overflow:hidden;
}   


.bread_t_all2 {   
 width:111px;   
 background:url(../img/b_table_bgpink.gif) repeat;
 text-align:center;
 margin:0;
 padding:0; 
 overflow:hidden;
} 


.bread_t_all3 {   
 width:111px;   
 background:url(../img/b_table_bgorange.gif) repeat;
 text-align:center;
 margin:0;
 padding:0; 
 overflow:hidden;
} 


.bread_t_b2 {   
 width:111px;   
 background:url(../img/b_table_bpink.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0; 
  overflow:hidden;
}  


.bread_t_b3 {   
 width:111px;   
 background:url(../img/b_table_borange.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0; 
  overflow:hidden;
}  


.bread_t_bg_b {   
 width:111px;   
 background:url(../img/b_table_top_b.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0;
 overflow:hidden;
}   
.bread_t_bg_b2 {   
 width:222px;   
 background:url(../img/b_table_top_b2.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0;
 overflow:hidden;
}   
.bread_t_all_b {   
 width:111px;   
 background:url(../img/b_table_bg_b.gif) repeat;
 text-align:center;
 margin:0;
 padding:0; 
 overflow:hidden;
}  
.bread_t_all_b2 {   
 width:222px;   
 background:url(../img/b_table_bg_b2.gif) repeat;
 text-align:center;
 margin:0;
 padding:0; 
 overflow:hidden;
}  
.bread_t_b_b {   
 width:111px;   
 background:url(../img/b_table_b_b.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0; 
  overflow:hidden;
} 
.bread_t_b_b2 {   
 width:222px;   
 background:url(../img/b_table_b_b2.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0; 
  overflow:hidden;
} 
.set_shop{
width:720px;
background:url(../img/bg_shop.gif) repeat;
margin:0;
padding:10px;
margin-bottom:2px;
} 

.set_info{
width:720px;
/*background:url(../img/bg_info.gif) repeat;*/
margin:0;
padding:10px;
margin-bottom:5px;
border:#e6e0d5 1px solid;
} 


#contentstop {
	width:740px;
	margin:0;
	　　padding:0px;
	　　margin-bottom:5px;
	border:#e6e0d5 1px solid;
	background-image:url(../img/line.gif);
	background-repeat: repeat-y;
	background-position: 220px;
}

#topleft {
	width:210px;
	margin:0px;
	padding:0px;
	float:left;
}

#topright {
	width:500px;
	margin:0px;
	padding:0px;
	float:right;
}

#toprightherf {
	width:250px;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
}

#toprightherf2 {
	width:250px;
	margin:0px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topright2 {
	width:500px;
	float:right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px dotted #0C0;
	margin: 0px;
}


#space {
	width:500px;
	padding:0px;
	float:right;
	background-image: url(../img/flower.gif);
	background-repeat: repeat-x;
	background-position: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#space2 {
	width:500px;
	margin:0px;
	padding:0px;
	float:right;
}


.set{
width:720px;
background:url(../img/asa_bg.gif) repeat;
margin:0;
padding:10px;
margin-bottom:10px;
}
.set_ch{
width:720px;
/*background-color:#851820;*/
background:url(../img/asa_bg_ch.gif) repeat;
margin:0;
padding:10px;
margin-bottom:10px;
color:#b08f59;
}
.set_vl{
width:720px;
background-color:#2f1915;
margin:0;
padding:10px;
margin-bottom:10px;
color:#b08f59;
}
.vl_pict{
/*padding:9px;
margin:2px;*/
padding-bottom:10px;
width:404px;
float:left;
text-align:center;
}
.vl_right{
padding-top:30px;
padding-right:5px;
width:305px;
float:right;
margin:0;
color:#eadbbe;}

.ch_pict{
padding:9px;
margin:2px;
width:350px;
float:left;
text-align:center;
}
.ch_right{
width:340px;
float:right;
margin:0;
color:#c99f5b;}
.info_title{
width:720px;
margin:0;
padding:10px;
}
.info_con_title{
width:720px;
font-weight:bold;
color:#498914;
margin-bottom:5px;
padding:5px 0px 5px 0px;
/*background-image:url(../img/bg.gif);*/

}
#map{
width:720px;
margin:0;
padding:0px 10px 0px 10px;
margin-bottom:10px;
}
#map .pict_left{
float:left;
width:276px;
}
#map  .pict_right{
float:right;
line-height:28px;
width:430px;}
.set_drink{
width:720px;
background:url(../img/drink_bg.gif) repeat;
margin:0;
padding:10px;
margin-bottom:10px;
}
.img_b{
vertical-align:bottom;
padding:0;
margin:0;}
.img_padding{
padding-bottom:5px;}
.morning{
padding:9px;
margin:2px;
width:216px;
float:left;
text-align:center;
}
span.brown{
color:#8b5528;
}
.syouhin{
margin:auto;
width:736px;
padding:0;
}

ul#lunch_m{
margin:0;
padding:3px;
}


ul#lunch_m li{
list-style-image:url(../img/lunch_arrow.gif);
list-style-position:inside;
}

ul#dessert_m{
margin:0;
padding:3px;
}


ul#dessert_m li{
list-style-image:url(../img/dessert_arrow.gif);
list-style-position:inside;
padding:1px;
}

.con{
width:500px;}

.lunch_t_bg {   
 width:351px;   
 background:url(../img/lunch_t_top.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0;
 overflow:hidden;
}   
.lunch_t_all {
	width:351px;
	background:url(../img/lunch_t_bg.gif) repeat;
	padding:0;
	overflow:hidden;
	height:180px;
	margin-top:5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
.lunch_t_all2 {
	width:700px;
	background:url(../img/lunch_t_bg.gif) repeat;
	padding:0;
	overflow:hidden;
	height:150px;
	margin-top:5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}  
.lunch_t_b {   
 width:351px;  
 background:url(../img/lunch_t_b.gif) no-repeat;
 height:4px;!important; /* For Modern Browsers */
min-height:4px; /* For Modern Browsers */
 margin:0;
 padding:0; 
  overflow:hidden;
} 
.lunch_all{
	width:339px;
	padding:6px;
	text-align: left;
}
.lunch_left{
width:135px;
float:left;
}
.lunch_right{
width:200px;
float:right;
}
.lunch_title{
background:url(../img/lunch_line.gif) no-repeat;
background-position:bottom;
margin-bottom:5px;
padding:0;}
.lunch_all_right{
width:340px;
float:right;
}
.lunch_all_left{
width:340px;
float:left;
}
.lunch_table_all{
 width:705px;}
.pict_left_bread{
float:left;
width:144px;
}
.pict_right_bread{
float:right;
line-height:28px;
width:566px;}
.pict_right_shop{
float:right;
line-height:28px;
width:510px;}
.name{
width:111px;
text-align:center;
font-size:11px;
margin:0;
padding:0;
line-height:100%;
padding-top:5px;
}
.name2{
width:222px;
text-align:center;
font-size:11px;
margin:0;
padding:0;
line-height:100%;
padding-top:5px;
}
.name3{
	width:111px;
	text-align:center;
	font-size:11px;
	margin:0;
	padding:0;
	line-height:100%;
	padding-top:5px;
	color: #F99;
}
.name4{
	width:111px;
	text-align:center;
	font-size:11px;
	margin:0;
	padding:0;
	line-height:100%;
	padding-top:5px;
	color: #F93;
}
.name5{
	width:111px;
	text-align:center;
	font-size:10px;
	margin:0;
	padding:0;
	line-height:100%;
	padding-top:5px;
	color: #F93;
}

.name_cream{
width:390px;
float:right;
text-align:left;
font-size:11px;
margin:0;
padding:0;
line-height:100%;
padding-top:5px;
}
.name_cream_s{
width:200px;
text-align:center;
font-size:11px;
margin:0;
padding:0;
line-height:100%;
padding-top:5px;
}
.name_under{
width:111px;
text-align:center;
font-size:11px;
background-image:url(../img/name_line_g.gif);
background-repeat:no-repeat;
background-position:top;
margin:0;
padding:0;
padding-top:5px;
line-height:100%;}
.name_under_b{
width:111px;
text-align:center;
font-size:11px;
background-image:url(../img/name_line_b.gif);
background-repeat:no-repeat;
background-position:top;
margin:0;
padding:0;
line-height:100%;
padding-top:5px;}
.bread_all_first{
 width:111px;
 float:left;
 margin-left:5px;
 margin-right:11px;
 margin-bottom:11px;
 margin-top:11px;
}
.bread_all_first2{
 width:222px;
 float:left;
 margin-left:5px;
 margin-right:11px;
 margin-bottom:11px;
 margin-top:11px;
}
.bread_all_first_cream{
 width:611px;
 float:left;
 margin-left:5px;
 margin-right:11px;
 margin-bottom:11px;
 margin-top:11px;
}
.bread_all_end{
 width:111px;
 float:left;
 margin-bottom:11px;
  margin-right:5px;
 margin-top:11px;
}
.bread_all{
 width:111px;
 float:left;
 margin-right:11px;
 margin-bottom:11px;
 margin-top:11px;
}
.bread_all_cream{
 width:251px;
 float:left;
 margin-right:11px;
 margin-bottom:11px;
 margin-top:11px;
}
.drink_title{
background-image:url(../img/drink_title_bg.gif);
background-repeat:no-repeat;
background-position:center;
width:103px;
padding:2px;
height:23px;
vertical-align:middle;
text-align:center;
}
table.drink_t{
border:0;
line-height:190%;
margin:0 auto;
width:560px;
/*width:710px;*/
}
table.drink_t td.title{
background-image:url(../img/border.gif);
background-position:bottom;
background-repeat:repeat-x;
padding:2px;
}
table.drink_t td{
background-image:url(../img/border.gif);
background-position:bottom;
background-repeat:repeat-x;
padding:2px;
padding-left:20px;
}
table.drink_t td.drink_c{
background-image:url(../img/border.gif);
background-position:bottom;
background-repeat:repeat-x;
padding:2px;
text-align:center;
}
table.company{
width:720px;
border:0;
line-height:190%;
border-collapse: collapse;
border-style: solid;
border-width: 1px;
border:#ffffff;
padding: 0;
margin: 0;
border-width: 1px 0px; 


}
table.company td{
padding:2px;
padding-left:3px;
background-image:url(../img/bg_shop.gif);
border-collapse: collapse;
border-style: solid;
border-width: 1px;
border:#ffffff;
}
table.company td.c{
background-image:url(../img/border.gif);
background-position:bottom;
background-repeat:repeat-x;
padding:2px;
}
.pict_deco{
border:#e1d4bc 1px solid;
padding:4px;
background-color:#FFFFFF;}
.pict_deco2{
	padding:3px;
	background-color:#FFFFFF;
	bottom: 0px;
}
.pict_deco3 {
	margin: 0;
	padding: 0 0 0 18px;
	background-image: url(../img/flower.jpg);
	background-repeat: no-repeat;
	background-position: left 22px;
}

.pict_deco4 {
	margin: 0;
	padding: 0 0 0 9px;
	background-image: url(../img/flower.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.pict_deco5 {
	margin: 0;
	padding-left: 20px;
	background-image: url(../img/flower.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height:200%
	
}

.pict_deco6 {
	margin: 0;
	padding: 0 0 0 0px;
}

p.lightbrown{
width:110px;
line-height:100%;
font-size:11px;
color:#b47769;}
p.lightbrown2{
width:220px;
line-height:100%;
font-size:11px;
color:#b47769;}
#container #wrapper .set_info a .info_con_title a {
	color: #498914;
}
#container #wrapper .set_info .underline b {
	color: #F69;
}
#container #wrapper .set_info .underline p a {
	color: #F69;
}
