/* 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:#ffffff;
text-decoration:none;
}
a.bg_bl:visited	{
color:#ffffff;
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:#ffffff;
text-decoration:underline;
}
a.wh:hover	{
color:#ffffff;
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 #404040;
		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.ver03 {
		border:solid #3a31f1;
		border-top-width:0px;
		border-right-width:0px;
		border-bottom-width:1px;
		border-left-width:0px;
	}

	table.ver02 {
		border:solid #303030;
		border-top-width:1px;
		border-right-width:1px;
		border-bottom-width:1px;
		border-left-width:1px;
	}

	table.wh {
		color: #d0d0d0;
	}

/* スクロールバー設定 */

BODY {
  scrollbar-track-color: #303030;
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #404040;
  scrollbar-darkshadow-color: #808080;
  scrollbar-highlight-color: #808080;
  scrollbar-3dlight-color: #808080;
  scrollbar-arrow-color: #d0d0d0;
}

