@charset "utf-8";
#page {
	height: 1000px;
	width: 800px;
	margin: 0px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10px;
	line-height: 20px;
	color: #6E5F48;
	letter-spacing: 2px;
	padding: 0px;
}
#haikeiyou {
	text-align: left;
	width: auto;
	height: 1000px;
	margin: auto;
	clear: none;
	float: none;
}
#c {
	height: 100px;
	width: 800px;
	font-size: 12px;
}

a:link {
	color: #6E5F48;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #6E5F48;
}
a:active {
	color: #999999;
}
