﻿body {
  width:800px;}

/* ヘッダーコンテンツ */
.header {
  width:780px;
  white-space:nowrap;
}
  
/*  レフトコンテンツ  */
.left {
	width:130px;
}


.left a {
  width:115px;}

.left a:hover {}

/*  センターコンテンツ  */

.content {
  width:650px;}


/*  フッター  */

.footer {
  width:100%;
      white-space:nowrap;}  
