@charset "utf-8";


.field {
display: flex;
flex-wrap: wrap;
margin: 10px;
justify-content: space-around;
}

body {
background-image: url("nlsuika.gif");
background-color: #333333;	/*コンテンツ全体の背景*/
font-size:95%;		/* フォントサイズを95%にする */
line-height:1.2;	/* 行の高さを1倍にする */
color:#ffffff;		/* 文字色 */


:link {color: ffff2f; }/* 未訪問のリンク */
:visited {color: 89c9c6;} /* 訪問済みのリンク */


font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ＭＳゴシック',  sans-serif;
width: 660px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
margin-top: 100;
word-break: break-all;

}

header{font-size:100%;		/* フォントサイズを95%にする */
line-height:1.2;	/* 行の高さを1倍にする */
color:#ffff33;		/* 文字色 */
font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ＭＳゴシック',  sans-serif;






