body {
  background:#FFF;
  margin:0;padding:0;
  font-size:12px;
  color:#000;
  font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

img
{
  border:0px;
}

div#head
{
  line-height:230%;
  height:25px;
  border-bottom:2px solid #000;
}

div#head span#title
{
  float:left;
}

div#head img
{
  float:right;
}

h1
{
  font-size:1.4em;
  border-bottom:dotted #000 1px;
}

h2
{
  font-size:1.2em;
}

h3
{
  font-size:1.0em;
}

table
{
  font-size:12px;
  border-collapse: collapse;
  border:1px solid #000;
  table-layout:fixed;
  width:100%;
}

td,th
{
  border:1px solid #000;
  padding:2px 5px;
  line-height:200%;
}

th
{
  background:#ddd;
}

table.research th
{
  text-align:left;
  border-bottom:1px solid #AAA;
  padding:2px 5px;
}

td
{
  background:#FFF;
}

td.top
{
  color:red;
}

td.warst
{
  color:blue;
}

tbody.line
{
  font-weight:bold;
}


tbody.line td
{
  background:#EEE;
}


table.research td
{
  border-top:none;
  padding:2px 5px;
}

p.page
{
  page-break-before:always
}

.content .left { 
  display: none;
}

.content .r_sub_menu { 
  display: none;
}

.pc-only-visible {
  display: none;
}