/* 競走馬一覧のスタイルシート一覧 */
p.i-link    { font-size:13px; color:navy;}
table       { cellpadding:1; border-collapse:collapse; font-size:12px; color:black; background:white;}
tr.main     { color:black; background:peachpuff; }
tr.bg0      { color:black; background:white; }
tr.bg1      { color:black; background:lavender; }
th          { border:1px solid skyblue; color:black; background:palegreen; }
th.n        { width:200px;}
th.s        { width:30px;}
th.f        { width:150px;}
th.r        { width:200px;}
th.m        { width:200px;}
th.b        { width:80px;}
th.o        { width:140px;}
td          { text-align:left; border:1px solid skyblue; padding:1px; padding:3px;}
td.l        { text-align:left;}
td.c        { text-align:center;}
