@charset   "Shift_JIS";
<style type="text/css">
table.bkn {
 font-size: 90%;
 border : solid 2px #c0c0c0;
 border-collapse : collapse;
}
th.bkn {
 font-size: 90%;
 background color : #cccccc;
 border-bottom : solid 2px #c0c0c0;
 border-right : dashed 1px gray;
}
td.bkn {
 font-size: 90%;
 border-bottom : solid 1px #c0c0c0;
 border-right : dashed 1px gray;
 padding : 0em  0.4em;
}
/*メイン内のリンク*/
td.bkn a{
color:#666666;
text-decoration: none;
}
td.bkn a:hover{
 color: blue;
 text-decoration: none;
}

