body {  background-color:white;  /* ボディ */        background-image: url(backgra4.jpg);        background-repeat: repeat-y;        width:470px;        margin-left: auto;        margin-right: auto;}.midasi1{color:white;  /* ジャンル見出し */	font-weight:bold;	font-size:large;	background-color:olivedrab;}.midasi2{color:black;  /* ソフト見出し */	font-weight:bold;	font-size:medium;	background-color:greenyellow;}.midasi3 {  color:midnightblue;  /* 項目見出し */            font-weight:bold;            font-size:medium;}	.midasi4 {  color:maroon;  /* 項目見出し */            font-weight:bold;            font-size:small;}.setumei {  color:black;  /* 説明 */            font-weight:normal;            font-size:small;            margin-left:16px;}.jump {color:black;  /* topへor他言語へ */		font-weight:normal;		font-size:x-small;		text-align:right;}.ver_copy { font-weight:normal;			font-size:x-small;			text-align:center;}.kadomaru {	border-radius: 50px;}.image-grid {    display: grid;    grid-template-columns: repeat(2, 1fr); /* 2列 */    gap: 10px; /* 画像の間隔 */}.image-grid img {   width: 100%;   height: auto;   display: block;}