@charset "utf-8";

#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	background-color: #FFFFFF;
}
#contents {
	position:absolute;
	z-index:1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
Contents Thumbnail {
	height: 128px;
	width: 128px;
	left: 0px;
}
h1 {
	font: 24px "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
h2 {
	font: 18px "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
h4 {
	font: bolder 36px "Courier New", Courier, monospace;
}

