@charset "UTF-8";

/*======================================== SAKURA Exhibition CSS ====================*/



/*===== BASIC =====*/



header {
	position: fixed !important;
	position				: absolute;
	top						: 0px;
	left					: 0px;
	width					: 100%;
	height					: 48px;
	padding-left			: 16px;
	color					: #ffffff;
	background-color		: #000000;
	line-height				: 48px;
	z-index: 99;
	font-size				: 15px;
	font-family				: 'Unna', serif;
}
nav {
	margin					: 54px 4px;
}
#contents {
	margin					: 16px;
}
footer {
	padding					: 16px;
}
td a {
	display: block;
	text-decoration: none;
}
td a:hover {
	text-decoration: none;
}