/* CSS Document */



.table_summary{
width:605px;
margin:20px 0 15px 20px;
border: 1px solid #CCCCCC;
letter-spacing:0.01em;
padding:3px 0;
}

.table_summary table{ width:605px;}

.table_summary th{
font-style:normal;
color:#000000;
padding:5px;
background-color: #E5E6C2;
border-left:3px solid #FFFFFF;
border-bottom:3px solid #FFFFFF;
border-right:3px solid #FFFFFF;
width:150px;
}


.table_summary .pub{
font-style:normal;
color:#333333;
padding:5px;
background-color:#E0DED4;
}

.table_summary td{
padding: 5px;
background-color:#F4F4F4;
border-right:3px solid #FFFFFF;
border-bottom:3px solid #FFFFFF;
width:424px;
}

.table_summary td.business{
padding: 5px;
background-color:#F4F4F4;
border-bottom:none;
}

.table_summary th.business{
font-style:normal;
color:#000000;
padding:5px;
background-color: #E5E6C2;
border-left:3px solid #FFFFFF;
border-bottom:none;
}


.table_summary .tb_bottom{ 
border-bottom:1px solid #F1F0EA;
}