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

/*scroll-------------------------------------------------------------*/
#footer_top {
	position:fixed;
	z-index:100;
	right: 20px; 
	top: 20px;
	min-width:40px;
	width:15%;
	}

#footer_top a {
	font-size:110%;
	text-align:center;
	line-height:210%;
	}

#footer_top a:link		{ }
#footer_top a:visited	{ }
#footer_top a:hover		{ }
#footer_top a:active	{ }		


