/*shop*/

#cont_shop{
margin:20px 40px 30px;
}

#area_navi{
height: 50px;
width: 920px;
margin: 0 auto;
position:relative;
}

#area_navi ul{
display: block;
width: 920px;
position: absolute;
}

#area_navi ul li{
display: inline;
line-height: 1;
}

#area_navi li a{
float: left;
display: block;
height: 50px;
overflow: hidden;
text-indent: -9999px;
}

#area_navi ul li.hok a{
width: 140px;
background:url(../img/shop_bt01.gif) no-repeat top left;
margin-right: 16px;
}

#area_navi ul li.hok_o a{
width: 140px;
background:url(../img/shop_bt01.gif) no-repeat bottom left;
margin-right: 16px;
}

#area_navi ul li.kanto a{
width: 140px;
background:url(../img/shop_bt02.gif) no-repeat top left;
margin-right: 16px;
}

#area_navi ul li.kanto_o a{
width: 140px;
background:url(../img/shop_bt02.gif) no-repeat bottom left;
margin-right: 16px;
}

#area_navi ul li.chubu a{
width: 140px;
background:url(../img/shop_bt03.gif) no-repeat top left;
margin-right: 16px;
}

#area_navi ul li.chubu_o a{
width: 140px;
background:url(../img/shop_bt03.gif) no-repeat bottom left;
margin-right: 16px;
}

#area_navi ul li.kansai a{
width: 140px;
background:url(../img/shop_bt04.gif) no-repeat top left;
margin-right: 16px;
}

#area_navi ul li.kansai_o a{
width: 140px;
background:url(../img/shop_bt04.gif) no-repeat bottom left;
margin-right: 16px;
}

#area_navi ul li.chugoku a{
width: 140px;
background:url(../img/shop_bt05.gif) no-repeat top left;
margin-right: 16px;
}

#area_navi ul li.chugoku_o a{
width: 140px;
background:url(../img/shop_bt05.gif) no-repeat bottom left;
margin-right: 16px;
}

#area_navi ul li.kyusyu a{
width: 140px;
background:url(../img/shop_bt06.gif) no-repeat top left;
}

#area_navi ul li.kyusyu_o a{
width: 140px;
background:url(../img/shop_bt06.gif) no-repeat bottom left;
}

#area_navi ul li a:hover{
background-position: bottom left;
}

#cont_shop #tit_hok{
display: block;
width: 920px;
height: 30px;
text-indent: -9999px;
background: url(../img/shop_tit01.gif) no-repeat;
margin: 20px auto;
}


#cont_shop #tit_chubu{
display: block;
width: 920px;
height: 30px;
text-indent: -9999px;
background: url(../img/shop_tit03.gif) no-repeat;
margin: 20px auto;
}

#cont_shop #tit_kansai{
display: block;
width: 920px;
height: 30px;
text-indent: -9999px;
background: url(../img/shop_tit04.gif) no-repeat;
margin: 20px auto;
}

#cont_shop #tit_chugoku{
display: block;
width: 920px;
height: 30px;
text-indent: -9999px;
background: url(../img/shop_tit05.gif) no-repeat;
margin: 20px auto;
}

#cont_shop #tit_kyusyu{
display: block;
width: 920px;
height: 30px;
text-indent: -9999px;
background: url(../img/shop_tit06.gif) no-repeat;
margin: 20px auto;
}

#cont_shop #tit_kanto{
display: block;
width: 920px;
height: 30px;
text-indent: -9999px;
background: url(../img/shop_tit02.gif) no-repeat;
margin: 20px auto;
}




#shop_list{
margin:20px auto;
width: 900px;
border-collapse:collapse;
font-size:12px;
}

#shop_list td{
line-height: 200%;
padding: 3px;
}

#shop_list td.shop_name{
padding-left: 15px;
background:url(../../collection/img/bag_list.gif) no-repeat left center;
font-weight:bold;
}










