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

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

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



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

 
}


h2 {
    font-size: 120%;
    font-family: arial, メイリオ;
    font-weight: normal;
    color: #ffffff;
    line-height: 130%;
} 

h3 {
    font-size: 95%;
    font-family: arial, メイリオ;
    font-weight: normal;
    color: #ffffff;
    line-height: 130%;

}

h4 {
    font-size: 85%;
    font-family: arial, メイリオ;
    font-weight: normal;
    color: #ffffff;


}



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


table {
    width: 780px;
	border-collapse: collapse;
	font-style: normal;
	font-weight: normal;
	font-family: arial, メイリオ;
	font-color: #ffffff;
	border-color: #d3d3d3;
	border-spacing: 1;
	caption-side: top;
	line-height: ;
	text-align: left;
	
}

.ta1 {
  width: 820px;/*テーブルの幅*/
  margin-top: 8px;/*テーブルの上にスペース*/
  margin-left: 6px;
  margin-bottom: 2px;
  color: #fff;
  font-family: arial, メイリオ;
  font-size: 110%;
  table-layout: ;
  line-height: 100%;
}

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

.ta1 td, .ta1 th{
  border-right: 1px solid #d3d3d3; /*線の色*/
  border-bottom: 1px solid #d3d3d3; /*線の色*/
  padding: 2px;
  vertical-align: ;
}

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





/*フッター
---------------------------------------------------------------------------*/
#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: #ffcccc;
	text-decoration: none;
}

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

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

a:visited {text-decoration: none;
        color: #ffcc99;}

a:hover {text-decoration:underline}

