﻿@charset "UTF-8";
/*--------------------------------------------------------------------
          [ Style Sheet for Screen on The About_Us Page ]
  ---------------------------------------------------------------------*/
  
  /*  Import CSS  */
    @import url("../css/screen/default.css");
    @import url("../css/screen/common.css");
  /*-------------------------*
   *    Class : PageHeader   *
   *-------------------------*/
   .PageHeader {
        background-image:url("image/title/background.jpg");
        }
  /*-------------------------*
   *    Class : Officer      *
   *-------------------------*/
   .Officer {
       margin-top:15px;
       margin-left:40px;
       }
       .Officer .Column1 {
           width:80px;
           }
       .Officer .Column2 {
           width:120px;
           }
       .Officer table {
           border-width:0px;
           }
           .Officer tr {
               line-height:1.5em;
               }
           .Officer th,
           .Officer td {
               border-width:0px;
               background-color:white;
               font-weight:normal;
               }
  /*-------------------------*
   *    Class : Office       *
   *-------------------------*/
   .Office {
       margin-top:15px;
       margin-left:40px;
       line-height:1em;
       }
       .Office dl {
           margin-top:10px;
           }
       .Office dl>dt {
           display:block;
           width:120px;
           float:left;
           }
       .Office .FloatLeft dl>dt {
           display:block;
           width:80px;
           float:left;
           }
       .Office dl>dd {
           display:block;
           margin-left:0px;
           float:left;
           }
       .Office dl:after {
           content:"";
           display:block;
           clear:both;
           visibility:hidden;
           }
       .Office .GoogleMap p {
           margin-top:10px;
           }
       .Office .GoogleMap iframe {
           margin-left:25px;
           border-width:2px;
           line-height:0em;
           }
