/*------------ table style  ------------*/
body { 
	font-size : 100%;
 }
 
a img { 
	border: none;
 }

table.table-01 {
 	border: 1px #D9D9D9 solid;
  	border-collapse: collapse;
  	border-spacing: 0px;
}

table.table-01 caption {
	text-align:center;
}

table.table-01 th,
table.table-01 td {
  padding: 6px 6px 6px 12px;
}

table.table-01 th {
  background: #336633;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  font-size : 95%;
}

table.table-01 td {
	text-align:left;
 	white-space: nowrap;
}

table.table-01 col.nendo {
  background: #d2e0d2;
  font-size: 92%;
}

table.table-01 col.media {
  background: #ecfff5;
  font-size: 75%;
}

table.table-01 col.title {
  background: #F2F5FF;
  font-size: 75%;
}

table.table-01 col.name {
  background: #d8e4de;
  font-size: 75%;
}


