body {
	padding: 0;
	margin: 0;
}
div, h1, address, ul {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	padding: 4px;
}
a {
	text-decoration: none;
}
ul#lang_list {
	z-index: 3;
}
img#enter_kanban {
	z-index: 2;
}
ul#tag_list {
	z-index: 1;
}
ul#lang_list li a {
	color: #3333CC;
}
ul#lang_list li a:hover {
	background-color: #9999FF;
}
ul#tag_list li a {
	color: #CC3333;
}
ul#tag_list li a:hover {
	background-color: #FF9999;
}
ul li {
	font-size: 18px;
	font-family: Arial;
	list-style-type: none;
	padding: 4px;
	font-weight: bold;
}
#header {
	top: 1em;
	text-align: center;
	position: absolute;
	width: 100%;
}
#canvas {
	top: 2em;
	bottom: 2em;
	width: 100%;
	height: 90%;
	overflow: hidden;
	position: absolute;
}
#footer {
	bottom: 4px;
	text-align: center;
	position: absolute;
	width: 100%;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	font-family: Arial;
	position: relative;
}
address {
	position: relative;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}
#copy_right {
	margin-bottom: 4px;
}
#copy_right a {
	color: #333333;
	text-decoration: none;
}
#copy_right a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
