@charset "utf-8";
/* CSS Document */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 90%;
}
#back-top a {
	width: 65px;
	display: block;
}

#back-top span {
    width: 65px;
    height: 65px;
    display: block;
    margin-bottom: 7px;
    background: url('../images/back_to_top01.gif') no-repeat scroll center center #DDD;
    border-radius: 15px;
    transition: all 1s ease 0s;
}
