@charset "Shift_JIS";

/* --HTML-- */
html {
 background:url(../../images/bg.gif) repeat;
}

/* --BODY-- */
body {
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
width:800px;
}

/*Gnavigation*/
div#headerNavi{
width:800px;
height:60px;
}
div#headerNavi ul{
margin:0;
padding:0;
}
div#headerNavi ul li{
float:left;
list-style-type:none;
}
div#headerNavi ul li#naviHome a{
display:block;
width: 132px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_home.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviHome a:hover{
background-image: url(../../images/headernavi_home.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviAbout a{
display:block;
width: 68px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_about.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviAbout a:hover{
background-image: url(../../images/headernavi_about.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviNews a{
display:block;
width: 105px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_news.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviNews a:hover{
background-image: url(../../images/headernavi_news.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviShop a{
display:block;
width: 85px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_shop.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviShop a:hover{
background-image: url(../../images/headernavi_shop.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviAround a{
display:block;
width: 74px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_around.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviAround a:hover{
background-image: url(../../images/headernavi_around.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviShoplist a{
display:block;
width: 84px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_shoplist.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviShoplist a:hover{
background-image: url(../../images/headernavi_shoplist.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviWholesale a{
display:block;
width: 93px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_wholesale.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviWholesale a:hover{
background-image: url(../../images/headernavi_wholesale.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviCart a{
display:block;
width: 62px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_cart.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviCart a:hover{
background-image: url(../../images/headernavi_cart.gif);
background-repeat: no-repeat;
background-position: left -60px;
}

div#headerNavi ul li#naviShopinfo a{
display:block;
width: 97px;
height: 60px;
text-indent:-9999px;
background-image: url(../../images/headernavi_shopinfo.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#headerNavi ul li#naviShopinfo a:hover{
background-image: url(../../images/headernavi_shopinfo.gif);
background-repeat: no-repeat;
background-position: left -60px;
clear:both;
}

/*footer copyright*/
div#footerCopyright{
font-size:100%;
text-align:center;
clear:both;
}


