@charset "UTF-8"


/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* --------------------------------------------------------------------------------------
  ブランドサムネイル（トップページ）スワップ
--------------------------------------------------------------------------------------- */

/* AWkitchenバーニャカウダ */
#th-aw a {	display: block;	width: 145px; height: 80px;	background: url(../images/th_aw_on.gif); }
#th-aw a:hover { background-color: #FFF; }
#th-aw a:hover img { visibility: hidden; }

/* UAジンジャーティー */
#th-ua a {	display: block;	width: 145px; height: 80px;	background: url(../images/th_ua_on.gif); }
#th-ua a:hover { background-color: #FFF; }
#th-ua a:hover img { visibility: hidden; }

/* Kakevegee */
#th-kv a {	display: block;	width: 145px; height: 80px;	background: url(../images/th_kv_on.gif); }
#th-kv a:hover { background-color: #FFF; }
#th-kv a:hover img { visibility: hidden; }

/* 山田宏巳 */
#th-yh a {	display: block;	width: 145px; height: 80px;	background: url(../images/th_yh_on.jpg); }
#th-yh a:hover { background-color: #FFF; }
#th-yh a:hover img { visibility: hidden; }


/* --------------------------------------------------------------------------------------
  ブランドバナーサムネイル（下層ページ）スワップ
--------------------------------------------------------------------------------------- */

/* AWkitchenバーニャカウダ */
#bnr-aw a {	display: block;	width: 151px; height: 100px;	background: url(../images/bnr_aw_on.gif); }
#bnr-aw a:hover { background-color: #FFF; }
#bnr-aw a:hover img { visibility: hidden; }

/* UAジンジャーティー */
#bnr-ua a {	display: block;	width: 151px; height: 100px;	background: url(../images/bnr_ua_on.gif); }
#bnr-ua a:hover { background-color: #FFF; }
#bnr-ua a:hover img { visibility: hidden; }

/* かけべじ */
#bnr-kv a {	display: block;	width: 151px; height: 100px;	background: url(../images/bnr_kv_on.gif); }
#bnr-kv a:hover { background-color: #FFF; }
#bnr-kv a:hover img { visibility: hidden; }

/* 山田宏巳 */
#bnr-yh a {	display: block;	width: 151px; height: 100px;	background: url(../images/bnr_yh_on.jpg); }
#bnr-yh a:hover { background-color: #FFF; }
#bnr-yh a:hover img { visibility: hidden; }
