body { font-family: sans-serif; line-height: 1.8; color: #333; /* テキストカラー:濃いグレー */ background-color: #f8f8f8; /* 背景色:薄いグレー */ } h1, h2, h3 { color: #0056b3; /* 見出しカラー:濃い青 */ } strong { color: #0056b3; /* 強い強調:濃い青 */ } u { text-decoration: underline; text-decoration-color: #0056b3; /* 下線:濃い青 */ } em …