/* Recreant Skirmish CSS */
/* 参考 Sound Online CSS ――ソーリー矢鴇先生（ぉ */

/* リンク色設定 */

a.bg_gr:link	{color:#c0c0c0}
a.bg_gr:visited	{color:#c0c0c0}
a.bg_gr:active	{color:white}
a.bg_gr:hover	{color:white}

a.bg_bl:link	{color:yellow}
a.bg_bl:visited	{color:yellow}
a.bg_bl:active	{color:red}
a.bg_bl:hover	{color:red}	


a.bg_wh:link	{color:black}
a.bg_wh:visited	{color:black}
a.bg_wh:active	{color:red}
a.bg_wh:hover	{color:#808080}

/* テーブルに関する設定 */

	table.basic {
		border:solid #303030;
		border-top-width:1px;
		border-right-width:1px;
		border-bottom-width:1px;
		border-left-width:1px;
	}

	td.ver01 {
		border:solid #ffffff;
		border-top-width:0px;
		border-right-width:0px;
		border-bottom-width:1px;
		border-left-width:0px;
	}

	td.ver02 {
		border:solid #303030;
		border-top-width:1px;
		border-right-width:1px;
		border-bottom-width:1px;
		border-left-width:1px;
	}