/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(http://www.usautstudy.com/mt/mt-static/themes/cityscape-sf/screen.css);
/* end StyleCatcher imports */

/* テーブルの属性等 */

table#table-01 {
    width: 500px;
    border: 1px #808080 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #808080 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    background: #F5F5F5;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #808080 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}
table#table-01 col.header {
  background: #CBD5FF;
}
table#table-01 col.nakami {
  background: #F2F5FF;
}



