<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*↓↓一般タグ↓↓*/

/*ボディ*/
body{
margin: 0px 0px 0px 0px;
background-color:#ffffff;
color:#000000;
}

/*段落タグ*/
p{
line-height:140%;
}

/*セルとリスト*/
td,li{
color:#000000;
}

/*見出し１（デフォルト）*/
h1{
color:#1D1B98;
font-size:120%;
padding:0px;
margin-top:15px;
margin-bottom:15px;
}

/*見出し３（デフォルト）*/
h3{
background-color:#f1f1f1;
padding:4px;
font-size:100%;
}


/*見出しリンクスタイル指定*/
h1 A{ color: #1D1B98; }
h1 A:link{ color: #1D1B98; }
h1 A:visited { color: #1D1B98; }


/*↓↓↓id指定↓↓↓*/

/*ヘッダ*/
#header{
background-image:url("../images/kokusaitop-bg.gif");
background-repeat:no-repeat;
height:40px;
text-align:right;
}


/*フローチャート*/
#flow{
text-align:right;
font-size:75%;
padding:4px;
}

/*左メニュー余白指定*/
#leftmenu{
padding:6px;
}

/*左メニュー横幅指定*/
#leftmenu-width{
width:192px;
}


/*左メニューリンクスタイル指定*/
#leftmenu A { color: #000000; text-decoration:none; }
#leftmenu A:link{ color: #000000; text-decoration:none; }
#leftmenu A:visited{ color: #000000; text-decoration:none; }
#leftmenu A:hover{ color: #000000; text-decoration:underline; }

/*本文色指定*/
#content{
color:#000000;
}

/*フッタ*/
#footer{
padding-top:15px;
padding-left:13px;
padding-bottom:17px;
}


/*↓↓クラス指定↓↓*/

/*見出し１サイズ*/
.h1{
color:#1D1B98;
font-size:120%;
}


/*見出し２(インデックスページ用細字)サイズ*/
.h2-index{
color:#1D1B98;
font-size:110%;
font-weight:normal;
}

/*見出し２(インデックスページ用細字div用)サイズ*/
.h2-index2{
color:#1D1B98;
font-size:110%;
font-weight:normal;
padding:5px 0px 5px 0px;
}

/*見出し２（本文用細字）サイズ*/
.h2-contents{
color:#1D1B98;
font-size:110%;
}

/*見出し３サイズ*/
.h3{
background-color:#f1f1f1;
padding:4px;
font-size:100%;
}

/*見出しリンクスタイル指定*/
.h1 A, .h2-index A, .h2-index2 A, .h2-contents A{ color: #1D1B98; }
.h1 A:link, .h2-index A:link, .h2-index2 A:link,.h2-contents A:link { color: #1D1B98; }
.h1 A:visited, .h2-index A:visited, .h2-index2 A:visited, .h2-contents A:visited { color: #1D1B98; }


/*左目ニュー縦線用*/
.link-height{
background-color:#1D1B98;
width:1px;
padding:0px;
}

/*左メニュー横線用*/
.link-width{
background-color:#1D1B98;
padding:0px;
height:1px;
}

/*左メニュー当該ページ以外背景色*/
.link-bg{
background-color:#f1f1f1;
}

/*左メニュー当該ページ背景色*/
.link-bg2{
background-color:#E2E2F0;
}

/*左メニュー階層１*/
.link1{
color:#000000;
font-size:80%;
padding-left:0px;
}

/*左メニュー階層２*/
.link1-2{
color:#000000;
font-size:80%;
padding-left:10px;
}

/*左メニュー階層３*/
.link2{
color:#000000;
font-size:80%;
padding-left:22px;
}

/*左メニュー階層３*/
.link2-2{
color:#000000;
font-size:80%;
padding-left:22px;
}

/*左メニュー階層４*/
.link2-3{
color:#000000;
font-size:80%;
padding-left:35px;
}

/*お問合せ*/
.info{
color:#333333;
font-size:80%;
}

/*インデックスページ用 テーブル フォントサイズ指定*/
.table{
margin-left:30px;
width:90%;
font-size:90%;
}

/*インデックスページ用 セル フォントサイズ指定*/
.cell{
color:#000000;
font-size:90%;
}


/*インデックスページ用 セル フォントリンクスタイル指定*/
.table A,.cell A { color: #000000; text-decoration:none; }
.cell A:link, .table A:link { color: #000000; text-decoration:none; }
.table A:visited, .cell A:visited { color: #000000; text-decoration:none; }
.table A:hover, .cell A:hover { color: #000000; text-decoration:underline; }

.arrow{
color:#1D1B98;
}

.arrow A { color: #1D1B98; }
.arrow A:link{ color: #1D1B98; }
.arrow A:visited{ color: #1D1B98; }

/*0315追加*/
.arrow-link A { color: #1D1B98; }
.arrow-link A:link{ color: #1D1B98; }
.arrow-link A:visited { color: #1D1B98; }

.point{
color:#1D1B98;
font-size:90%;
padding-top:2px;
padding-bottom:2px;
}

.point A { color: #000000;text-decoration:none; }
.point A:link{ color: #000000;text-decoration:none; }
.point A:visited{ color: #000000;text-decoration:none; }
.point A:hover{ color: #000000;text-decoration:underline; }


/*トップに戻る（0315padding-topを追加→0318positionを削除）*/
.top-back{
text-align:right;
color:#1D1B98;
font-size:80%;
padding-top:15px;
}

/*トップに戻るリンクスタイル指定*/
.top-back A { color: #1D1B98; }
.top-back A:link{ color: #1D1B98;  }
.top-back A:visited{ color: #1D1B98; }

/*右寄せ*/
.right{
text-align:right
}

/*センター寄せ*/
.center{
text-align:center
}

.day{
text-align:right;
font-size:0.75em;
}

/*0315追加*/
.left110{
padding-left:110px;
}

/*写真入りテーブル用*/
.photo{
text-align:center;
font-size:80%;
line-height:120%;
}

/*注釈色つき*/
.notes{
font-size:80%;
color:#1D1B98;
}

/*注釈色無し*/
.notes2{
font-size:80%;
}

/*フォントサイズ*/
.font80{
font-size:80%;
}

.font90{
font-size:90%;
}

/*上下のスペースを消す*/
.no-space{
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

/*下線*/
.underline{
text-decoration:underline;
}

/*概要薄緑テーブル*/
.gaiyou{
padding:5px;
margin:0px 0px 20px 30px;
}

/*ODA資料タイトル*/
.f90-mt20{
font-size:90%;
margin-top:30px;
}

.f90-mt20-tc{
font-size:90%;
margin-top:30px;
text-align:center;
}

/*二国間マージン*/
.m0{
margin:0px;
}

.tm40{
margin:40px 0px 0px 0px;
}



</pre></body></html>