@charset "utf-8";

/* ===================================================================
CSS information

 file name  :company.css
 style info :会社概要専用
 last update:2010.05
=================================================================== */

h4#companyH{
 margin: 20px;
 }

table#guideline{
 width: 100%;
 border: none;
 margin: 10px auto;
 }
 table#guideline th{
  font-weight: normal;
  padding: 15px;
  vertical-align: text-top;
  width: 200px;
  background: url(../img/cmn_bg_dot.gif) bottom repeat-x;
  }
 table#guideline td{
  padding: 10px 15px;
  background: url(../img/cmn_bg_dot.gif) bottom repeat-x;
  }

/* ===================================================================
サイトマップ
=================================================================== */

div.dotLine{
 width: 100%;
 display: block;
 clear: both;
 overflow: hidden;
 background: url(../img/cmn_bg_dot.gif) repeat-x bottom;
 padding: 10px 0;
 }
 p.sitemapIndex{
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  }
 ul.sitemapList{
  margin: 5px 10px;
  float: left;
  display: inline;
  }
  ul.sitemapList li{
   width: 210px;
   padding: 5px;
   list-style: url(../img/icon_arrow_blue.gif) inside;
   }

/* ===================================================================
プライバシーポリシー
=================================================================== */

 p.privacyDetail{
  padding: 10px;
  line-height: 1.8em;
  }
  ul.privacyList{
   margin: 5px 20px;
   list-style: disc;
   }
  ul.privacyList li{
   list-style: disc;
   margin-left: 20px;
   }