* {
	margin: 0;
	padding: 0;
}
body {
	color: #323333;
	line-height: 1.85;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}
a:link {
	color: #7f7b75;
	text-decoration: underline;
}
a:visited {
	color: #7f7b75;
	text-decoration: underline;
}
a:hover {
	color: #7f7b75;
	text-decoration: none;
}
a:active {
	color: #7f7b75;
	text-decoration: none;
}
img {
	border: none;
}
ul,ol,dl {
	list-style: none;
}

/* ### header ### */
#header {
text-align:left;
	width: 800px;
    height: 50px;
padding: 25px 0 0px 25px;
}

#header h1{
	display: none;
}

/* ### container ### */
#container {
	margin: 0 auto;
	width: 800px;
}
#navi {
text-align:left;
	float: left;
	width: 220px;
 	height: 600px;
}

/* ### contentsArea ### */
#contentsArea {
text-align:left;
	float: right;
	width: 580px;
	height: auto;
}

/* ### contentsFlash ### */
#contentsFlash {
	width: 580px;
	height: 140px;
}

/* ### contents ### */
#contents {
	width: 550px;
	height: auto;
 }

/* ### footer ### */
#footer {
    width: 580px:
	height: auto;
    margin: 30px 0 30px 0;
}

/* ### side navi ### */

.navigation {
 	display: block;
   margin: 0px 0 30px 0;
}

#navi ul {
	margin: 50px 0 0 30px;
	padding: 0;
}

#navi  li {
	width: 142px;
	height: 33px;
	text-indent: -9999px;
}

div#navi  li a {
    display: block;
	width: 142px;
	height: 33px;
}



#navi li#news {
 background: url(img/navi.gif) no-repeat 0 0;
}
#navi li#concept {
 background: url(img/navi.gif) no-repeat 0 -33px;
}
#navi li#shop {
 background: url(img/navi.gif) no-repeat 0 -66px;
}
#navi li#menu {
 background: url(img/navi.gif) no-repeat 0 -99px;
}
#navi li#farmer {
 background: url(img/navi.gif) no-repeat 0 -132px;
}

#navi li#news a:hover {
 background: url(img/navi.gif) no-repeat 0 -165px;
}
#navi li#concept a:hover {
 background: url(img/navi.gif) no-repeat 0 -198px;
}
#navi li#shop a:hover {
 background: url(img/navi.gif) no-repeat 0 -231px;
}
#navi li#menu a:hover {
 background: url(img/navi.gif) no-repeat 0 -264px;
}
#navi li#farmer a:hover {
 background: url(img/navi.gif) no-repeat 0 -297px;
}

h2{
	font-size: 14px;
	margin-top: 20px;
}

h3{
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.7;
}
h4{
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.7;
}
h5{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}


#conceptPhoto{
	margin-top: 20px;
}



#menutitle{
    float: left;
	width:100px;
	height: 33px;
	}
#menutitleJp{
	padding-top: 18px;
	}
#meat{
	margin:5px 0 5px 0;
	padding: 5px 0px 5px 5px;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	color: #666666;
	font-size: 10px;
	text-align: right;
	}
	
#menuNavi{
    float: right;
	width:430px;
	height: 33px;
	margin-top: 10px ;
}

#menuNavi ul{
	position: relative;
	margin: 0;
	padding: 0;
}
#menuNavi  li {
	position: absolute;
	width: 67px;
	height: 24px;
	text-indent: -9999px;
}
#menuNavi  li a {
    display: block;
	width: 67px;
	height: 24px;
}



#menuNavi li#regular {
     left: 0px;
	 background: url(img/menu_navi.gif) no-repeat 0 0;
}
#menuNavi li#season {
     left: 68px;
	 background: url(img/menu_navi.gif) no-repeat -69px 0;
}
#menuNavi li#single {
     left: 135px;
	 background: url(img/menu_navi.gif) no-repeat -136px 0;
}
#menuNavi li#drink {
     left: 190px;
	 background: url(img/menu_navi.gif) no-repeat -191px 0;
}
#menuNavi li#regular  a:hover {
     left: 0px;
	 background: url(img/menu_navi.gif) no-repeat 0 -24px;
}
#menuNavi li#season  a:hover {
     left: 0px;
	 background: url(img/menu_navi.gif) no-repeat -69px -24px;
}
#menuNavi li#single  a:hover {
     left: 0px;
	 background: url(img/menu_navi.gif) no-repeat -136px -24px;
}
#menuNavi li#drink  a:hover {
     left: 0px;
	 background: url(img/menu_navi.gif) no-repeat -191px -24px;
}

