@charset "utf-8";
/* CSS Document */

table#toku-table{
margin:15px 10px;
border:none;
}

table#toku-table th{
width:120px;
padding:5px 10px;
text-align:center;
vertical-align:middle;
background-color:#FFEEED;
color:#3f2e2f;
}

table#toku-table td{
text-align:left;
color:#3f2e2f;
padding:5px;
}

