@charset "Shift_JIS";

/* 会社概要
---------------------------------------------------- */
#Kaisha
{
  clear: both;
  position: relative;
  top: 0px;
  margin-left: 25px;
  width: 650px;
  background: #ffffff;
  border: 0px;
}


/* 会社概要の小見出し位置設定
---------------------------------------------------- */
#KaishaKomidashi
{
  float: left;
  width: 100px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 会社概要の内容位置設定
---------------------------------------------------- */
#KaishaText
{
  float: left;
  width: 540px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 営業品目1列目の位置設定
---------------------------------------------------- */
#EigyoList1
{
  float: left;
  width: 120px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 営業品目2列目の位置設定
---------------------------------------------------- */
#EigyoList2
{
  float: left;
  width: 130px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 営業品目3列目の位置設定
---------------------------------------------------- */
#EigyoList3
{
  float: left;
  width: 180px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 営業品目4列目の位置設定
---------------------------------------------------- */
#EigyoList4
{
  float: left;
  width: 220px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 主要取引先左側・取引金融機関の位置設定
---------------------------------------------------- */
#KaishaListLeft
{
  float: left;
  width: 300px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 主要取引先右側の位置設定
---------------------------------------------------- */
#KaishaListRight
{
  float: left;
  width: 250px;
  background: #ffffff;
  margin-bottom: 20px;
}


/* 営業品目リストの設定
---------------------------------------------------- */
#Kaisha ul
{
  margin-left: 30px;
 }

