/* ************************************************ 
 *	業務用商品用設定
 * ************************************************ */

/* 見出し */
#business h1 {
background: url(/image/custom/common/h1_blue_bg.gif) no-repeat top left;
}


/* ************************************************ */
/**** メイン関係 ****/
/* ************************************************ */

/**** 左カラム ****/
/* サブメニュー */
#business .smenu {
background:#B3DCE8;
}

/* サブメニュータイトル */
#business .smenu_tit a {
background: url(/image/custom/business/smenu_tit_business.gif) no-repeat top left;
}

/* サブメニューリスト */
#business .smenu ul li a#here {
background:#2EB1D9 url(/image/custom/common/allow_blue.gif) no-repeat 10px 10px;
}
#business .smenu ul li a {
background:#fff url(/image/custom/common/allow_blue.gif) no-repeat 10px 10px;
}
#business .smenu ul li a:hover {
background:#2EB1D9 url(/image/custom/common/allow_blue.gif) no-repeat 10px 10px;
}

#business .smenu ul li a#here.ssmenu {
background:#2EB1D9 url(/image/custom/common/allow_blue2.gif) no-repeat 22px 6px;
}
#business .smenu ul li a.ssmenu {
background:#fff url(/image/custom/common/allow_blue2.gif) no-repeat 22px 6px;
}
#business .smenu ul li a:hover.ssmenu {
background:#2EB1D9 url(/image/custom/common/allow_blue2.gif) no-repeat 22px 6px;
}



/**** メインカラム ****/
/** タイトル関係 **/
#business .tit_h2 {
background:url(/image/custom/common/h2_blue_bg.gif) no-repeat top left;
}
#business .tit_h2_270 {
background:url(/image/custom/common/h2_blue_bg270.gif) no-repeat top left;
}
#business .tit_h2_335 {
background:url(/image/custom/common/h2_blue_bg335.gif) no-repeat top left;
}


/** コンテンツ **/
/* 商品情報 */
.item_category a.cheese {
background:url(/image/custom/business/catbtn_cheese.gif) no-repeat top left;
width:135px;
height:50px;
display:block;
margin:0px 0px 10px 0px;
}
.item_category a.cheese:hover {
background:url(/image/custom/business/catbtn_cheese.gif) no-repeat bottom left;
}

.item_category a.can {
background:url(/image/custom/business/catbtn_can.gif) no-repeat top left;
width:135px;
height:50px;
display:block;
margin:0px 0px 10px 0px;
}
.item_category a.can:hover {
background:url(/image/custom/business/catbtn_can.gif) no-repeat bottom left;
}

.item_category a.frozen {
background:url(/image/custom/business/catbtn_frozen.gif) no-repeat top left;
width:135px;
height:50px;
display:block;
margin:0px 0px 10px 0px;
}
.item_category a.frozen:hover {
background:url(/image/custom/business/catbtn_frozen.gif) no-repeat bottom left;
}

.item_category a.fisheries {
background:url(/image/custom/business/catbtn_fisheries.gif) no-repeat top left;
width:135px;
height:50px;
display:block;
margin:0px 0px 10px 0px;
}
.item_category a.fisheries:hover {
background:url(/image/custom/business/catbtn_fisheries.gif) no-repeat bottom left;
}

