@charset "UTF-8";
/* CSS Document */
a:hover{
 color: #93C802;
}
header {
 background-image: url(../img/yosan/bg_head.jpg);
}
header #nav a {
 background-color: #93C802;
}
header #nav a:hover {
 background-color: #6A9900;
}




#productSct #clm_r h2 {
 color: #93C802;
}
#productSct #clm_r #cartBtn a {
 background-color: #93C802;
}
#productSct #clm_r #cartBtn a:hover {
 background-color: #6A9900;
}

#lineupSct h2 {
 color: #407038;
 border-bottom: 3px solid #407038;
}
#lineupSct ul li .fukidashi {
 background-color: #93C802;
}
#lineupSct ul li .fukidashi span {
 color: #93C802;
}

footer a {
 color: #93C802;
}
footer a:hover {
 color: #6A9900;
}