<style type="text/css">
<!--

img {
border: none;
}
a { ;
text-decoration:underline;; 
}

a:hover { 
color: #000;
text-decoration:underline;
}

/* ============メニューNAVIGATION ============*/
ul {
  padding: 0;
  list-style: none;
  font-size: 13px;
}

a {
  color: #FFF;
  text-decoration: none;
}

.list {
  display: flex;
  justify-content: center;
  gap: 2px;
  background-color: #0A0A40;
}

.link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
  color: white;
  transition: color .15s;
}
.link:hover,
.link:focus-within {
  color: #9BB4FA;
}

.link-hover::after {
  content: '▼';
  font-size: 12px;
}

.dropDown {
  width: 120%;
  position: absolute;
  bottom: 0;
  display: none;
  padding: 5px;
  background-color: #AAA;
  box-shadow: 0px 3px 8px -2px #FFF;
  color: initial;
  transform: translate(0, 100%);
  text-align: Center;
}

.link:hover > .dropDown,
.link:focus-within > .dropDown {
  display: block;
}

.dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropDown__link {
  padding: 10px 5px;
  transition: color .15s;
}
.dropDown__link:hover,
.dropDown__link:focus {
  color: #FFF;
}
/* ============NAVIGATION Finish============*/

/* ============アップデート書き込み窓=========*/
p.infobox {
   height: 5.5em;  /* 高さを制限(※) */
   overflow: auto; /* スクロールバーを表示(※) */
   border: blue 1px dashed;  /* 枠線を追加 */
   background-color: #fff0f0; /* 背景色を追加 */
}
/* ========アップデート書き込み窓終わり=========*/

/* ============テーブル=========*/

table.gridtable {
        width: 90%;
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 2px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 2px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 2px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

/* ========テーブル終わり=========*/

p { 
text-align: left;
line-height: 160%;
margin-right: 60px;
margin-top:10px;
margin-bottom: 10px;
margin-left: 60px;
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
font-size: 12pt;
color: #333333;
; font-weight: normal}
 
h1 { 
text-align: Center;
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
color: #002040;
font-size: 16pt; 
font-weight: bold; 
margin-top: 30px;
margin-right: 60px;
margin-left: 60px;
margin-bottom: 50px;
line-height: normal
width:500;
height:30;
padding-left:0px;
padding-top:15px;
}
 
h2 { 
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
color: #003366;
font-size: 14pt; 
font-weight: bold; 
margin-top: 20px;
margin-right: 60px;
margin-left: 60px;
margin-bottom: 20px;
line-height: normal
width:500;
height:30;
padding-left:0px;
padding-top:20px;
}
 
h3 {
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
color: #095943;
font-size: 12pt; 
font-weight: bold; 
margin-top: 10px;
margin-right: 60px;
margin-left: 60px;
margin-bottom: 10px;
line-height: normal
width:500;
height:30;
padding-left:0px;
padding-top:20px;
}
 
h4 { 
text-align: center;
font-weight: normal; 
font-style: bold; 
line-height: 100%;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
font-size: 12pt;
color: #7D1430;
}
 
h5 {
text-align: center;
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
font-size: 10pt; 
font-weight: normal; 
font-style: bold; 
color: black;
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 5px;
}
 
h6 {
text-align: left;
font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; 
font-size: 12pt; 
font-weight: bold; 
font-style: bold; 
color: #CCC;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}

/* ========Fotter開始=========*/
	footer {
	  margin-top: 80px; /* ここでスペースの大きさを調整 */
	}
        /* FOOTER STYLES START HERE */
        .footer-twotier {
            color: #CCC;
        }
        
        /* === TOP TIER STYLES === */
        .footer-twotier__top {
            background-color: #060629;
            padding: 1.5rem 1.5rem;
        }

        .footer-twotier__top-container {
            max-width: 1140px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr; /* Mobile-first: single column */
            gap: 2rem;
        }

        .footer-twotier__brand p {
            margin: 1rem 0 0 0;
            font-size: 0.9rem;
            line-height: 1.6;
            color: #fff;
        }

        .footer-twotier__brand .logo {
            width: 150px;
            fill: var(--footer-top-heading);
        }

        .footer-twotier__heading {
            font-size: 1rem;
            font-weight: 600;
            color: var(--footer-top-heading);
            margin-top: 0;
	    margin-left: 0;
            margin-bottom: 1rem;
        }

        .footer-twotier__links ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .footer-twotier__links li {
            margin-bottom: 0.75rem;
        }

        .footer-twotier__links a {
            color: var(--footer-top-text);
            text-decoration: none;
            transition: color 0.2s ease-in-out;
        }

        .footer-twotier__links a:hover {
            color: var(--footer-top-link-hover);
            text-decoration: underline;
        }

        /* === BOTTOM TIER STYLES === */
        .footer-twotier__bottom {
            background-color: #060629;
            color: var(--footer-bottom-text);
            padding: 1.5rem;
        }
        
        .footer-twotier__bottom-container {
            max-width: 1140px;
            margin: 0 auto;
            display: flex;
            flex-direction: column; /* Mobile-first: stack */
            align-items: center;
            gap: 1rem;
            font-size: 0.875rem;
            text-align: center;
        }
        
        .footer-twotier__bottom a {
            color: var(--footer-bottom-text);
            text-decoration: none;
            transition: color 0.2s ease-in-out;
        }

        .footer-twotier__bottom a:hover {
            color: var(--footer-bottom-link-hover);
            text-decoration: underline;
        }

        .footer-twotier__copyright {
            margin: 0;
            color: #CCC;
        }
        
        .footer-twotier__social ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            gap: 1.5rem;
        }
        
        .footer-twotier__social a:hover {
            text-decoration: none; /* Icons don't need underline */
        }
        
        .footer-twotier__social svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        /* Media query for tablets and larger */
        @media (min-width: 768px) {
            .footer-twotier__top-container {
                grid-template-columns: 1.5fr 1fr 1fr; /* 3 columns on larger screens */
                gap: 3rem;
            }
            .footer-twotier__bottom-container {
                flex-direction: row; /* Arrange horizontally */
                justify-content: space-between;
                text-align: left;
            }
        }
/* ========Footer終わり=========*/

-->
</style>
