/* 
    Document   : content
    Created on : 2010/11/17, 18:23:59
    Author     : fukui
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.center_cell {
  text-align: center;
}

.code_cell {
  text-align: center;
}
.date_cell {
  text-align: center;
}
.digit_cell {
  text-align: right;
}

.table-make-file td:nth-child(4),
.table-make-file td:nth-child(5) {
    text-align: right;
}

/* エラーページ */
.error-body {
    float: left;
    background-color: #FFFFFF;
    padding: 5px;
}