@charset 'UTF-8';

body {
	color: white;
	background-color: #221815;
}

h2#title {
	color: white;
}

table#menu {
	position: absolute;
	top: 183px;
	left: 20px;
}
table#menu td {
	vertical-align: top;
	width: 246px;
	height: 377px;
}

ul#navi_menu {
	position: absolute;
	top: 125px;
	left: 151px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
ul#navi_menu li {
	color: black;
	display: inline;
	margin: 0px;
	padding: 0px;
}

p#back a {
	color: white;
}
