/* ヘッダーを非表示 */
#header_09{
  display: none;
}

/* サイドナビゲーションを非表示 */
#left_09{
  display: none;
}

/* フッターを非表示 */
.top-back{
  display: none;
}
.footer{
  display: none;
}
#footerNavi{
  display: none;
}
#work_area{
  display: none;
}

/* パンくずリストを非表示 */
.topic{
  display: none;
}

body{
  width : 760px;
  background-image : none;
  border-width:1px;
  border-color:#666666;
  border-style:solid;
}

/* 幅をA4サイズに合わせる */
/*#contents_09{
  width : 600px;
}
#footer_09{
  width : 600px;
}
#subNavi {
  width : 600px;
}*/


