* {
	margin:0;padding:0;
	font-family: 'Noto Sans JP', sans-serif;
	color:#F0F0F0;
}
ul {
	list-style:none;
}
img {
	vertical-align:middle;
}
em {
	font-style:normal;
}
th{
	font-weight:normal;
}

body {
	background:black;
}
a {
	text-decoration:none;
}

#HeaderLogo {
	font-family: 'Source Serif Pro', serif;
	user-select: none;
	cursor:default;
}

.ContentTop {
	position:relative;
	overflow:hidden;
}

.ContentTop > img {
	width:100%;
	height:auto;
}

.ContentTop > h2 {
	width:100%;
	font-family: 'Source Serif Pro', serif;
	position:absolute;
	bottom:0;
	user-select: none;
	cursor:default;
}

footer {
	user-select: none;
	cursor:default;
}