@charset "utf-8";
/* CSS Document */

/************************************************************/
/* コンテナ設定                                             */
/************************************************************/

/** ボディーのセンタリング設定 **/
body
    {
     margin: 0px auto;
     padding: 0px;
    }

/** ページコンテナーの設定 **/
div#PageContainer
    {
     margin:0px auto;
     width:810px;
    }

/** ヘッダーの設定 **/
div#Header
    {
     /*background-color:#ff0000;*/
    }

/** コンテナの設定 **/
div#Container
    {
     width : 810px;
    }

/** フッターの設定 **/
div#Footer
    {
     width : 810px;
     clear:both;
     height:30px;
     line-height:30px;
    }


/************************************************************/
/* Header設定                                               */
/************************************************************/

/** ヘッダートップコンテナの設定 **/
div#HeaderTopContent
    {
     float:left;
     width:810px;
     padding:20px 0px 0px 0px;
    }

/** ヘッダートップコンテナ(Cedyna用)の設定 **/
div#HeaderTopContentCedyna
    {
     float:left;
     width:810px;
     height:80px;
     background-image:url(/opendir/Ln/img/pc/HeaderImgCedyna.gif);
     background-repeat : no-repeat;
    }

/** ヘッダーセンターコンテナの設定 **/
div#HeaderCenterContent
    {
     float:left;
     width: 810px;
     padding:8px 0px 5px 0px;
    }

/** ヘッダーボトムコンテナの設定 **/
div#HeaderBottomContent
    {
     float:left;
     width: 810px;
     padding:0px 0px 0px 0px;
    }

/** ヘッダーボトムコンテナの設定 **/
div#Attention
    {
     width: 810px;
     padding:5px 0px 0px 0px;
     text-align:center;
     font-size:12px;
     font-weight:900;
    }

/** ヘッダーボトムコンテナの設定 **/
div#Attention a
    {
     color:#EA5504;
    }

/************************************************************/
/* HeaderTopContentオブジェクト設定                         */
/************************************************************/

/** ヘッダーアイコンの設定 **/
div#HeaderIcon
    {
     float:left;
     width:195px;
     padding:10px 0px 0px 0px;
    }

/** ヘッダーロゴの設定 **/
div#HeaderLogo
    {
     float:left;
     width:140px;
     padding:50px 0px 0px 10px;
    }

/** ヘッダーテキストの設定 **/
div#HeaderText
    {
     float:left;
     width:290px;
     padding:0px 0px 0px 30px;
    }

/** ヘッダーバナーの設定 **/
div#HeaderBanner
    {
     float:right;
     margin:0px 0px 0px 0px;
     padding:0px 0px 0px 0px;
    }

/** ヘッダーバナー・リンクの設定 **/
div#HeaderBanner a
    {
      outline:none;
    }

/**********↓EM用ヘッダー部品**********/
div#HeaderIconEM1
    {
     float:left;
     width:224px;
     padding:10px 0px 0px 0px;
    }

div#HeaderLogoEM
    {
     float:left;
     width:140px;
     padding:48px 20px 0px 100px;
    }

div#HeaderIconEM2
    {
     float:left;
     width:195px;
     padding:4px 0px 0px 0px;
    }

/** ヘッダーQRｺｰﾄﾞの設定 **/
div#HeaderQRCode
    {
     float:right;
     width:100px;
     padding:0px 0px 0px 0px;
    }

/************************************************************/
/* HeaderQRCodeオブジェクト設定                             */
/************************************************************/

/** ヘッダーQRｺｰﾄﾞ・上部テキスト画像の設定 **/
div#HeaderQRCodeTop
    {
     float:left;
     width:100px;
     text-align:center;
     padding:0px 0px 0px 0px;
    }

/** ヘッダーQRｺｰﾄﾞ・本体の設定 **/
div#HeaderQRCodeBottom
    {
     float:left;
     width:100px;
     text-align:center;
     padding:5px 0px 0px 0px;
    }

/** ヘッダーQRｺｰﾄﾞ・本体外枠の設定 **/
img#HeaderImgQR
    {
     border:1px solid #000000;
    }

/************************************************************/
/* HeaderCenterContentオブジェクト設定                      */
/************************************************************/

/** パンくずリストボックス設定 **/
div#BreadCrumbList
    {
     float:left;
     width:630px;
     font-size:1px;
     padding:5px 0px 5px 0px;
    }

/** パンくずリストボックス（EM）設定 **/
div#BreadCrumbListEM
    {
     float:left;
     width:630px;
     font-size:1px;
     margin:0px 0px 0px 0px;
    }

/** パンくずリスト大枠設定 **/
ul.BreadCrumbList
    {
     list-style : none;
     text-align:left;
     margin:0px;
     padding:0px;
     font-size:10px;
    }

/** パンくずリスト個別設定 **/
ul.BreadCrumbList li
    {
     display:inline;
    }
/** パンくずリスト[>]設定 **/
ul.BreadCrumbList li a
    {
     margin-right:5px;
     padding-right:10px;
     background:url(../../img/pc/BreadCrumbList.gif) no-repeat right center;
}

 /** 企業研究部分 **/
div#EMTopStudy
    {
     float:left;
     width:170px;
     padding: 0px 0px 10px 0px;
    }

 /** 企業研究部分 **/
div#EMTopStudyL
    {
     float:left;
     width:30px;
     padding: 0px 0px 0px 0px;
    }

 /** 企業研究部分 **/
div#EMTopStudyR
    {
     float:left;
     width:140px;
     font-size:14px;
     padding: 2px 0px 0px 0px;
    }

/************************************************************/
/* HeaderBottomContentオブジェクト設定                      */
/************************************************************/

/** (NoMenuバージョン)下線設定 **/
div#HeaderBottomLine
    {
     float:left;
     width:810px;
     height:3px;
     font-size:0px;
     background-color:#005ead;
    }


/************************************************************/
/* Footer設定                                               */
/************************************************************/

/** フッタートップコンテントの設定 **/
div#FooterTopContent
    {
     float:left;
     width : 660px;
     text-align:left;
     padding:0px 0px 0px 150px;
    }

/** フッターボトムコンテントの設定 **/
div#FooterBottomContent
    {
     float:right;
     width : 810px;
     padding:10px 0px 0px 0px;
     text-align:right;
    }

/************************************************************/
/* フッターレフトコンテントオブジェクト設定                 */
/************************************************************/

/** フッターリンクの設定 **/
a.FooterLink
    {
     padding:0px 15px 0px 0px;
     font-size:10px;
    }

/************************************************************/
/* フッターライトコンテントオブジェクト設定                 */
/************************************************************/

/** ラインフッターの設定 **/
a#LineFooter
    {
     padding:0px 20px 0px 0px;
     font-size:12px;
     line-height:12px;
    }

