#header a {
   text-decoration: none;
}

#header span {
   display:none;
}


div #header {
  width: 100%;
  text-align: left;
  padding:10px 0 0 0;
  background: url(header_btm.gif) repeat-x bottom;
  margin:0;
  height: 175px;
}

#gnabi{
   margin : 0 0 0 150px;
   padding-top: 30px;
}

#gnabi .hm{
   border-left: 1px solid #DCDCDC;
}

#gnabi li{
   float:left;
   width:81px;
   border-right: 1px solid #DCDCDC;
   overflow:hidden;
   list-style: none;
}

#gnabi li a{
   display:block;
   line-height:31px;
   text-align:center;
background-image : url(navi.gif);
background-repeat : no-repeat;
color:#ffffff;
}

#gnabi li a:hover{
   background-image : url(navibotton_hover.gif);
background-repeat : no-repeat;
color:#FF017A;
}

#cart a,#cart a:link,#cart a:visited{
   display:block;
   width:74px;
   height:80px;
   color:#808080;
   text-align:center;
   font-size:80%;
}

#cart a:hover{
   color:#FF017A;
}

#cart{
   position:relative;
   text-align:center;
   margin:0;
}

#cart a{
   position:absolute;
   display:block;
   top:-80px;
   right:100px;
