@charset "UTF-8";

/*
-----------------------------------------------------------------------------
--#head ブロック
--#body ブロック
--#main ブロック
--#subブロック
--#footブロック


--#リンクメニュー上下部
--汎用スタイル
-----------------------------------------------------------------------------
*/



/* --#headブロック　スタイル*/
#head .inner{
	background-color:#000000;
}
#head h1{
	text-align:right;
	margin-right:20px;
}

/*コンテンツブロック*/
/* -- mainブロック　スタイル*/
#main .inner{
	margin-top:10px;
}

#indexHTML #main h2,
#shoppingHTML #main h3,
#shoppingHTML #main h4,
#subHTML #main h3{
	background-color:#000000;
	padding:2px;
	color:#ffffff;
	font-weight:bold;
	margin-right:10px;
}
#subHTML #main h3.otherTITLE{
	background-color:#970f00;	
}

#subHTML #body h2,
#shoppingHTML #body h2,
body#purchaseHTML h2,
#toiawaseFORM h2,
#linkHTML h2{
	background-image:url(img/subTitle.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 5px 5px 50px;
	font-size:160%;
	font-weight:bold;
	margin-left:10px;
}

.contentsBOX{
}

#subHTML .contentsBOX{
	margin-left: 20px;
}

.contentsBOX .calendarSPACE,
.contentsBOX .bannerSPACE
{
	padding:10px 0 20px 0;
}

/*イベントカレンダーのスタイル*/
.calendarSPACE{
}
.eventCalendar{ /*テーブル周り*/
	padding:4px;
	border:1px solid #babbb4;
	float:left;
	margin-right:5px;
}

/*subブロックに表示するカレンダー*/
#sub .eventCalendar{
	text-align:center;
	margin:5px 0px 10px 0;	
}
#sub .eventCalendar table{
	margin:auto;
}


.eventCalendar table{
	border-collapse:collapse;
	font-family: "ＭＳ ゴシック", "Osaka－等幅",monospace;
}
.eventCalendar table caption{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-bottom:3px;
	font-weight:bold;
}
.eventCalendar table tr{
	border-bottom:1px solid #babbb4;
}
.eventCalendar table td,
.eventCalendar table th
{
	text-align:center;
	font-weight:normal;
	padding:3px 6px 3px 6px;
	border-bottom:1px solid #babbb4;
}
/*イベントカレンダーのテーブル内リンク設定*/
.eventCalendar table td a:link,
.eventCalendar table td a:visited
{
	display:block;
	text-decoration:none;
}
.eventCalendar table td a:hover
{
	text-decoration:underline;
	background-color:#00CCFF;
}

.sunD,
.sunD a{ 
	color:#FF0000;
}
.weekD,
.weekD a{ 
	color:#000000;
}
.satD,
.satD a{
	color:#449CC9;
}
.today{
	border:1px solid #ff0000;
	margin:1px;
}
.sale{ /*セールのマーク*/
	background-image:url(img/calendarSale.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.event{ /*イベントのマーク*/
	background-image:url(img/calendarEvent.png);
	background-repeat:no-repeat;
	background-position:center;
}
.closed{ /*定休日のマーク*/
	color:#ffffff;
	font-weight:normal;
	background-color:#cccccc;
}

.contentsBOX .calendarSPACE .caption{ /*カレンダー下のスタイル*/
	padding-top:10px;
	clear:left;
}
.calendarSPACE .caption li{
	line-height:200%;
	font-size:80%;
}


/*トップ　フラッシュ*/
.topIMG{
	margin-bottom:20px;
}

/*バナーコーナー-------------------------*/
.contentsBOX .bannerSPACE p{
	display:inline;
	margin:5px;	
}
/*subブロックのバナー*/
#sub p.bannerSPACE{
	margin:10px 0 10px 0;
	text-align:center;
}

/*オリジナル商品-------------------------*/
.shoppingSPACE{
	margin-top:10px;
	margin-bottom:10px;
}

#indexHTML .shoppingBOX{
	float:left;
	min-height:160px;
	height: auto !important;
	height: 160px;

}

.shoppingBOX{
	margin-top:10px;
	width:120px;
}

/*subブロックの商品*/
#sub .shoppingSPACE{
	text-align:center;
}
#sub .shoppingBOX{
	float:none;
	margin:auto;
	width:150px;
	text-align:left;
}

.shoppingBOX li{

}
.shoppingBOX li.productImg{
	width:110px;
	height:100px;
	background-color:#FFFFFF;
	overflow:hidden;
	border-bottom:1px solid #dadada;
}
.shoppingBOX li.productImg .productImgBox{
	border-top:1px solid #dadada;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	text-align:center;
	vertical-align:middle;
	height:100%;
}
.shoppingBOX li.productImg img{
}
.shoppingBOX li.productName h3{
	margin:1px 0 5px 2px;
	font-size:80%;
}


.shoppingBOX li.productDescription{
	font-size:70%;
	width:90%;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.2em;

}
.shoppingBTM{
	clear:left;
	text-align:right;
	margin:10px;
}

/*サブページのトップメニュー-----*/
.contentsBOX ul.subPageMENU{
	margin-bottom:10px;
	margin-top:10px;

}
.contentsBOX ul.subPageMENU li{
	display:inline;
	padding-left:5px;
	border-left:1px solid #000000;
	margin-left:5px;
}
.contentsBOX ul.subPageMENU li.first{
	border:none;
}

/*サブページのコンテンツBOX段組要素*/
#subHTML .contentsBOX p{
	margin-top:10px;
	margin-bottom:10px;
}
#subHTML .contentsBOX .left{
	float:left;
	width:45%;
}
#subHTML .contentsBOX .right{
	float:right;
	width:45%;
	margin-right:3%;
}
#subHTML .contentsBOX .bottom{
	clear:both;
}





