body {
	width:95%;
	font-family: serif;
	color: #000;
	background: #fff;
}
#header, #info, #menu, #right, #left, #footer, .access, #toppanel, #box_kus, #footer2,
#print_show {
	display: none;
}
#content{
	width: 95%;
	background: #fff;
}
#container {
	background: #fff;
}
#header h1{
	display: block;
}
#header h1 span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	background: Red;
	overflow: visible;
}
