﻿@charset "utf-8";

body {
     background-color: #000000;
}

#all {
         background-color: #000000;
         width: 960px;
	 margin-top: 0px;
	 margin-right: auto;
	 margin-bottom: 0px;
	 margin-left: auto;
	 border-bottom-width: 5px;
	 border-bottom-style: solid;
	 border-bottom-color: #FF0000;
	 padding-right: auto;
         padding-left: auto;
         padding-top: 0px;
	 padding-bottom: 0px;
         align: center;
}

/*----header----*/
#all #head1 {
     margin: 0px
     padding: 0px;
     height: 140px;
     width: 960px;
     border-bottom-width: 5px;
     border-bottom-style: solid;
     border-bottom-color: #FF0000;
}

#all #head1 h1 {
     font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     font-size: 14px;
     color: #FFFFFF;
     margin: 0px;
     padding: 0px;
}

/*----footer----*/
#all #footer3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        height: 40px;
	width: 960px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
        padding-bottom: 0px;
}

/*----root----*/
#all #root {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

#all #root a {
 text-decoration: none;
}
#all #root a:link {
 color: #0000FF;
 text-decoration: none;
} 
#all #root a:visited {
 color: #0000FF;
 text-decoration: none;
} 
#all #root a:hover {
 color: #FFF000;
}


/*----list----*/
#all #list {
  background-color: #000000;
  margin-top: 10px;
  overflow: hidden;
  width: 1200px;
}

#all #list table {
  margin: 0px;
  padding: 0px;
  width: 960px;
  float: left;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  border-color: #FFFF00;
  align: center;
  overflow: hidden;
}

#all #list th { 
  width: 225px;
  height: 30px;
  align: center;
  background-color: #FFA500;
  border-style: outset;
  border-width: 5px;
  border-color: #A52A2A; 
  font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
  font-size: 20px;   
  color: #000000;
  overflow: hidden;
  float: left;
}

#all #list span {
  width: 225px; 
  display: block;
  margin-top: -30px;
}

#all #list a {
  width: 225px;
  float: left;
  overflow: hidden;
}

#all #list a:link {
 color: #000000;
 text-decoration: none;
} 

#all #list a:visited {
 color: #000000;
 text-decoration: none;
} 

#all #list a:hover {
 padding-top: 30px;
 color: #FFFFFF;
}