/* 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;
text-decoration:none;
}
a.bg_bl:visited	{
color:yellow;
text-decoration:none;
}
a.bg_bl:active	{
color:red;
text-decoration:underline;
}
a.bg_bl:hover	{
color:red;
text-decoration:underline;
}


a.wh:link	{
color:#c0c0c0;
text-decoration:none;
}
a.wh:visited	{
color:#c0c0c0;
text-decoration:none;
}
a.wh:active	{
color:white;
text-decoration:underline;
}
a.wh:hover	{
color:white;
text-decoration:underline;
}




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;
	}

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


/* スクロールバー設定 */

BODY {
  scrollbar-track-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #8080b0;
  scrollbar-darkshadow-color: #8080b0;
  scrollbar-highlight-color: #8080b0;
  scrollbar-3dlight-color: #8080b0;
  scrollbar-arrow-color: #d0d0ff;
}

