/* CSS Document */


body
  {
  margin: 18px;
  margin-left: 10px;
  color: #ffffff;
  font-family: arial, 'ＭＳ Ｐゴシック', 'ヒラギノ丸ゴ Pro W4',verdana;
  font-size: 12px;
  *font-size: x-small; /* IE 7向け */
  *font: xx-small; /* IE 6以下 */
  background-color: #000000;
  }
 

h1{
  font-size: 20px;
  color: #ffffff;
  }
  
a:link {
	color:#990000; text-decoration: none;
}

a:visited {
	color:#990000; text-decoration: none;
}

a:hover {
	color:#990000; text-decoration: none;
}

.navigate
  {
  text-align:right;
  margin: 0px 0;
  width: 900px;
  color: #ffffff;
  background-color: #000000;
  }
.navigate a img{border: 0px}
 
.container
 {
  position: absolute;
  left:0px;
  width:900px;
  height: 100%;
  margin:0px;
  padding:0px;
  background-color: transparent;
 }
 
.leftColumn {
   position: absolute;
   text-align:right;
   left: 5px;
   width:80px;
   background-color: transparent;
   margin 0px; 
}
.leftColumn a img{border: 0px}


.rightColumn {
   position: absolute;
   left: 100px;
   top: 0px;
   width:800px;
   background-color: transparent;
   margin 0px;
   font-size:12px;
  *font-size: small; /* IE 7向け */
  *font: x-small; /* IE 6以下 */
   color:#CCCCCC;
}

.footnote
  {
  color: #999999;
  margin: 12px 0;
  width: 800px;
  }
