@charset "utf-8";
/* CSS Document */

/***************************************************
/*		リセット
/**************************************************/
* {
	margin : 0;
	padding: 0;
	font-size  : 100%;
	line-height: 1.5em;
	font-style : normal;
	text-decoration: none;
}
body {
	font:0.8em "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	color:#333;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	border-spacing:0;
}
img       { border:0; }
a:link    { color:#008dff; }
a:visited { color:#008dff; }
a:hover   { color:#008dff; }
a:active  { color:#008dff; }
ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

/***************************************************
/*		全体
/**************************************************/
#headerwrap {
	height: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7EAF1F;
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 120px;
}
#header {
	height: 190px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header_top.png);
	background-repeat: no-repeat;
}
#bosyu{
	height:45px;
	padding-top:5px;
	text-align:right;
}
#wrap {
	background-color: #EBEBD9;
}
#contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main {
	width: 650px;
	float: left;
}
#sidebar {
	float: right;
	width: 290px;
	padding-left: 10px;
}
#search {
	padding-right: 10px;
	padding-left: 10px;
	font-size:0.9em;
}
#search table{
	margin:10px 0;
}
#search td, #search th{
	padding:5px;
}
#search th{
	border-right:dashed 1px #CCCCCC;
}
#toppic{
	margin-bottom:20px;
}
#footerwrap {
	background-color: #EBEBD9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7DAD1F;
}
#footer {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}
.fukidashi01_top {
	background-image: url(img/fukidashi01_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
}
.fukidashi01_mid {
	background-color: #FFFFFF;
	width: 600px;
	padding-top:20px;
	padding-right: 20px;
	padding-left: 20px;
}
.fukidashi01_bot {
	background-image: url(img/fukidashi01_bot.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
	margin-bottom: 10px;
}
.fukidashi02_top {
	background-image: url(img/fukidashi02_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 290px;
}
.fukidashi02_mid {
	background-color: #FFFFFF;
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
}
.fukidashi02_bot {
	background-image: url(img/fukidashi02_bot.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 290px;
	margin-bottom: 10px;
}
.pickup td{
	padding:5px;
}
.pickup{
	font-size:0.9em;
	height:90px;
}
.pickup .name{
	font-size:1.0em;
	font-weight:bold;
}
.pickup .tel{
	font-size:1.2em;
	font-weight:bold;
}
.information li {
	list-style-image: url(img/li.png);
	margin-left: 10px;
	list-style-position: inside;
}
.information ul {
	padding-top: 10px;
}
.shopinformation li {
	list-style-image: url(img/li2.png);
	margin-left: 10px;
	list-style-position: inside;
}
.shopinformation ul {
	padding-top: 10px;
}
.green{
	color:#009933;
}
/***************************************************
/*		グローバルナビ
/**************************************************/
#gnavi {
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#gnavi ul{
	height:60px;
}
#gnavi li{
	height:60px;
	width:200px;
	float:left;
}
#gnavi .home	{
	text-decoration:none;
	display:block;
	width: 200px;
	height: 60px;
	background-image: url(./img/gnavi.png);
	background-repeat: no-repeat;
}
#gnavi .home:hover	{
	background-image: url(./img/gnavi.png);
	background-position: 0px -60px;
}
#gnavi .about	{
	text-decoration:none;
	display:block;
	width: 200px;
	height: 60px;
	background-image: url(./img/gnavi.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#gnavi .about:hover	{
	background-image: url(./img/gnavi.png);
	background-position: -200px -60px;
}
#gnavi .shoplist	{
	text-decoration:none;
	display:block;
	width: 200px;
	height: 60px;
	background-image: url(./img/gnavi.png);
	background-repeat: no-repeat;
	background-position: -400px 0px;
}
#gnavi .shoplist:hover	{
	background-image: url(./img/gnavi.png);
	background-position: -400px -60px;
}
#gnavi .contact	{
	text-decoration:none;
	display:block;
	width: 200px;
	height: 60px;
	background-image: url(./img/gnavi.png);
	background-repeat: no-repeat;
	background-position: -600px 0px;
}
#gnavi .contact:hover	{
	background-image: url(./img/gnavi.png);
	background-position: -600px -60px;
}

/***************************************************
/*		新着情報
/**************************************************/
.whatsnew table{
	width:100%;
}
.whatdate{
	font-size:0.8em;
}
.whattitle{
	font-sise:1.2em;
	font-weight:bold;
}
.whatsubtitle{
	padding:10px 0;
	border-bottom:dashed 1px #CCCCCC;
}
.whatsubject{
	padding-top:10px;
}
.rsstittle {
 position: relative;
 width: 590px;
 height: 40px;
}
.rsstittle a { display: block; }
a.rss-menu {
 width: 35px;
 height: 35px;
}
a.rss {
 position: absolute;
 top: 0px;
 left: 595px;
 width: 35px;
 height: 35px;
}
/***************************************************
/*		ギャラリー
/**************************************************/
#gallery td{
	padding:10px;
}
/***************************************************
/*		検索結果
/**************************************************/
.search_result{
	border-bottom:dashed 1px #CCCCCC;
	padding:10px 0;
}
/***************************************************
/*		店舗お知らせ
/**************************************************/
.event{
	padding-bottom:30px;
}
.event a{
	color:#7EAF1F;
	text-decoration: underline;
}
.event h3{
	color:#7EAF1F;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:bold;
	border-left:solid 5px #7EAF1F;
	border-bottom:dashed 1px #CCCCCC;
}
/***************************************************
/*		店舗情報ページ
/**************************************************/
#inform td{
	padding:5px;
}
#shopdetail td{
	padding:20px 10px;
	border-bottom:dashed 1px #CCCCCC;
}
#shopdetail table{
	width:100%;
}
/***************************************************
/*		ブログ
/**************************************************/
#blog li{
	margin-left: 10px;
	list-style-position: inside;
	list-style-image: url(img/li3.png);
	line-height:3em;
	border-bottom:dashed 1px #CCCCCC;
}
/***************************************************
/*		店舗メニュー
/**************************************************/
#tmenu {
	height: 40px;
	width: 600px;
	margin-bottom:10px;
}
#tmenu  li {
	width:100px;
	float: left;
	padding-right:5px;
}
.tmenu01	{
	text-decoration:none;
	display:block;
	width: 100px;
	height: 40px;
	background-image: url(img/tmenu.png);
}
.tmenu01:hover	{
	background-image: url(img/tmenu.png);
	background-position: 0px -40px;
}
.tmenu02	{
	text-decoration:none;
	display:block;
	width: 100px;
	height: 40px;
	background-image: url(img/tmenu.png);
	background-position: -105px 0px;
	background-repeat: no-repeat;
}
.tmenu02:hover	{
	background-image: url(img/tmenu.png);
	background-position: -105px -40px;
}
.tmenu03	{
	text-decoration:none;
	display:block;
	width: 100px;
	height: 40px;
	background-image: url(img/tmenu.png);
	background-position: -210px 0px;
	background-repeat: no-repeat;
}
.tmenu03:hover	{
	background-image: url(img/tmenu.png);
	background-position: -210px -40px;
}
.tmenu04	{
	text-decoration:none;
	display:block;
	width: 100px;
	height: 40px;
	background-image: url(img/tmenu.png);
	background-position: -315px 0px;
	background-repeat: no-repeat;
}
.tmenu04:hover	{
	background-image: url(img/tmenu.png);
	background-position: -315px -40px;
}
