﻿.txtLink04:active,
.txtLink04:hover{
	background: -moz-linear-gradient(top, #666666 0%, #1d1d1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#1d1d1d), color-stop(100%,#666666));
	border-bottom: 1px solid #444444;
}

.txtLink05:active,
.txtLink05:hover{
	background: -moz-linear-gradient(top, #666666 0%, #1d1d1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#1d1d1d), color-stop(100%,#666666));
	border-bottom: 1px solid #444444;
}

.txtLinkRed:active,
.txtLinkRed:hover{
	color: #FF0000;
	background: -moz-linear-gradient(top, #666666 0%, #1d1d1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#1d1d1d), color-stop(100%,#666666));
	border-bottom: 1px solid #444444;
}

.out-shadowanime:hover{
	color: #3b3b3b;
	text-shadow:
	-1px -1px 0px #5c5c5c,
	1px -1px 0px #5c5c5c,
	1px 1px 0px #5c5c5c,
	-1px 1px 0px #5c5c5c,
	1px 2px 3px rgba(0, 0, 0, 0.6);
}
