@charset "Shift_JIS";

    /* html,bodyタグの設定 */
    html, body{
    	margin: 0;	/* 余白の削除 */
    	padding: 0;	/* 余白の削除 */
    	height: 100%;	/* 縦の高さを100% */
    	width: 100%;	/* 横の幅を100% */
    }
    /* 全体を囲う大枠 */
    div#contents {
    	position: relative;		/* フッター部の配置用に定義 */
    	min-height: 100%;		/* 縦の表示領域を100% */
    }


    /* ヘッダーの背景 */
    div#header-bk { 
    	padding:0;       /* 上から10px分余白をあける */
    	height:180px;           /* 縦の高さ140px */
    	width:100%;             /* 横の幅を100% */
    }
    /* ヘッダーの表示領域 */
    div#header { 
	margin:0px 0px 0px 20px;
	padding:145px 0px 20px 40px;
    /* other */
	background-image:url(/nidp/images/common/logo1_gdsa.png),url(/nidp/images/common/line.png);
	background-position:left top,right top;
	background-repeat:no-repeat,no-repeat;
    /* IE8 */
	-pie-background:url(/nidp/images/common/logo1_gdsa.png) no-repeat top left,url(/nidp/images/common/line.png) no-repeat top right;
	behavior: url(/nidp/images/common/PIE.htc);
    }
    
    /* ボディ */
    /* ボディの大枠 */
    div#body-bk{  
    	width: 90%;            /* 横の幅970px */
    	margin: 0px auto 0;    /* 上から0px分余白を取る */
    	padding-bottom: 50px;   /* フッターの高さの分余白を取る */
    }
     
     /* ボディ MS Pゴシック */
    div#body-msp{  
         font-family: "Verdana","MS Pゴシック",sans-serif;
         padding-bottom: 5px;
     }
     
     /* ボディ Verdana */
    div#body-ver{  
	 	font-family: "Verdana",sans-serif;
	 	padding-bottom: 5px;
     }

    /* フッターの背景 */
    div#footer-bk
    {
    	background-color: #003F65;   /* 背景色 */
    	width:100%;               /* 横の幅を100% */
    	height: 30px;            /* 縦の幅を120px */
    	position: absolute;       /* 絶対位置指定することを定義 */
    	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
    	padding: 10px 0;          /* 上下に余白を取る */
    }
    /* フッターの表示領域 */
    /*div#footer{
	background-image:url(/nidp/images/common/logo2_gdsa.png); 
	background-position:right;
	background-repeat:no-repeat;
    	height: 30px;          /* 縦幅の指定100px */
    	width: 95%;          /* 横の幅970px */
    	margin: auto;           /* 中央揃え */
    }*/
