body {
   margin:0 auto;
   text-align:left;
   line-height:1.8;
   width:742px;
}
/* タイトルとメニュー */
#title {
  width:740px;
  height:80px;
  background-color:#eeeeee;
  position:fixed;
  z-index:1;
/*  float: left;*/
/*  margin-top:0px;*/
}
#disp_files{
  width:742px;
  height:800px;
  padding-top:80px;
  position:relative;
  top:0px;
  left:0px;
/*  border:solid 1px #999999;*/
}
/* 画像右サイドバー */
#sidebar {
  width:260px;
/*  height:800px; */
  position:relative;
  float: right;
/*  border:solid 1px #111111; */
/*  margin-top:160px; */
/*  margin-bottom: 25px */
}
/* 画像部分本体 */
#main0 {
  width:480px;
  height:40px;
  position:relative;
  float: left;
}
#main1 {
  width:480px;
  height:742px;
  position:fixed;
/*  position:relative;*/
  float: left;
  margin-top:0px;
/*  margin-top:20px; */
}
.sound_cell {
  width:200px;
}
