

/* globals(class specified) */

.left
{
  text-align: left;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

.top
{
  vertical-align: top;
}

.bottom
{
  vertical-align: bottom;
}

.bold
{
  font-weight: bold;
}

.float-none,
.float-off
{
  clear: both;
}

.small
{
  font-size: 8pt;
  font-weight: normal;
  white-space: normal;
}

.large
{
  font-size: medium;
  font-weight: bold;
}

/* globals(element specified) */

h1
{
  color: white; 
  background-color: #0033CC; 
  font-size: medium;
  padding: 5pt 5pt 5pt 15pt;
  line-height: 110%;/* IE でフォントサイズを最大にしたら、折り返し行が重なったので追加。 */
  letter-spacing: 3pt;
}

h2
{
  color: #0033CC; 
  text-align: left;
  font-size: 14pt;
  background-image: url("images/list.gif");
  background-position: left;
  background-repeat: no-repeat;
  line-height: 110%;/* IE でフォントサイズを最大にしたら、折り返し行が重なったので追加。 */
  border: 1px solid #0033CC; 
  border-width: 0px 0px 1px 0px;
  margin: 20pt 5pt 5pt 5pt;
  padding: 5pt 5pt 5pt 25pt;
  page-break-before: always; /* printer page */
}

h3
{
  text-align: left;
  line-height: 110%;/* IE でフォントサイズを最大にしたら、折り返し行が重なったので追加。 */
  width: 90%;
  padding: 3pt 3pt 3pt 15pt;
}

img
{
  padding: 0;
  margin: 0;
  border-width: 0;
}

body
{
  color: #333333;
  padding: 0;
  margin: 0;
  border-width: 0;
}

p
{
  text-indent: 1.0em;
}

table,
th,
td
{
  font-size: 11pt;
  /*border: 1px solid #00397D;*/
}

th,
td,
td input
{
  vertical-align: top;
}

li,
p
{
  line-height: 150%;
}

th
{
  text-align: right;
  white-space: nowrap;
}

a
{
  color: #333333; 
}

a:hover,
.selected a
{
  text-decoration: none;
}


/* ID specified ----------------------------------------------------- */

#page
{
  text-align: center;
  background-color: white;
  border: 0px solid black;
  padding: 0;
  margin: 0px;
  width: 100%;
}

#page-container
{
  width: 660px; /* printer width */
}

#page-body-container
{
  padding: 10px 30px 30px 30px;
}

#page-body-container a:hover
{
  background-color: #E8F3F9;
}


/* ------------------------------------------------------------------ */

#header,
#footer
{
  color: white;
  background-color: #0033CC;
  white-space: nowrap;
}

.menu_horizontal td
{
  padding: 0px 5px;
}

.menu_horizontal a
{
  color: white;
}

#header
{
  vertical-align: top;
}

#footer
{
  text-align: center;
  font-size: 9pt;
  margin: 20px 5px 5px 5px;
  padding: 5px;
}


/* ------------------------------------------------------------------ */

div.navi
{
  font-size: 9pt;
  text-align: right;
  width: 100%;
}

.navi,
.navi a
{
  color: #97B1FF;
}

.navi a:hover
{
  color: #0033CC;
}


/* ------------------------------------------------------------------ */

table.h1
{
  width: 100%;
  margin: 5px 20px 5px 20px;
}

table.h2
{
  width: 100%;
  margin: 20pt 5pt 5pt 20pt;
}

table.h1 th,
table.h2 th
{
  text-align: left;
  color: #0033CC;
  padding: 0pt 5pt 5pt 5pt;
}

table.h1 td,
table.h2 td
{
  text-align: left;
}

table.h1 img,
table.h2 img
{
  margin: 5px;
  border: 1px solid #b0c4de; 
  border-width: 1px;
}


