@charset "utf-8";
/* CSS Document */

@import url('base.css');
@import url('layout.css');

/*--------------------------------------
crjl
---------------------------------------*/

table#crjl {
width: 650px;
}

table#crjl tr.bgGray {
background: #f5f5f5;
}

table#crjl th {
padding: 5px 0 9px;
border-right: 2px solid #fff;
color: #fff;
background: #5e9ed1 url(../../img/bg_top_crjl.gif) repeat-x left bottom;
text-align: center;
word-break: break-all;
}

table#crjl th span {
display: block;
margin: 0 1px;
border-right: 2px solid #a2c5e0;
border-left: 2px solid #a2c5e0;
line-height: 1.2;
}

table#crjl td {
padding: 5px 8px;
border-right: 2px solid #fff;
background: url(../../img/bg_border_crjl.gif) repeat-x left bottom;
word-break: break-all;
vertical-align: top;
}

table#crjl th.last,
table#crjl td.last {
border-right: none;
text-align: center;
}

table#crjl td ul {
list-style-type: disc;
padding-left: 13px;
text-align: left;
}

























