@charset "Shift_JIS";
/*===================ページ全体の設定ここから================*/

body{
    color                   :#404040;       /*ページ全体の文字色*/
    background-color        :#ffffff;       /*ページ全体の背景色*/
    }

a:link      {   color       :#0000ff;    }

a:visited   {   color       :#000088;    }

a:active    {   color       :#ff0000;    }

h1{
    margin-top              :0.5em;
    margin-bottom           :0em;
    color                   :#404040;
    background-color        :#ffaa00; 
    font-size               :1.1em;
    font-weight             :bold;
    text-align              :justify;
    }

h2 {
    color                   :#404040;
    background-color        :#ffcc22; 
    margin-top              :0em;
    margin-bottom           :0em;
    font-size               :1.1em;
    font-weight             :bold;
    }

/*===================ページ全体の設定ここまで================*/

/*===================ここからロゴの設定================*/

.logo{
    text-align              :center;        /*中央寄せ*/
    margin-top              :0em;           /*上を詰める*/
    margin-bottom           :0em;           /*下との間を詰める*/
    }

p.logo img{
    width                   :489px;
    height                  :123px;
    }

/*===================ロゴの設定ここまで================*/

/*===============ここから各課の設定================*/

.section{                                  /*各課，館全体の設定開始*/
    float                   :left;         /*これで左側に配置される*/
    height                  :100%;
    width                   :9em;       /*幅"xxem"でxx文字分*/
    margin-top              :0em;
    margin-bottom           :2em;          /*下部とのすき間*/
    }

div.section h2{
    margin-top              :0.5em;
    margin-bottom           :0em;
    }

div.section p{
    margin-top              :0em;
    margin-bottom           :0em;
    font-size               :0.9em;
    }

/*===============各課の設定ここまで================*/

/*===============各施設の設定ここから================*/

.institution{
    float                   :left;          /*これで左側に配置される*/
    height                  :100%;
    width                   :10.5em;        /*表示幅"xxem"でxx文字分*/
    margin-top              :0em;
    margin-bottom           :2em;           /*下部とのすき間*/
    margin-left             :0.5em;         /*各課とのすき間の幅*/
    }

div.institution h2{
    margin-top              :0.5em;
    margin-bottom           :0em;
    }

div.institution p{
    margin-top              :0em;
    margin-bottom           :0em;
    font-size               :0.9em;
    }

/*===============各施設の設定ここまで================*/

/*===================右側の設定ここから================*/

div.main {
    height                  :100%;
    margin-left             :20.5em;        /*左側との重なりを防ぐ 20.5em=(9+0.5+10.5)+0.5 */
    margin-top              :0em;
    margin-bottom           :2em;           /*下部とのすき間*/
    text-align              :justify;
    }

div.main p{
    margin-top              :0em;
    margin-bottom           :0em;
    }

/*===================右側の設定ここまで================*/

/*===================フッタの設定ここから================*/

div.footer{
    vertical-align          :bottom;
    clear                   :both;          /*これで下に配置する*/
    padding-top             :1em;
    }

div.footer address{                         /*署名の設定*/
    margin-top              :1em;
    margin-bottom           :1em;
    padding-top             :1em;           /*上線との間隔*/
    padding-bottom          :1em;           /*下線との間隔*/
    text-align              :center;        /*中央寄せ*/
    font-style              :normal;        /*斜体を標準に戻す*/
    border-top-style        :solid;         /**********/
    border-top-width        :1px;           /*上      */
    border-top-color        :#000000;       /*  下    */
    border-bottom-style     :solid;         /*    の  */
    border-bottom-width     :1px;           /*    横線*/
    border-bottom-color     :#000000;       /**********/
    }

/*===================フッタの設定ここまで================*/

