/*
 * company.css
 */
@charset "UTF-8";

/* title
----------------------------------------------------------------------------------------------------*/

#title_base {
  background-color: #a2c21f;
  height: 40px;
  border-bottom: 5px solid #646464;
}

#title_area {
  margin: 0 auto;
  height: 40px;
  width: 950px;
  background-image: url("../image/company_title.png");
  background-repeat: no-repeat;
}

#content {
  margin: 0 auto;
  width: 950px;
}

/* greeting
----------------------------------------------------------------------------------------------------*/

#greeting {
  display: none;
  height: 220px;
  width: 740px;
  float: left;
}

/* vision
----------------------------------------------------------------------------------------------------*/

#vision {
  display: none;
  height: 220px;
  width: 740px;
  float: left;
}

/* summary
----------------------------------------------------------------------------------------------------*/

#summary {
  display: none;
  width: 740px;
  float: left;
}

#summary_detail, #history {
  width: 720px;
  margin-left: 10px;
}

/* org_chart
----------------------------------------------------------------------------------------------------*/

#org_chart {
  display: none;
  width: 740px;
  float: left;
}

#org_chart_detail {
  width: 720px;
  margin-left: 10px;
}

/* compliance
----------------------------------------------------------------------------------------------------*/

#compliance {
  display: none;
  width: 740px;
  float: left;
}

#compliance_detail {
  width: 720px;
  margin-left: 10px;
}

/* access
----------------------------------------------------------------------------------------------------*/

#access {
  display: none;
  width: 740px;
  float: left;
}

#map {
  display: block;
  height: 360px;
  width: 720px;
  float: left;
  margin-left: 10px;
}

#access_detail {
  width: 720px;
  margin-left: 10px;
}

#address, #route {
  width: 300px;
  float: left;
}

#access_detail dt {
  color: #a2c21f;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}

#access_detail dd {
  padding-top: 5px;
  margin-left: 10px;
  color: #969696;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 18px;
}
