﻿* { margin : 0 ; padding : 0 ; }

body { width : 100% ; }

img { 
 border : 0px red solid ;
} 

#my_body { 
  position : relative ;
  margin: 0 auto;
  width : 780px ;
  background-color : #FFFFFF;
}

#my_header {
  width : 100% ;
}

#my_footer {
  width : 100% ;
  clear : both ;
  font-size:small;
  text-align:right;
}

#my_navigation { 
  float : left ;
  width : 182px ;

  text-align : left;
  font-size : 0.6m;
}


#my_contents {
  float : left ;
  width : 567px ;

}


.table_in_contents {
  table-layuot : fixed ;
  width : 100% ;
  border-spacing : 5px 1px ;
  padding : 0px ;
  font-size : small ;
}
