﻿@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-06-17
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-06-17
 * AboutThis    : a contents style (for company)
================================================== */

/* Contents
-------------------------------------------- */

#contents img.map {
  margin: 10px 5px;
}
/* ---Company Info */
table {
  margin: 10px auto;
  width: 525px;
  border: solid 1px #bbb;
}
th {
  width: 120px;
  padding: 5px;
  border-right: solid 1px #bbb;
  border-bottom: dotted 1px #bbb;
} * html th { /* for ie6 bug fix */
    font-size: 80%;
  }
td {
  padding: 5px 1em;
  border-bottom: dotted 1px #bbb;
} * html td { /* for ie6 bug fix */
    font-size: 80%;
  }
tr.null th, tr.null td {
  border-bottom: none;
}

/* ---Address */
address {
  padding-left: 5px;
}