#wrap {
width:950px;
margin:0px ;
    padding: 130px 0 32px 0;
}

div#headerArea{
	position: fixed;
	top: 0px;
	margin-right: auto;
       margin-left: auto;
       height: 130px;
	background-color: #ffffff;
	color: #787878;
	font-size: 10pt;
       line-height:100%;
	z-index: 20;
}

div#contentsArea {
       float:left;
       width:783px;
       height:100%;
}

div#sidenavi {
      position: fixed;
      float:left;
      width:143px;
      height:100%;
      background-color: #ffffff;
      margin-left: 783px;

}

.clear {
      clear:both;
}

div#footerArea{
      position: fixed;
      clear:both;
      bottom: 0;
      margin-right: auto;
      margin-left: auto;   
      width: 950px;  
      height: 22px;  
      background-color : #ffffff;  
      color : #787878;  
      font-size : 8pt;
      z-index : 19;
      text-align : right;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}