/*サブページのdataLIST*/
#subHTML .contentsBOX .dataLIST{
	border:1px solid #cccccc;
	margin:10px 20px  10px 10px;
	padding:10px;
}
#subHTML .contentsBOX .tenpoDATA{
	margin:10px;
	padding:10px;
}

/*通販表記テーブルのスタイル*/
#aboutHYOKI{
	text-align:center;
}
#aboutHYOKI table{
	margin:auto;
	text-align:left;
	border:1px solid #999999;
	border-collapse:separate;
	margin-top:10px;
	margin-bottom:10px;
	font-size:80%;
}
#aboutHYOKI table col.midasi{
	background-color:#f0f8ff;
	width:110px;
}
#aboutHYOKI table col.naiyo{
	width:360px;
}

#aboutHYOKI table td,
#aboutHYOKI table th{
	border:1px solid #999999;
	padding:5px;
}

/* --#subブロック　スタイル------------------------------------------------------------------------*/
#sub .inner{
	margin-top:10px;
}

#sub .subBOX h3{
	background-color:#000000;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
}

/*カレンダー表示ブロック----------*/
#indexHTML .eventCalendar,
#subHTML .eventCalendar,
#shoppingHTML .eventCalendar,
#purchaseHTML .eventCalendar,
#linkHTML .eventCalendar{
	float:none;
}


/* sub新着ブロック--------*/

#sub .subNEWS{
	border-bottom:1px dashed #babbb4;
	margin-top:5px;
}

#sub .subNEWS h4{
	color:#fba090;
	margin:2px;
	font-weight:bold;
}
#sub .subNEWS h5{
	margin:2px;
}
#sub .subNEWS p{
	margin:2px;
	font-size:80%;
	text-align:justify;
	text-justify:inter-ideograph;
}

#sub .subBTM{
	text-align:right;
	font-size:80%;
	margin:8px;
}

/*--囲みのあるsubブロックボックス*/
#sub .subBoxKAKOMI{
	border:1px solid #babbb4;
	padding:5px;
	margin:5px 0 5px 0;
}

#sub .subBoxKAKOMI h4{
	padding-left:13px;
	background-image:url(img/mark_sub.png);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	margin-top:5px;
}

#sub .subImgSPACE{
	text-align:center;
}
#sub .subImgSPACE img{
}

#sub ul.dataLIST{
	padding-left:0.5em;
}
#sub ul.ichiran{
}
#sub ul.ichiran li{
	display:inline;
	font-size:80%;
	line-height:100%;
}

/* --#bodyBTMブロック　スタイル------------------------------------------------------------------------*/
#bodyBTM p{
	font-size:80%;
	margin:30px 0 20px 20px;
	padding-top:20px;
}


/* --#footブロック　スタイル------------------------------------------------------------------------*/
#foot p{
	clear:left;
	/*下部メニューの回りこみ解除*/
}

#foot .footBAR{
	background-color:#000000;
	padding:1px;
	color:#FFFFFF;
	text-align:center;
}
#foot .shopDATA{
	font-size:70%;
}


/* --リンクメニュー　上下共通設定---------------------------------------------------------------　*/
ul.linkMENU{
	background-color:#00FF00;
}
ul.linkMENU li{
	text-align:center;
	float:left;
	color:#666666;
	background-image:url(img/menuBG.jpg);
	background-position:center;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	width:104px;
}
ul.linkMENU li.first a,
ul.linkMENU li.firstS a{
	border-left:1px solid #666666;
}
ul.linkMENU li.firstS{
	margin-left:18px;
}
ul.linkMENU li.special{
	background-image:url(img/menuBGsp.jpg);
}
ul.linkMENU li a:link,
ul.linkMENU li a:visited{
	display:block;
	text-decoration:none;
	border-right:1px solid #666666;
}
ul.linkMENU li a:visited{
	color:#666666;
}
ul.linkMENU li a:hover{
	background-color:#000000;
	color:#ffffff;
}
ul.linkMENU li.special a:hover{
	background-color:#ff0000;
}



/*ビデオページ　---------------------------------*/

#subHTML #body h2,videoTitle{
	margin:0;
	padding:0;
	background:none;
	text-align:center;
	
}
#subHTML #body p.videoComments{
	margin-left:40px;
	margin-right:40px;
}

#subHTML #body .viceoBox{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

/*Googleマップ*/
#map{
	height:450px;
	width:580px;
	margin-top:5px;
	margin-bottom:5px;
}
#mapF{
	height:700px;
	width:580px;
	margin-top:5px;
	margin-bottom:5px;
}




/*ＢＢＳ---------------------------------------*/
#subHTML .contentsBOX .bottomBBScomments{
	clear:both;
	border:1px solid #cccccc;
	text-indent:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:525px;
	margin-left:50px;
	margin-bottom:10px;
}
#subHTML .contentsBOX .bottomBBScomments p{
	margin:0px;
	padding:5px;
	line-height:150%;
}
#subHTML .contentsBOX .bottomBBScomments p.prf{
	text-align:right;
}

#subHTML .bbsForm{
	border:1px solid #cccccc;
	margin-left:50px;
	margin-right:20px;
	padding:5px;
	padding-left:10px;
	padding-top:10px;
}
#subHTML #main .bbsForm h3{
	background-color:#666666;
}




/*汎用　修飾スタイル---------------------------------------*/

.kome{
	text-indent:-1em;
	margin-left:1em;
	font-size:80%;
}

.small{
	font-size:80%;
}
.large{
	font-size:150%;
}

/*文字の右寄せ*/
.Txt_right {
	text-align: right;
	margin-right: 15px;
}
