body{ 
  background-color:#000000;
  color : #000000;
  margin-right: auto; /* ここで中央寄せを指定する。   */


  margin-left : auto;
  width:100%;
}

/* ヘッダー全幅*/ 

#headerwm { 
background-image: url("../images/topbg.jpg"); 
width:100%; 
height=80px
min-width:1000px; 

} 

/* ヘッダー部*/ 

#header       { 
width: 940px; 
margin-right: auto; 
margin-left: auto; 

} 


/* メインボックス*/ 

#container { 
width: 940px; 
margin-right: auto; 
margin-left: auto; 

} 

/* メニュー部*/ 

#navigation {
	float: left;
	height: 22px;

	width: 906px;
	margin-top: 12px;

	margin-bottom: 12px;

vertical-align: middle;
	padding-top : 3px;/*余白*/
	padding-bottom : 3px;/*余白*/
	padding-left : 20px;/*余白*/
	background: #DADADA;

}

/* フッター全幅*/ 

#footerwm { 
background-image: url("../images/btmbg.jpg"); 
width:100%;
height:180px;
min-width:1000px; 

} 


/* フッター部*/ 

#footer        { 
width: 940px; 
margin-right: auto; 
margin-left: auto; 

} 

