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

/* -------------------------------------
__上部へ戻る
---------------------------------------- */	
#back_to_top{
    position: fixed;
    bottom: 8px;
    right: 20px;
    font-size: 12px;
}
#back_to_top a {
	display: block;
    text-decoration: none;
    color: #fff;
    width: 100px;
  	padding: 8px;
	border-radius: 5px;
    width: 75px;
    height: 50px;
    text-align: center;
	background-color: #999999;
}
#back_to_top a:hover {
    text-decoration: none;
	opacity: 0.7;
}
