/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* COMMON.CSS
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* BODY */
body
{
   font-size:80%;
   color:#000000;
   background: #ffffff url("./bg.gif");
   margin:0px;
   padding:0px;
}
table, td, th
{
   background-image:none;
   font-size:100%;
   color:#000000;
}
td.SideLine
{ background-color:#b53c00; }
td.Section
{ background-color:#ffffff; }
/* --------------------------------------------------------------------- */

/* A */

a:link
{ color:#043896; }
a:visited
{ color:#043896; }

a.PageTop:link
{
   color:#043896;
}
a.PageTop:visited
{
   color:#043896;
}

/* --------------------------------------------------------------------- */

/* DIV */
div.Midashi
{ margin-bottom:17px; }
div.PageTop
{ margin:15px 0px 20px; }
div.Copyright
{
   text-align:center;
   margin:10px 0px 20px;
}
div.LocalLink
{ line-height:2em; }
div.TableItem
{ line-height:1.5em; }
div.TableItem img
{
   vertical-align:middle;
}
div.Caption
{ margin-bottom:3px; }
/* --------------------------------------------------------------------- */

/* P */

p
{
   margin:0px;
   line-height:1.5em;
}