@charset 'UTF-8';
/***************************************************************
    SYSTEM   : 富山競輪
    TITLE    : 地元選手紹介スタイルシートの定義
    SHEET    : style.css
    VERSION  : Ver1.0.2
    LANGUAGE : CSS level2
    CODESET  : UTF-8
    EXPLAIN  : 地元選手紹介ページの色や形状を定義する。
    AUTHOR   : yap
    CREATED  : 2009/02/20 as Ver1.0.1
    UPDATED  : 2009/04/02 as Ver1.0.2
***************************************************************/

/***************************************************************
   クラスの定義
***************************************************************/

/* 表の定義 (Override) */
table.list {
    margin: 8px 0px 8px 16px;
}

/* 左段組みの定義 */
.leftcol {
    float: left;
    margin-right: 16px;
}

/* 選手紹介左フレームの定義 (race00.html) */
.lframe {
    float: left;
    margin-top: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #999999;
}

/* 選手紹介右フレームの定義 (race00.html) */
.rframe {
    float: left;
    margin: 4px 4px 0px 0px;
    width: 104px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #999999;
    border-left: none;
}

/* アイコンの定義 */
.lframe img {
    padding: 3px 4px 0px;
}

/* 背景色(GREEN)の定義 */
.bg_g {
    background-color: #CCFF99;
}

/* 背景色(ORANGE)の定義 */
.bg_o {
    background-color: #FFCC66;
}

/* 地元選手の紹介 (race01.html, race02.html) */
.red {
    color: red;
}
.yellow {
    color: #FFFF00;
}
.list_l {
    float: left;
    margin-top: 16px;
    width: 120px;
}
.list_l table {
    width: 100%;
    text-align: center;
}

.list_m {
    float: left;
    margin-top: 16px;
    width: 224px;
}
.list_m table {
    width: 100%;
    font-size: 9pt;
}

.list_r {
    float: left;
    margin-top: 16px;
    width: 224px;
    text-align: left;
    font-size: 9pt;
}
.list_r table {
    width: 100%;
    font-size: 9pt;
}
.list_l td, .list_m td, .list_r td {
    padding: 2px 4px;
    border: 1px solid #666666;
}
