@charset   "Shift_JIS";
body,h1,h2,h3,p,div,li,dl,dd,dt,table,form,blockquote,pre,address{
  margin : 0;           
  padding : 0;          
}
body{
  width : 100%;
}
.header{
  width : 700px;
  height : 140px;
}
.main{
  width : 720px;
}
.sidemenu{
  width : 175px;
  float : left;
  margin-left : 5px;
}
.contents{
  width : 500px;
  float : left;
  margin-left : 10px;
}
.footer{
  width : 700px;
  clear : both;
}
.sidemenu ul{
  list-style-type : none;
}