﻿* {
     margin : 0;
     padding : 0;
}

@font-face {
	src : url("googlefonts/NotoSansJP-Regular.ttf") format("truetype");
	font-family : "Noto Sans JP";
	font-weight : 400;
	font-style : normal;
	font-display : swap;
}

@font-face {
	src : url("googlefonts/NotoSansJP-SemiBold.ttf") format("truetype");
	font-family : "Noto Sans JP";
	font-weight : 600;
	font-style : normal;
	font-display : swap;
}

body {
	margin : 25px 0 30px 0;
	padding : 0;	
	background : #ffffff;	
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 400;
	font-size : 100%;
	color : #191919;
}

#container {
	width : 90%;
	margin-left : auto;
	margin-right : auto;
}

h1 {
	margin-bottom : 20px;
	padding : 10px;
	background : #d7ebc3;
	text-align : center;
	font-size : 110%;
	font-weight : 600;
    border-radius : 6px;
}

p {
    font-size : 90%;
    line-height : 1.4em;
}