/* 騎手プロフィールのスタイルシート一覧 */
p.i-link    { font-size:13px; color:navy;}
table.main  { border:0px; cellspacing:0px; font-size:12px; width:800px; color:navy}
table.head  { border:0px; border-collapse:collapse; font-size:13px; cellspacing:0px; }
th.title    { border:0px solid black; text-align:left; color:black; background:white;}
th.name     { border:1px solid black; text-align:center; background:peachpuff; width:50px; }
td.name     { border:1px solid black; text-align:center; background:white; width:100px; }
th.carrier  { border:1px solid black; text-align:center; background:peachpuff; width:40px; }
td.carrier  { border:1px solid black; text-align:center; background:white; width:50px; }
th.area     { border:1px solid black; text-align:center; background:peachpuff; width:40px; }
td.area     { border:1px solid black; text-align:center; background:white; width:70px; }
th.birth    { border:1px solid black; text-align:center; background:peachpuff; width:60px; }
td.birth    { border:1px solid black; text-align:center; background:white; width:200px; }

td.subtitle { border:0px solid skyblue; padding-top:10px; text-align:left;}

table.ow_rk { border:0px; border-collapse:collapse; font-size:13px; cellspacing:0px; }
th.no       { background:peachpuff; border:1px solid skyblue; width:20px; }
th.owner    { background:peachpuff; border:1px solid skyblue; width:200px; }
th.count    { background:peachpuff; border:1px solid skyblue; width:60px; }
th.result   { background:peachpuff; border:1px solid skyblue; width:160px; }
th.point    { background:peachpuff; border:1px solid skyblue; width:60px; }
th.mvp      { background:peachpuff; border:1px solid skyblue; width:180px; }

td.data     { border:1px solid skyblue; padding: 1px; text-align:center;}
td.ldata    { border:1px solid skyblue; padding: 1px; text-align:left;}
td.rdata    { border:1px solid skyblue; padding: 1px; text-align:right;}
tr.bg1      { background:#ffffff; }
tr.bg0      { background:#bbffff; }
