@import url(font.css);
BODY {
    
    
    
    
    
  width : 980px;

  
}

/* ヘッダーコンテンツ */
.header {
    
    
    
    
    
  width : 900px;
}
  
/*  レフトコンテンツ  */
.left {
    
    
    
    
    
	width:180px;
}


.left A {
    
    
    
    
    
  width:166px;
  float : left;
}

.left a:hover {}

/*  センターコンテンツ  */

.content {
    
    
    
    
    
  width : 500px;

  

  
}
  
  
/*  ライトコンテンツ  */

.right {
    
    
    
    
    
	width:150px;
}

/*  フッター  */

.footer {
    
    
    
    
    
  width:850px;
}  

.headersite{
  width : 850px;
  text-align : right;
}

BODY.width{
  width : 850px;
}

.content2{
  width : 550px;
}

