@charset "utf-8";
@import url(reset.css);



body {
	background: #000 ;
	color:#666;
	scrollbar-arrow-color: #c03;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fee;
	scrollbar-highlight-color: #f9c;
	scrollbar-shadow-color: #f9c;
	scrollbar-track-color: #fff;
	text-align:center;
	}


div#header {
	border-bottom: solid 1px #111 ;
	background: url("img/shopnavi-ul.gif") no-repeat center;
	height:140px;
	}
div#footer {
	border-top: solid 1px #111 ;
	padding:4em;
	font-size:11px;
	}

div#countainer {
	}
div.index-shopnavi_box{
	background: url("img/shopnavi-ul.gif") no-repeat center;
	width:900px;
	}
div.index-shopnavi_box ul li{
	width:225px;
	float:left;
	}
div.index-shopnavi_box ul li.kyoto,
div.index-shopnavi_box ul li.wakayama,
div.index-shopnavi_box ul li.nara{
	width:150px;
	}

div.index-shopnavi_box ul li a{
	display:block;
	height:540px;
	text-indent:-9999px;
	background-position:center 0 ;	
	background-repeat: no-repeat;
	}

div.index-shopnavi_box ul li.osaka a{
	background-image: url("img/shopnavi-li-osaka.jpg");
	}
div.index-shopnavi_box ul li.hyogo a{
	background-image: url("img/shopnavi-li-hyogo.jpg");
	}

/*
div.index-shopnavi_box ul li.nara a{
	background-image: url("img/shopnavi-li-nara.jpg");
	}
div.index-shopnavi_box ul li.kyoto a{
	background-image: url("img/shopnavi-li-kyoto.jpg");
	}
div.index-shopnavi_box ul li.wakayama a{
	background-image: url("img/shopnavi-li-wakayama.jpg");
	}
*/
div.index-shopnavi_box ul li.nara,
div.index-shopnavi_box ul li.kyoto,
div.index-shopnavi_box ul li.wakayama{
	text-indent:-9999px;
	background-position:center 0 ;	
	background-repeat: no-repeat;
	}
div.index-shopnavi_box ul li.nara a,
div.index-shopnavi_box ul li.kyoto a,
div.index-shopnavi_box ul li.wakayama a{
	cursor: crosshair;
	}

div.index-shopnavi_box ul li.nara{
	background-image: url("img/shopnavi-li-nara.jpg");
	}
div.index-shopnavi_box ul li.kyoto{
	background-image: url("img/shopnavi-li-kyoto.jpg");
	}
div.index-shopnavi_box ul li.wakayama{
	background-image: url("img/shopnavi-li-wakayama.jpg");
	}

div.index-shopnavi_box ul li a:hover{
	background-position:center -540px ;	
	}
