#header, #menu1, #breadcrumbs, #submenu1, #footer, #printbutton, #plone-document-byline {
	display: none;
}

#content {
  font-family: "ＭＳ Ｐ明朝", "平成明朝", "sans-serif";
  padding-top: 20px;
  margin: 0;
}

#content table, #content p {
  padding: 0;
  margin: 0;
}

#content table {
  width: 645px;
}

#content *{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}

#content h1{
  font-weight: bold;
  padding: 0 0 21px 0;
  margin: 0;
}

table.fixed {
  width: 610px;
}

table.fixed td {
  padding: 5px 9px 5px 9px;
}

table.fixed td.half{
  width: 50%;
}

table.fixed td.onethird{
  width: 33.3%;
}

table.fixed td.threefourth{
  width: 75%;
}

table.fixed td.onefourth{
  width: 25%;
}

