﻿@charset "utf-8";



/*--table-css-----------------------------------------------*/
/*-------------------------------------------------------*/

body#table-css div#contents p.image{
  width : 840px;
  height : 150px;
  margin : 0 auto;
}
body#table-css div#contents div.left p{
  width : 500px;
  margin : 2em auto 0;
}
body#table-css div#contents div.left table{
  border-collapse : collapse;
  border : 1px solid #aaaaaa;
  margin : 3em auto 3em;
  width : 480px;
  text-align : center;
}
body#table-css div#contents div.left td{
  border : 1px solid #aaaaaa;
  padding : 0.7em 1em;
  width : 240px;
}
body#table-css div#contents div.left thead{
  background-color : #eeeeee;
}

body#table-css div#contents div.left span.red{
  color : red;
  font-weight : bold;
}


















