/* CSS Document */

itsthetable{
			background:url(whiteroundtop.gif) top left no-repeat #fff;
			padding:2em;
		}

table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #FFFFEA;
  margin:15px;
  empty-cells:hide;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #FFFFFF;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: center;
  background: #0042ff;
  color: #FFFFFF;
  padding-top:3px;
  }
  
  
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #828282;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #6A3500;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #FFFFFF;
  }
tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }
  
 body {
  behavior:url("csshover.htc");
  }
  
  
  
  .area{ color:#444444;
  font-weight:bold;
  font-size:x-small;
  padding-top:3px;
 }

.tenpomei{ color:#505050;
  font-size:small;
 }
 
 .hiduke{ color:#505050;
  font-size:x-small;
 }

 .tenpo{
	color:#0042ff;
	font-size:x-small;
	font-weight:light;
 }
 
 .eigyo{ color:#505050;
  font-size:x-small;
  font-weight:light;
  text-align:center;
 }
 
.dammy {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  text-align: center;
  background: #DF1F8B;
  color: #FFFFFF;
  padding:0;
  margin:0;
  }

.comment {
  color:#505050;
  font-size:small;
  font-weight:light;
  padding:10px;
  }
  .comment2 {
  font: bold 14px sans-serif;
  color:#0042ff;
  padding:20px 10px 5px;
  line-height:18px;
  }
  
  a:link {
	color: #E52592;
	text-decoration: underline;
}
a:visited {
	color: #E52592;
	text-decoration: underline;
}