<style type="text/css">
<!--

img {
border: none;
}
a { 
text-decoration:none; 
}

a:hover { 
text-decoration:underline;
}


/* ============NAVIGATION ============*/
/* === タブメニュー開始 === */

/* --- ナビゲーションバー --- */
div.nav {
width: 1040px; /* ナビゲーションの幅 */
align: center;
padding-top: 0px; /* ナビゲーションの上パディング */
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 80%; /* タブメニューの文字サイズ */
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 99%; /* メニューの幅 */
margin: 0 auto; /* メニューのマージン（上下、左右） */
padding: 0;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
position: relative;
z-index: 1;
width: 7.7em; /* タブの幅 */
margin: 0 4px -1px 0; /* タブのマージン（上右下左） */
background: #004080 url(../function/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px; /* リンクエリアのパディング（上下、左右） */
background: url(../function/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav ul.nl li.active {
z-index: 3;
background: #004080 url(../function/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav ul.nl li.active a {
background: url(../function/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* === タブメニュー終了 === */


/* === サブメニュー開始 === */

/* --- ナビゲーションバー --- */
div.localNav {
position: relative;
z-index: 2;
width: 1040px; /* ナビゲーションの幅 */
align: center;
background: #004080 url(../function/hor2_menu2_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #002448 solid; /* 上境界線 */
border-bottom: 1px #002448 solid; /* 下境界線 */
font-size: 80%; /* サブメニューの文字サイズ */
}

/* --- メニューエリア --- */
div.localNav ul.nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 1px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.localNav ul.nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
div.localNav ul.nl li.item1 {
width: 10.5em;
}
div.localNav ul.nl li.item2 {
width: 10em;
}
div.localNav ul.nl li.item3 {
width: 10em;
}
div.localNav ul.nl li.item4 {
width: 10em;
}
div.localNav ul.nl li.item5 {
width: 10em;
}
div.localNav ul.nl li.item6 {
width: 10em;
}
div.localNav ul.nl li.item7 {
width: 10em;
}
div.localNav ul.nl li.item8 {
width: 10.5em;
}

/* --- リンク --- */
div.localNav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 5px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #004080 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
div.localNav ul.nl li a:link,
div.localNav ul.nl li a:visited,
div.localNav ul.nl li a:hover,
div.localNav ul.nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
div.localNav ul.nl li a:hover {
background: #004080 url(../function/hor2_menu2_on.gif) repeat-x 0 -1px; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* === サブメニュー終了 === */


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* ============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;
}

/* ========テーブル終わり=========*/


.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 20px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
    margin-top: 60px; /* ここでスペースの大きさを調整 */
    width: 100%;
    background-color: #DEDDDC;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    position: bottm;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

/* ========フッター終わり=========*/


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: 13pt;
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: 13pt; 
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: 14pt;
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: normal; 
font-style: normal; 
color: #666666;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

h7{
text-align: center;
line-height: 200%;
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: normal; 
color: #ffffff;
margin-top: 10px;
margin-left: 320px;
margin-right: 10px;
margin-bottom: 10px;
}

-->
</style>
