/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:52px;
    height:62px;
    border:none;
    text-indent:-99999px;
    background:url(http://imageisoi.cafe24.com/renewal_2014/common/ui.totop.png) no-repeat left top;
    z-index: 9999;
}


#toTop:active, #toTop:focus {
    outline:none;
}
