会社案内でよく使う会社概要の表
<table> <tr> <th scope="row">社名</th> <td>○○株式会社</td> </tr> <tr> <th scope="row">所在地</th> <td>東京都○区1-1-1 ○○ビル8F</td> </tr> <tr> <th scope="row">資本金</th> <td>3,000万円</td> </tr> <tr> <th scope="row">売上高</th> <td><table> <tr> <th scope="row">10期</th> <td>1,000万円</td> </tr> <tr> <th scope="row">11期</th> <td>8,000万円</td> </tr> <tr> <th scope="row">12期</th> <td>1,500,000万円</td> </tr> </table></td> </tr> <tr> <th scope="row">決算</th> <td>4月</td> </tr> <tr> <th scope="row">株式</th> <td>証券コード:○○<br /> 証券取引所○○上場</td> </tr> <tr> <th scope="row">設立</th> <td>2010年5月3日</td> </tr> <tr> <th scope="row">役員</th> <td><table> <tr> <th scope="row">代表取締役</th> <td>○○ ○○</td> </tr> <tr> <th scope="row">取締役</th> <td>○○ ○○</td> </tr> <tr> <th scope="row">取締役</th> <td>○○ ○○</td> </tr> <tr> <th scope="row">監査役</th> <td>○○ ○○</td> </tr> </table></td> </tr> <tr> <th scope="row">従業員数</th> <td>30人</td> </tr> <tr> <th scope="row">取引銀行</th> <td>○○銀行</td> </tr> <tr> <th scope="row">代表電話番号</th> <td>03-XXXX-XXXX</td> </tr> <tr> <th scope="row">FAX番号</th> <td>03-XXXX-XXXX</td> </tr> <tr> <th scope="row">事業内容</th> <td>○○の販売</td> </tr> <tr> <th scope="row">主要取引先</th> <td>株式会社○○</td> </tr> <tr> <th scope="row">グループ企業</th> <td><a href="/">株式会社○○</a></td> </tr> <tr> <th scope="row">免許内容</th> <td>認可番号 XXXXXXXXX</td> </tr> </table>
使い方
会社概要で扱う内容をだいたい網羅しました。不要な行は適宜消して使って下さい。役員の中には入れ子のテーブルも入っています。