@charset "UTF-8";
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.wrapper p {
	text-align: right;
	padding-right: 40px;
}
.wrapper a {
	color: #666666;
	text-decoration: none;
}
.wrapper a:hover {
	text-decoration: underline;
}
