
/* to_top */
#to_top {
	position: fixed;
	bottom: 100px;
	right: 1px;
	width: 100px;
	height:50px;

	z-index: 100;
}
#to_top a {
	background: #eeeeee;
	text-decoration: none;
	font-weight:normal;
        font-family : 'メイリオ',sans-serif ;
	font-size:10px;
	color:#555555;
	opacity: 0.7;
	text-align: center;
	display: block;
	border: solid px #666666;
	
        /*角丸四隅個別設定*/
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
	line-height: 50px;
}
#to_top a:hover {
	text-decoration: none;
	background: #cccccc;
	font-weight:normal;
        font-family : 'メイリオ',sans-serif ;
	font-size:10px;
	color:#000000;
	opacity: 0.7;
	text-align: center;
	border: solid px #666666;
	
        /*角丸四隅個別設定*/
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
	line-height: 50px;
}
/* to_top end */
