body {
	background-color: #F0F0F0;
}
#all {
	margin: auto;
	width: 800px;
	background-color: #F8F8F8;
}
#all #header {
	background-image: url(images/top.png);
	height: 80px;
}
#all #menu {
	background-color: #F0F0F0;
}
#all #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/footer.png);
}
#all #contents a:link {
	text-decoration: none;
	color: #023260;
}
#all #contents a:visited {
	text-decoration: none;
	color: #023260;
}
#all #contents a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #023260;
}