/* コンテンツに関するCSS */

/* ページ構造に関するCSS */
#wrapper {
    width: 800px;
    
body {
    font-size: 12pt;
    line-height: 110%;
    font-color: #ffffff;
    background-color: #000000;
    font-family: arial, メイリオ;
    
}

hr {
    height: 1px;
    width: 100%;
}        

#content {
	clear:left;
	width: 800px;
	background-color: #000;
	font-family: arial;
	line-height: 110%;
	padding: 10px;
	margin-top: 0px;
}

h1 {
    font-family: arial;
    font-size: 140%;
  
}

h2 {
    font-size: 120%;
    font-family: arial;
    color: #fff;
  
} 

h3 {
    font-size: 100%;
    font-family: arial;
    color: #fff;

}

h4 {
    font-size: 80%;
    font-family: arial;
    font-weight: normal;
    color: #fff;

}

image {
    border-color: #ffffff;
    
}
    

/* テーブに関するCSS */

.ta1 {
  table-layout: fixed;
  width: 800px; /*テーブルの幅*/
  margin-top: 5px; /*テーブルの上にスペース*/
  margin-left: 6px;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: arial;
  font-size: 100%;
  padding: 5px;
  text-algin: left;
}

.ta1 {
  border-top: 0px solid #ffffff; /*線の色*/
  border-left: 0px solid #ffffff; /*線の色*/
}

.ta1 td, .ta1 th{
  border-right: 0px solid #ffffff; /*線の色*/
  border-bottom: 0px solid #ffffff; /*線の色*/
  padding: 6px;
  
}

.ta1 .th {
  background-color:#000;
  color:#fff;
  font-weight: bold;
  font-size: 100%;
}



.top {
   display: block;
   width: 50px;
   height: 16px;
   background-image: url('top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;
  
}



	
/* リンクに関するCSS */

a:link {text-decoration:none; color: #fff000;}

a:visited {text-decoration:none}

a:hover {text-decoration:none}
