@charset "Shift_JIS";

/* 背景 */
.bg_body{
 background-image:url("/img/back/bg01.gif")
}


/* カウンター */
.count{
font-size:8pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #000;
}


/* ノーマルテキスト */
.normaltxt{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #666;
line-height: 14pt;
}


/* ボールドテキスト */
.boldtxt{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
font-weight:bold;
color: #666;
line-height: 14pt;
}


/* カラーテキスト */
.colortxt{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #F60;
line-height: 14pt;
}


/* カラーボールドテキスト */
.colorboldtxt{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
font-weight:bold;
color: #F60;
line-height: 14pt;
}


/* ホワイトボールドテキスト */
.whiteboldtxt{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
font-weight:bold;
color: #FFF;
line-height: 14pt;
}


/* リンク設定 */
a:link{
color:#F60;text-decoration:none;
}

a:visited{
color:#F60;text-decoration:none;
}

a:active{
color:#F60;text-decoration:none;
}


/* ライン */
.ln_reddot{
 background-image:url("/img/dot01.gif");
}

.ln_orangedot{
 background-image:url("/img/dot02.gif");
}

.ln_dot{
 background-image:url("/img/dot03.gif");
}

.ln_graydot{
 background-image:url("/img/dot04.gif");
}