@charset "UTF-8";
body {
	width: 1000px;
    margin: auto;
	background-image: url("img/jimon.jpg")
}
html {
    background-color: #ffffff;
	color: #000000;
}
top img {
	vertical-align: bottom;
}
a {
color:#6B6B6B;
}
footer { width: 100%; position: center; bottom: 0; }
.copyright {
	color: #6B6B6B;
	font-size: small;
}
.title {
	font-size: large;
	font-weight: bold;
	text-align: left;
}