@charset "utf-8";

/* ---------------------------------------------

Top CSS

  for top > iframe pages

--------------------------------------------- */

/* ---------------------------------------------

Layout

  body.iframe
    #top_pagename
      table			290px

--------------------------------------------- */


/* body
--------------------------------------------- */
body {
  background: #fff;
}
/* ---------------------------------------------
  .iframe
--------------------------------------------- */
body.iframe {
  margin-bottom: 15px;
}
body.iframe table {
  width: 290px;
  margin: 0 auto;
}
body.iframe table th,
body.iframe table td {
  border-bottom: 1px dotted #808080;
}
p.date {
  font-size: 93%;
  font-weight: bold;
}
p.pdf_guide {
  width: 280px;
  margin: 10px auto 0;
  font-size: 93%;
}
/* ----------------------------------------
  #top_news
---------------------------------------- */
#top_news table td {					/*  280px = 290px - left/right p  */
  width: 280px;
  padding: 10px 5px 5px;
}
/* ----------------------------------------
  #top_info
---------------------------------------- */
#top_info table th {
  width: 30px;
  text-align: left;
  padding: 10px 5px 5px;
}
#top_info table td {
  width: 240px;
  padding: 10px 5px 5px;
}
