@charset "utf-8";
/* CSS Document */

<style type="text/css">
.top{ width:100%;}
.guide{width:60px;position:fixed; right:0%;bottom:20px;}
.guide a{display:block;width:60px;height:50px; background-image:url(../images/sprite_v1.png); font-size:16px; line-height:50px;text-align:center;color:#fff;border-radius:2px;}
.guide a span{display:none;text-align:center;}
.guide a:hover{text-decoration:none;background-color:#39F;color:#fff;}
.guide a:hover span{display:block;width:60px;background:#06C;}
</style>