@charset "utf-8";
/*
/////////////////////////////////////
style.css
/////////////////////////////////////
*/
.grouping{
width:100%;
}
.grouping td{
background:#E4E4E4;
width:19%;
text-align:center;
padding:5px 0px;
}
table.auto td{
width:3%;
}


table.bookList{
width:590px;
}
table.bookList th{
text-align:left;
font-weight:bold;
padding:2px 15px;
}
table.bookList thead th{
background:#333;
color:#FFFFFF;
}
table.bookList tbody th{
background:#E4E4E4 url(line_dot.gif) repeat-x bottom left;
width:60%;
}
table.bookList tbody td{
background:#FFF url(line_dot.gif) repeat-x bottom left;
padding:2px 15px;
}
.tit{
border-right:1px solid #FFFFFF;
}

