@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #B6274F;
}
h1 {
	text-align: center;
	font-family: "bigfish", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60pt;
	line-height: 0;
}
h2{
	text-align: center;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22pt;
	border-bottom: thin solid #000000;
}
p {
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	margin-left: 20pt;
	margin-right: 20pt;
	font-size: 15pt;
}

.title{
	text-align: center;
	font-family: "bigfish", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30pt;
	text-align: center;
	line-height: 0;
}

.text_contents{
	margin-left: 10%;
	margin-right: 10%;
	border: medium dotted #910A0D;
}