#contents .current_regular {
	width: 67px;
	height: 24px;
	background: url(img/menu_navi.gif) no-repeat 0 -24px;
	position: relative; top: 0; left: 0;
}
#contents .current_season {
	width: 67px;
	height: 24px;
	background: url(img/menu_navi.gif) no-repeat -69px -24px;
	position: relative; top: 0; left: 68px;
}
#contents .current_single {
	width: 65px;
	height: 24px;
	background: url(img/menu_navi.gif) no-repeat -136px -24px;
	position: relative; top: 0; left: 135px;
}
#contents .current_drink {
	width: 65px;
	height: 24px;
	background: url(img/menu_navi.gif) no-repeat -191px -24px;
	position: relative; top: 0; left: 190px;
}

/* メニュー トップ */
#menuTop {
 width: 550px;
 height: 160px;
 border-bottom: 1px #cccccc dotted;
margin: 20px 0 0  0;
 }
#menutopPhoto {
 float:left;
 width: 150px;
 height: 120px;
}
#menutopText {
 float:right;
 width: 380px;
 height: 130px;
}

/* メニューあたり用_レギュラー＆季節のメニュー */

#menulist {
 width: 550px;
 height: 160px;
 border-bottom: 1px #cccccc dotted;
 }

#menulistPhoto {
 float:left;
 width: 150px;
 height: 120px;
margin-top: 20px ;
}
#menulistPhoto a :hover{
filter:alpha(opacity=75); /*IE*/
-moz-opacity:0.75; /*FF*/
opacity:0.75;
}
#menulisttext {
 float:right;
 width: 380px;
 height: 120px;
 margin:  15px 0 0 20px;
}
p.title {
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	font-weight: bold;
}

p.price {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
margin-top: 5px ;
}
p.setumei {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
    margin:  10px 0 0 0;
	}
p.chiiki {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
    padding-bottom: 10px;
	}
p.farmer {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
p.farmersetumei {
	font-size: 12px;
	color: #333333;
	line-height: 1.8;
    margin:  10px 0 0 0;
	}
/* メニュー_単品メニュー */

#menulistSingleContainer {
	margin: 10px 0 0 0;
 }
#menulistSingleContainer li {
	margin: 10px 20px 0px 0;
	float: left;
	width: 150px;
    height: 190px;
    border-bottom: 1px #cccccc dotted;
}
.titleSingle {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;	
   margin-top: 5px;
}
.priceSingle {
	font-weight: bold;
	font-size: 12px;
}
#clear { clear:left; }



/* メニュー_ドリンクメニュー */

#menulistDrink {	
   margin: 0px 0 0 0;
}

#drinkMenu {
 	padding: 10px 0px 0px 0;
	width: 470px;
	height: auto;
}
#drinkMenu table {
	width: 450px;
	margin: 0 0 0px 0;
	text-align: left;
}
#drinkMenu th {
	padding: 0px 0px 10px 0;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px #cccccc dotted;
}
#drinkMenu td {
	padding: 0px 0 10px 0;
	text-align: right;
	border-bottom: 1px #cccccc dotted;
	font-weight: bold;
	font-size: 12px;
}


/* ニュースあたり用 */

#newsContainer {
   margin: 20px 0 0 0;
   width: 520px;
	height: auto;
	}
#newsContainer table {
	margin: 0 0 20px 0;
	border-bottom: 1px #cccccc dotted;
}
#newsContainer th.date {
	width: 120px;
	 valign: top;
	text-align: left;
	font-size: 14px;
}
#newsContainer th.title {
	width: 450px;
	font-size: 14px;
	text-align: left;
	padding: 0px 0 15px 0;
}
#newsContainer td.news_body {
	width: 450px;
	font-size: 12px;
	text-align: left;
	line-height: 1.8;
	padding: 0px 0 15px 0;
}

/* ファーマー */

#farmerlist {
 width: 550px;
 height: 370px;
 border-bottom: 1px #cccccc dotted;
 margin-bottom: 20px;
 }
#farmerlistPhoto {
 float:left;
 width: 150px;
 height: 250px;
 margin: 0px 20px 20px 0  ;
}
#farmerlistPhoto img {
padding-bottom: 5px;
}
#farmerlisttext {
 float:right;
 width: 380px;
 height: 350px;
}



/* p */

p.menu {
	clear:left;
	padding: 10px 0 0 0;
	font-size: 10px;
	font-weight: normal;
}
p.news{
    font-size: 12px;
	}

p.select{
    font-size: 12px;
	}

h2.clear{ 
clear:right; 

	}
	
	
#news_body {
	font-size: 12px;
	line-height: 175%;
	border-bottom: dotted 1px #cccccc;
	}
th.date  {
	padding: 20px 0 0 0;
	width: 120px;
	font-size: 14px;
    font-weight: bold;
	}

td.news_body  {
	padding: 20px 0 30px 0;
	font-size: 12px;
    font-weight: normal;
	}
td.news_body  img {
	margin: 10px 0 10px 0;
}


img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

	
	
	
	
	
	
	
	
	

