@charset "EUC-JP";

div#head {
position: relative;
width: 780px;
height: 88px;
margin: auto;
background: transparent url(../images/head.gif) 0 0 no-repeat;
}
/*---------------サイトログ部---------------------*/
div#logo {
position: absolute;
top: 23px;
left: 35px;
width: 215px;
height: 25px;

}
div#logo a{
width: 215px;
height: 25px;
display: block;
text-decoration: none;
text-indent: -9999px;
background: transparent url(../images/logo_bg.gif) 0 0 no-repeat;
}
/*---------------E-MAIL、サイトマップ---------------------*/
ul#hdNavi {
position: absolute;
top: 0px;
width: 151px;
height: 19px;
right: 20px;
list-style: none;
background: transparent url(../images/hd_navi.gif) 0 0 no-repeat;
}
ul#hdNavi li { position: absolute;}
ul#hdNavi li#hdEmail { width: 73px; left: 0px; }
ul#hdNavi li#hdSitemap { width: 73px; left: 78px; }
ul#hdNavi li a {
position: absolute;
left: 0;
width: 73px;
height: 19px;
text-indent: -9999px;
text-decoration: none;
}
/*---------------カートナビゲーション---------------------*/
/*
div#hdCart {
position: absolute;
top: 27px;
right: 20px;
width: 151px;
height: 34px;
}

div#hdCart a {
width: 151px;
height: 34px;
display: block;
text-indent: -9999px;
text-decoration: none;
background: transparent url(../images/hd_cart_btn.gif) 0 0 no-repeat;
}
div#hdCart a:hover {
background-position: 0 -34px;
}
*/
div#hdCart {
position: absolute;
top: 27px;
right: 20px;
width: 100px;
height: 27px;
}
div#hdCart a {
width: 100px;
height: 27px;
display: block;
text-indent: -9999px;
text-decoration: none;
background: transparent url(../images/hd_cart_btn.gif) 0 0 no-repeat;
}
div#hdCart a:hover {
background-position: 0 -27px;
}