﻿/* 競走馬一覧のスタイルシート一覧 */
p.i-link    { font-size:13px; color:navy;}
table       { padding:1px; border-collapse:collapse; font-size:12px; color:black; background:white; width:1140px;}
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.name     { width:200px;}
th.sex      { width:30px;}
th.father   { width:200px;}
th.mother   { width:200px;}
th.bms      { width:200px;}
th.reg      { width:100px;}
th.pts      { width:70px;}
th.own      { width:140px;}
td          { text-align:left; border:1px solid skyblue; padding:1px; padding:3px;}
td.l        { text-align:left;}
td.c        { text-align:center;}
