/* shopping cart
------------------------------------------- */
#cart .bg1{
background:url("/images/cmn/cart_top.gif") left top no-repeat;
}

#cart .bg2{
background:url("/images/cmn/cart_bot.gif") left bottom no-repeat;
}


/* popup list
------------------------------------------- */
.popup a:link, .popup a:visited{
color: #7D725A;
text-decoration: underline;
}

.popup a:hover, .popup a:active{
text-decoration: none;
color: #FF7011;
}

.popup{
font-family:"MS P Gothic","‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

.tglList .title a{
padding-left:13px;
font-family:"MS P Gothic","‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
display:block;
background:url(/images/cmn/nav_arrow_02.gif) top left no-repeat;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
line-height:16px;
letter-spacing:0;
}

.tglList .title a:active{color:#FF7011; text-decoration:none;}
.tglList .title a:visited{color:#FFFFFF;}
.tglList .title a:link{color:#FFFFFF;}
.tglList .title a:hover{color:#FF7011;text-decoration:none;}

