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

#content {
	clear:left;
	width: 790px;
	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;

}

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

.ta1 {
  width: 790px;/*テーブルの幅*/
  margin-top:10px;/*テーブルの上にスペース*/
  margin-left:6px;
  margin-bottom:6px;
  color:#fff;
  font-family: arial;
  font-size: 65%;
  font-weight: bold;
  line-height: 90%;
  
}

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

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

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



.ta1 .title {
  background-color: #000;
  text-align:left;
  color: #fff;
  width: 380px;
}

.ta1 .orig {
  background-color: #000;
  text-align:left;
  color: #fff;
  width: 40px;
}

.ta1 .US {
  background-color: #000;
  text-align: left;
  color: #fff;
  width: 100px;
}

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

.ta1 .UK {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 40px;
}

.ta1 .Eu {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 40px;
}

.ta1 .Swe {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 40px;
}  

.ta1 .45 {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 50px;
}  

.ta1 .EP {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 50px;
}  

.ta1 .10" {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 50px;
}  

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

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

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

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

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

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

.ta2 .countries {
  background-color: #000;
  text-align:left;
  color: #fff;
  width: 50px;
}

.ta2 .record no. {
  background-color: #000;
  text-align:left;
  color: #fff;
  width: 140px;
}

.ta2 .records title {
  background-color: #000;
  text-align: left;
  color: #fff;
  width: 140px;
}

.ta2 .release {
  background-color: #000;
  text-align:left;
  color: #fff;
  width: 120px;
}

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

.ta2 .equ {
  background-color:#000;
  color:#fff;
  text-align:left;
  width: 510px;
}
	
/* リンクに関するCSS */

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

a:visited {text-decoration:none}

a:hover {text-decoration:none}
