﻿@charset "utf-8";

/* ===================================================================

CSS information



 file name  :company.css

 author     :京浜

 style info :会社案内

=================================================================== */



/*--------------------------------------会社概要table*/



table.tblA{

   width: 660px;

   border-collapse: collapse;

   border-spacing: 0;

   empty-cells:show;

   line-height: 1.5;



}



html>body table.tblA{

border-collapse: collapse;

color:#444444;

}



table.tblA a{ color:#444444;}

table.tblA a:hover{ text-decoration: underline; color:#ff9900; }



table.tblA th{

   width: 180px;

   padding:10px 10px 10px 0px;

   border-bottom:#a3cb3e solid 2px;

   vertical-align: top;

}

table.tblA td{

   padding:10px 0px 10px 10px;

   border-bottom:dotted #a3cb3e 1px;

}

* html table.tblA td{ /*-----IE6*/

   padding:12px 10px 10px 10px;

   border-bottom:dotted #acacac 1px;

}

table.tblA td.dot{

   border-left:dotted #acacac 1px;

   text-align:center;

}



table.tblA .list01 dt{ width: 120px; float:left; font-weight:bold; }

table.tblA .list01 dd{ padding-left: 20px;}



table.tblA ul.ulist1 li{

width:230px;

float:left;

padding-bottom: 5px;

}



* html table.tblA ul.ulist1 li{/*for IE6*/

width:210px;

float:left;

}



table.tblA .list02 dt{ width: 190px; float:left; font-weight:bold;}

table.tblA .list02 dd{ padding-left: 20px; padding-bottom: 5px;}



table.tblA .list03 dt{ font-weight:bold;}

table.tblA .list03 dd{ padding-bottom: 5px;}

table.tblA .list04 dt{ width: 30px; float:left; font-weight:normal;}

table.tblA .list04 dd{ padding-left: 30px; padding-bottom: 5px;}