﻿<@charset "UTF-8";>

 <style type="text/css">

   /* ヘッダーの背景 */
div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 117px;              /* 縦幅140px */

}
     /*本文の開始位置を下げる */
    div#header-bk { 
     	background-color:#ffffff;  /* 背景色(white) */
    	width:100%;             /* 横の幅を100% */
    	height:117px;           /* 縦の高さ117px */
    }

    /* ヘッダーの表示領域 */
    div#header { 
   position: fixed;            /* ヘッダーの固定 */
    	background-color:ffffff;  /* 背景色(white) */
    	height:125px;  /* 縦の表示領域119px */
    	width: 100%;   /* 横の幅100% */
    }
      /*外周隙間なし*/
body{
	margin: 0;
}

</style>