@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Serif+JP:wght@900&display=swap');

html	{overflow-y: scroll}

body	{font-family: 'メイリオ',
	'Hiragino Kaku Gothic Pro',
	sans-serif;
	background-image: url(photo/307.jpg),url(img/forest_s.png),url(img/forest_s.png);
	background-repeat: no-repeat,repeat,repeat;
	background-size: 1500px,auto,auto;
	background-position: center 174px, 0% 0%, 0.5em 15px;
	margin: 0;
	padding: 0;
}