@charset "shift_jis";



body {
    width: 800px;
	font-family: arial;
	font-size: large;
	line-height: 1;
	color: #FFFFFF;				/*全体の文字色*/
	background-color: #000000;	/*背景色*/
	margin: 60px;
	padding: 0px;
	text-align: left;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	font-style: normal;
	font-family: "arial","メイリオ";
}


h2 {
  font-size: 100%;
  font-family: "arial","メイリオ";
  font-weight: normal;
  line-height: 110%;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 10px;
  background: ;
}

h3 {
  font-size: 85%;
  font-family: "arial","メイリオ";
  font-weight: normal;
  line-height: 110%;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 10px;
  background: ;
}


h4{
  font-size: 75%;
  font-family: "arial","メイリオ";
  font-weight: lighter;
  line-height: 120%;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left; 

}



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

/* リストに関するCSS */

dl {
  margin-left: 50px;
  padding-left: 10px;
  background-color: #000;
  list-style-position: inside;
}
li {
  margin-left: 50px:
  padding-left: 10px;
  list-style-position: inside;
  font-style: arial;
  
}
ol {
  list-style-type: decimal-leading-zero;
}
ol li {
  list-style-type: decimal-leading-zero;
}
dd {
  font-size: 85%;
  font-style: Times New Roman;
  font-style: italic;
  color: #fff;
  line-height: 120%;
}

li {
  margin-left: -20px;
}


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

ta1 {
  width: 800px;/*テーブルの幅*/
  margin-top: 0px;/*テーブルの上にスペース*/
  margin-left: 60px;
  margin-bottom: 5px;
  color: #555555;
  font-family: arial, メイリオ;
  font-size: 90%;
  line-height: 50%;
}

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 .status {
  text-align: center;
}

.ta1 .num {
  text-align: center;
}

.ta1 td {
  padding: 5px 5px;
}


.ta1 .col {
  background-color:#0033cc;
  color:#FFFFFF;
  text-align:center;
}

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

