#president { /* 挿入図 */
  height: 195px;
  float: left;
  margin-bottom: 15px;
}

#president-greeting { /* 説明文 */
  width: 300px;
  margin-left: 260px;
}

table { /* 表 */
  font-size: 85%;
  width: 560px;
  margin: 20px auto;
}

.explain { /* 写真説明 */
  text-align: center;
  color: #c0c0c0;
}

#plant-picture { /* 京都工場 */
  width: 240px;
  height: 160px;
  margin-left: 315px;
  margin-bottom: 15px;
}

h3 { /* h3タグ(再定義) */
  margin-bottom: 10px;
}

#company-text { /* グループ企業について */
  width: 300px;
  float: left;
}

.table-title { /* 会社概要タイトル */
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0;
}


