html, body {
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 802px;
	border: #000000 1px solid;
}

.navi {
	overflow: auto;
}

.navi li {
	float: left;
}

#footer {
	clear: both;
}

#footer #to-top {
	overflow: auto;
	height: 20px;
	margin: 10px 10px 10px 0;
}

#footer #to-top ul {
	float: right;
	font-size: 10px;
}

#footer #to-top li {
	display: inline;
	padding-left: 5px;
}

#footer #to-top li#to-home {
	padding-right: 10px;
	border-right: solid 1px #000000
}

#contents {
	clear: both;
	font-size: 10px;
}

ul li img {
	vertical-align: bottom;
}

