body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #9B9B9B;
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: #00F;
   text-decoration: none;
}
a:active, a:hover {
   color: #F00;
   text-decoration: none;
}
img {
   border: none;
}
table {
   background: #FFC;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
th.header {
   background: url(banniere/header01.png);
   color: #000;
   font-size: 21px;
   font-weight: bold;
   height: 50px;
   max-width: 900px;
   vertical-align: middle;
}
td.content {
   vertical-align: middle;
   font-size: 12px;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #C8C8C8;
   color: #41B757;
   font-size: 17px;
   padding: 5px;
}
td.desc {
   background: #9F9;
   border-top: 1px solid #98DCA3;
   color: #000000;
   font-size: 16px;
   padding: 1px;
   text-align: center;
   max-width: 900px;
}
td.desc1 {
   background: #ccffff;
   color: #000000;
   font-size: 16px;
   max-width: 980px;
   padding: 5px;
   text-align: justify;
}