@charset "Shift_JIS";

/* 動画の配置 */
/*  marginマージンは領域間のスペース、 paddingパディングは領域内のスペース */
body{
    margin: 0;
    padding: 0;

    font-size: 80%;
    text-align: center;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #777777; /* 標準文字色 */
    background-color: #F3F3F3;
    background-image : url(../image/bg_11D_01.png);
    background-position: top center;
    background-repeat: repeat-x;
}

/*文字サイズ全体調整 */
/*\*/
html:first-child body{
    font-size: 80%; background-position:
}

/*--------------------------------------------------------
  レイアウト設定
    text-align: center;
--------------------------------------------------------*/
#zkg-container{
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(../image/footerBg_11D.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

#zkg-container::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*レイアウト配置調整 */
#zkg-inner{
    width: 880px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    position: relative;
/* zoom …… 拡大・縮小表示する（IE独自の仕様） */
    zoom: 1;
}
#zkg-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#zkg-wrapper{
    position: relative;
}


/* 表題画像 */
#zkg-title{
    width: 100%;
    height: 250px;
    background-image : url(../image/mainimg_11D_01.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align:  left;
}


/*コンテンツ位置調整 */
#zkg-main{
    padding-top: 30px;
    margin-top: 0;
    position: relative;
}

/* フッターの編集　*/
#zkg-footer{
    width: 880px;
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 10px;
    background-image : url(../image/footerBg_11D.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

/* 住所電話fax*/
#zkg-info-item::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* floatプロパティで、フッターの要素（Informationとbanner）を横並びにすることができるwidth: 650px; */
#info-news{
    width: 680px;
    float: left;
}



/*--------------------------------------------------------
  ナビゲーション：職員研修体系、ｅラーニング概要、テキスト研修
--------------------------------------------------------*/
#zkg-nav{
display: inline flow-root;
    top: 255px;		/* 上からの位置指定 */
    width: 650px;	/* 幅指定 */
    height: 20px;	/* 高さ指定 */
    left: 0px;		/* 左からの位置指定 */

}




/*--------------------------------------------------------
  ナビゲーション：デザイン設定：職員研修体系、ｅラーニング概要、テキスト研修
--------------------------------------------------------*/

#zkg-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}


#zkg-nav li{
    display: inline;
    height: 40px;
    overflow: hidden;
    float: left;
}

#zkg-nav li a{
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

/* 日本語 */
#zkg-nav li span.ja
{
}

/* リンク下線の消去 */
#zkg-nav a:link{
    color: #986C52;
    text-decoration: none;
}

/* マウスが乗っているときの色指定 */
#zkg-nav a:hover{
    color: #cc0000;
    text-decoration: none;
}

/* リンクを指定したときの色指定 */
#zkg-nav a:active{
    color: #cc0000;
    text-decoration: none;
}



