@charset "UTF-8";

/* 全体 */
body {
  width:910px;}

/* ヘッダーコンテンツ */
.header {
  width:100%;}
  
/*  レフトコンテンツ */
.left {
	width:180px;}

.left a {
  width:166px;}

.left a:hover {}

/*  センターコンテンツ */

.content {
  width:710px;}

/*  テーブル */
.table1 {
	height:80px;
	}

.table2 {
	height:70px;
	}

.table3 {
	height:108px;
	}

/*  フッター */

.footer {
  width:100%;
  height:20px;
}  
