/* ボディに関するCSS */

body {
   background-color: #000;
   margin-left: 80px;
   
   
}   

/* コンテンツに関するCSS */
	clear:left;
	width: 800px;
	background-color: #000;
	font-family: arial, メイリオ;
	line-height: 120%;
	padding: 10px;
	margin-top: 10px 20px 10px 20px;
}



h1 {
    font-size: 140%;
    font-family: arial;
    font-weight: normal;
    color: #fff;

 
}

h2 {
    font-size: 125%;
    font-family: メイリオ;
    font-weight: normal;
    color: #fff;
    text-align: center
  
} 

h3 {
    font-size: 12pt;
    font-family: メイリオ;
    font-weight: normal;
    line-height: 125%;
    color: #ffffff;
    text-indent: 12pt;

}

h4 {
    font-size: 90%;
    font-family: arial, メイリオ;
    font-weight: normal;
    line-height: 120%;
    color: #fff;

}

image {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    
}    

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

}

table {
  width: 800px;/*テーブルの幅*/
  margin-top:10px;/*テーブルの上にスペース*/
  margin-left:10px;
  margin-bottom:6px;
  color:#fff;
  font-family: arial, メイリオ;
  font-size: 70%;
  table-layout: ;
  
}  


.ta1 {
  width: 780px;/*テーブルの幅*/
  margin-top:10px;/*テーブルの上にスペース*/
  margin-left:10px;
  margin-bottom:6px;
  color:#fff;
  font-family: arial;
  font-size: 80%;
  table-layout: ;
  
}

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

.ta1 td, .ta1 th{
  border-right: 1px solid #999999; /*線の色*/
  border-bottom: 1px solid #999999; /*線の色*/
}

.ta1 .th {
  background-color:#ff6666;
  color:#fff;
}


.ta1 td {
  padding:2px 6px;
}




.ta2 {
  width: 780px;/*テーブルの幅*/
  margin-top:10px;/*テーブルの上にスペース*/
  margin-left:10px;
  margin-bottom:6px;
  color:#fff;
  font-family: arial;
  font-size: 80%;
  line-height: 130%;
}

.ta2 {
  border-top: 1px solid #999999; /*線の色*/
  border-left: 1px solid #999999; /*線の色*/
}

.ta2 td, .ta2 th{
  border-right: 1px solid #999999; /*線の色*/
  border-bottom: 1px solid #999999; /*線の色*/
}

.ta2 .th {
  background-color:#ff6666;
  color:#fff;
}



.ta2 .number {
  background-color:#000;
  color:#fff;
  text-align:center;
  width: 15px;
}

.ta2 .title {
  background-color: #000;
  text-align:left;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  width: 160px;
}

.ta2 .time {
  background-color: #000;
  text-align:right;
  color: #fff;
  width: 40px;
}




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

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: left;	/*中のテキストをセンタリング*/
	font-size: 90%;
	font-family: arial;
	font-weight: bold;
    color: #fff;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	color: #0066ff;
	text-decoration: none;
}

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

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

a:visited {text-decoration: none;}

a:hover {text-decoration:underline}

