@charset "UTF-8";
/*
*	会社案内 - トップページ
*/
/* ==========================================================================
	ナビゲーション
========================================================================== */
#index {
  min-height: 582px;
  padding: 40px 40px 0;
  background: url(./img/bg_index.jpg) no-repeat left bottom;
}
#index ul {
  float: left;
  width: 680px;
}
#index ul li {
  float: left;
  width: 210px;
  margin: 0 10px 20px 0;
  padding: 5px 0 0;
  border: solid 5px #e5e5e5;
  background: rgba(255, 255, 255, 0.9);
  background: url(./img/bg_box.png) \9;
  text-align: center;
}
#index ul li:hover {
  border-color: #097adb;
  color: #097adb;
}
#index ul li p {
  padding: 10px 0;
  font-size: 115.4%;
}
#index ul li p img {
  margin: 0 10px 0 0;
}

/*	代表メッセージ
========================================================================== */
#index-message {
  position: relative;
  width: 670px !important;
  height: 185px;
  margin: 0 0 20px !important;
}
#index-message #index-message-photo {
  position: absolute;
  width: 211px;
  height: 185px;
  left: 0;
  bottom: 0;
  /*background: url(./img/bg_message.jpg) no-repeat;*/
}
#index-message #index-message-lead {
  padding: 70px 0 0 250px;
  text-align: left !important;
}
#index-message #index-message-lead p {
  padding: 15px 20px 0 0px;
  text-align: center;
}

/*	グループ会社
========================================================================== */
#index-group {
  width: 670px !important;
}
