@charset "EUC-JP";


/* 基本文字スタイル
-------------------------------- */
h1,h2,p,td,dt,dd,li
{
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	line-height: 16px;
}

input {
	color: #000;
}


/* リンク
-------------------------------- */
/* 通常 */
a:link, a:visited {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #FF9292;
	text-decoration: underline;
}

/* 白リンク */
a.white:link, a.white:visited {
	color: #FFF;
	text-decoration: none;
}

a.white:hover {
	color: #F00;
	text-decoration: none;
}

/* 白リンク(太字) */
a.white_bold:link, a.white_bold:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.white_bold:hover {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

a.white2:link, a.white2:visited {
	color: #FFF;
	text-decoration: underline;
}

a.white2:hover {
	color: #FF9292;
	text-decoration: underline;
}

}

/* グレイリンク */
a.dark:link, a.dark:visited {
	color: #9B1913;
	text-decoration: none;
}

a.dark:hover {
	color: #B44742;
	text-decoration: none;
}
