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

#content {
	clear:left;
	width: 780px;
	background-color: #fff;
	font-family: arial;
	line-height: 95%;
	padding: 10px;
	margin-top: 0px;
	margin-left: 80px;
}

h1 {
    font-family: arial;
    font-size: 120%;
    line-height: 110%;
    max-width: 830px;
    background-color: #ffcc00;
    margin-left: 80px;

}

h2 {
    font-size: 110%;
    font-family: arial;
    color: #000000;
    line-height: 90%;
    margin-left: 80px;} 

h3 {
    font-size: 90%;
    font-family: arial;
    font-weight: normal;
    color: #ff0000;
    margin-left: 80px;
}

h4 {
    font-size: 80%;
    font-family: arial;
    font-weight: normal;
    color: #000000;
    margin-left: 80px;
}

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

.ta1 {
  width: 820px;/*テーブルの幅*/
  margin-top: 10px;/*テーブルの上にスペース*/
  margin-left: 80px;
  margin-bottom: 6px;
  color: #000000;
  font-family: arial;
  font-size: 75%;
  empty-cells: show;
  
}

.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: #ffffff;
}



.ta1 .title {
  background-color: #ffff99;
  td-align: left;
  color: #000000;
  width: 200px;
}

.ta1 .time {
  background-color: #fff000;
  text-align: right;
  color: #000000;
  width: 20px;
}

.ta1 .matrix {
  background-color: #ffff00;
  text-align: left;
  color: #000000;
  width: 70px;
}

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

.ta1 .cod {
  background-color: #ffff99;
  color: #000000;
  text-align: left;
  width: 30px;
}

.ta1 .number {
  background-color: #fff000;
  color: #000000;
  td-align: right;
  width: 5px;
}

.ta1 .sp {
  background-color: #eee8aa;
  color: #000000;
  text-align: left;
  width: 80px;
}  

.ta1 .lp1 {
  background-color: #f0e68c;
  color: #000000;
  text-align: left;
  width: 90px;
}  

.ta1 .lp2 {
  background-color: #fff999;
  color: #000000;
  text-align: left;
  width: 80px;
}  

.ta1 .cd {
  background-color: #ffdead;
  color: #000000;
  text-align: left;
  width: 100px;
}  

.ta1 tr.even {
  background-color: #ff0000;
  
}


.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;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
    margin-left: 80px;
}

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

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

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}

