@charset "UTF-8";
#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	height: 4px;
	background-color: #333;
	z-index: 7;
}

#footer_content {
	position: relative;
	text-align: right;
	color: #6C6C6C;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #FFF;
	top: -46px;
	padding-top: 14px;
	z-index: 7;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 14px;
	/* [disabled]letter-spacing: 0.1em; */
}
#footer_content a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #6C6C6C;
	text-align: right;
	/* [disabled]font-stretch: wider; */
}
.footer_content_done  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #7B0101;
	text-align: right;
}
#footer_content a:hover {
	color: #7B0101;
}
