@charset "Shift_JIS";

/*フッター*/
footer {
	position: relative;
	height: 30px;
	width: 100%;
	/*min-width: 289px;*/
	/*background-color: #888084;*/
	/*background-color: #475950;*/
	border-top: 1px solid #475950;
	/*background-image: url(/image/design/washi_green2.jpg);*/
	background-color: rgb(4, 32, 44, 0.4);
}
footer small {
	color: #000;
	margin-left: 10px;
}



/*トップリンク*/
#top-link {
	position: fixed;
	right: 20px;
	bottom: 40px;
	height: 4.6rem;
	width: 4.6rem;
	border-radius: 23px;
	background-color: #475950;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
}
