@charset "UTF-8";
/*

Greencafeのブログ以外用スタイルシート
bodyにid="greencafe"が設定されているページのみ適用

*/
h1, h2, ul, li {
	padding:0;
	margin:0;
	border:0;
}
*/ #greencafe div#container-inner, #greencafe div#content, #greencafe #header {
 background-color: none;
 background-image: none;
}
/*global a link*************************************************/
a, a:link, a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #ECECEC;
}
/*clearfix******************************************************/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	clear: both;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* Default ---------------------------------------------------------------- */
#greencafe {
	background-color: #061408;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #CCC;
	line-height: 130%;
	font-size: 12px;
	background-image: url(mainbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#container {
	text-align: center;
}
div#container-inner {
	width: 800px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
/*header-----*/
#header {
	margin-top: 40px;
}
#header-name {
	/*background-image: url(corplogo.png);
	background-repeat: no-repeat;*/
	float: left;
	height: 56px;
	width: 430px;
}
#header-name a {
	background-image: url(corplogo2.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height: 56px;
	overflow:hidden;
	text-indent:-50em;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc);
}
/*header-name2はデザイン修正のため追加*/
#header-name2 {
	/*background-image: url(corplogo.png);
	background-repeat: no-repeat;*/
	float: left;
	height: 56px;
	width: 420px;
}
#header-name2 a {
	background-image: url(corplogo2.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height: 56px;
	overflow:hidden;
	text-indent:-50em;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc);
}
/*ナビゲーション*/
#main-nav {
	color:#333333;
	float:right;
	padding:0;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-nav li {
	float:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:140%;
	font-weight:bold;
	line-height:100%;
	list-style-type:none;
	margin-left:20px;
	text-align:left;
}
#main-nav li a, #main-nav li a:link, #main-nav li a:visited {
	text-decoration:none;
}
/*メインバナー*/
#main-banner {
	background-image: url(mainimage.png);
	width: 100%;
	height: 354px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc);
}
/*main-banner2はデザイン修正のため追加*/
#main-banner2 {
	background-image: url(mainimage2.png);
	width: 100%;
	height: 354px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc);
}
/*メインコンテンツデザイン枠*/
#contents {
	margin-top: 15px;
	width:800px;
}
.content-header {
	background-image: url(content-head.png);
	width: 800px;
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc); 
}
.content-footer {
	background-image: url(content-footer.png);
	height: 12px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: bottom;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc); 
}
#content-inner {
	background-image: url(content-roop.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width:800px;
		
}
/*フッター*/
#footer {
	color:#428E38;
	font-size:90%;
	height:24px;
	line-height:20px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #A9A9A9;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
}
/*h2*h3********/
h2 {
	margin-left:50px;
	margin-right:50px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F08C1E;
}
h2.h2-info {
	background-image: url(h2-info.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 90px;
	overflow:hidden;
	text-indent:-50em;
}
h2.h2-menu {
	background-image: url(h2-menu.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 90px;
	overflow:hidden;
	text-indent:-50em;
}
h2.h2-shopinfo {
	background-image: url(h2-shopinfo.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 90px;
	overflow:hidden;
	text-indent:-50em;
}
h2.h2-contact {
	background-image: url(h2-contact.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 90px;
	overflow:hidden;
	text-indent:-50em;
}
/*RSSFEED*/
span.rssfeed {
	float: right;
	/*height: 26px;*/
	width:100px;
}
span.rssfeed a {
	background-image: url(rssfeed.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	height: 30px;
	overflow:hidden;
	text-indent:-50em;
	/*iepngFix*/behavior: url(/js/iepngfix/iepngfix.htc); 
}
/*レイアウト　information内*/
.detail {
	margin-top: 10px;
	margin-right: 75px;
	margin-bottom: 40px;
	margin-left: 75px;
	clear:both;
}
.detail li{
	
	margin-bottom: 5px;
}
.detail ul {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#info-list {
	width:270px;
	float: left;
}
#blog-list{
	width:340px;
	float: right;
}
.date{
	font-size: 10px;
	color: #3C8C38;
}
ul.menu-list li{
	font-size: 16px;
	line-height: 140%;
}
div.menu-photo{
	background-image: url(menu-photo.png);
	float: right;
	/*height: 360px;*/
	width: 361px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	padding-top: 260px;
}



div.menu-photo-thumb{
}
div.menu-photo-thumb img{
	margin: 1px;
	border:0px;
}

/*イメージボタンがロールオーバー時に薄くなるように設定*/
a:hover img {
filter:alpha(opacity=75); /*IE*/
-moz-opacity:0.75; /*FF*/
opacity:0.75;
}

div.map-photo{
	background-image: url(map.png);
	float: right;
	height: 180px;
	width: 320px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
div.map-photo a{
}
div.qr-code{
	background-image: url(qrbanner.png);
	height: 135px;
	width: 275px;
	background-repeat: no-repeat;
	margin-top: 10px;
	/*float: left;*/
}

/*アコーディオンスタイル*/
#contents #sub-title {
float:left;
width:240px;
}
#contents #acc1 {
background-image:url(../images/shared/rank_title.gif);
background-position:left center;
background-repeat:no-repeat;
float:left;
width:240px;
}
#contents .capButton img {
border:medium none;
margin:5px 0 15px;
}
.accordion_toggle {
	border-bottom:1px solid #333333;
	color:#878787;
	cursor:pointer;
	display:block;
	font-size:16px;
	font-weight:normal;
	line-height:1em;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	width:240px;
	background-image: url(menu-cursor-r.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.accordion_toggle:hover{
	background-color: #181819;
}
.accordion_toggle_active {
	color:#FFF;
	font-weight:bold;
	background-color: #080808;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E3D28;
	background-image: url(menu-cursor-down.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.accordion_content {
	background-color:#0D0D0D;
	color:#408C30;
	overflow:hidden;
	width:240px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.accordion_content img {
margin-top:20px;
}

/*プライスリスト*/
table.pricelist{
	width: 100%;
}
table.pricelist th{
	font-size: 14px;
	color: #3A812E;
	text-align: left;
	list-style-type: disc;
	font-weight: normal;
	padding: 2px;
}
table.pricelist td{
	font-size: 12px;
	text-align: right;
	color: #9F7C52;
	padding: 2px;
}
table.pricelist tr:hover{
	background-color: #222;	
}

/*イベントリスト*/
#ivent-list{
	margin-bottom: 30px;
}
#ivent-list .EventEntry{
	display:inline-block;
	vertical-align: top;
	width:206px;
	height:160px;
	background-image: url(ivent-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000;
	margin-right: 5px;
}
#ivent-list h4{
	font-size: 12px;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #206417;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 3px;
	height: 32px;
}

#ivent-list .date{
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #977F5B;
	display:block;
	color: #927E59;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#ivent-list .Entrybody{
	font-size: 10px;
	margin: 15px;
}


#ivent-list .EventHead{
	background-image: url(ivent-head.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}


