/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆unique_parts
　/company/css/unique_parts.css
 - - - - - - - - - - - - - - - - - - -
　#contentsの内容要素で、/companyのコンテンツに特化した要素についてスタイルを設定します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* =========================================================
■【会社案内】トップページご挨拶
　⇒ body.company-top #contents div#greeting
========================================================= */
  body.company-top #contents div#greeting {
    width: 0px; height: 0px; overflow: hidden;
    padding: 464px 0px 0px 705px;
    background: transparent url("../images/textblock_greeting.gif") no-repeat 0% 0%;
  }



