@charset 'UTF-8';
/***************************************************************
    SYSTEM   : 富山競輪
    TITLE    : ライちゃんねるスタイルシートの定義
    SHEET    : raichannel.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/01 as Ver1.0.2
***************************************************************/

/***************************************************************
   ライちゃんねる部の定義
***************************************************************/

/* ライちゃんねる部の定義 */
.rai {
    float:left;
    margin: 4px;
    width: 276px;
    text-align: center;
}

/* LIVE!ボタンの定義 */
#live a {
    margin-top: 16px;
    width: 250px;
    height: 172px;
    display: block;
    background: url('../images/raichannel/rai_live.jpg') no-repeat;
}

/* LIVE!ボタン選択の定義 */
#live a:hover {
    background: url('../images/raichannel/rai_live-on.jpg') no-repeat;
}

/* レース情報ボタンの定義 */
#race a {
    margin-top: 16px;
    width: 250px;
    height: 172px;
    display: block;
    background: url('../images/raichannel/rai_race.jpg') no-repeat;
}

/* レース情報ボタン選択の定義 */
#race a:hover {
    background: url('../images/raichannel/rai_race-on.jpg') no-repeat;
}

/* 過去のレースボタンの定義 */
#past a {
    width: 250px;
    height: 172px;
    display: block;
    background: url('../images/raichannel/rai_kako.jpg') no-repeat;
}

/* 過去のレースボタン選択の定義 */
#past a:hover {
    background: url('../images/raichannel/rai_kako-on.jpg') no-repeat;
}

/* グレードレースアーカイブボタンの定義 */
#grad a {
    width: 250px;
    height: 172px;
    display: block;
    background: url('../images/raichannel/rai_grad.jpg') no-repeat;
}

/* グレードレースアーカイブボタン選択の定義 */
#grad a:hover {
    background: url('../images/raichannel/rai_grad-on.jpg') no-repeat;
}

/* Windows Media Player部の定義 */
.wmp {
    padding: 8px;
    border: solid 1px #999999;
    background-color: #E5E5E5;
}

/* Windows Media Playerアイコンの定義 */
.wmp img {
    float: right;
}
