@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, "ＭＳ　ゴシック";
	color: #666666;
}
#container {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-style: normal;
	line-height:200%;
	font-weight: normal;
	
}

#footer {
	text-align: center;
	font-size: small;
	padding-top: 20px;
}
