@charset "utf-8";
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.content_inner a:link {
	color: #333;
	text-decoration: none;
}
.content_inner a:visited {
	color: #333;
	text-decoration: none;
}
.content_inner a:active {
	color: #333;
	text-decoration: none;
}
.content_inner a:hover {
	color: #666;
	text-decoration: none;
}
.gdx:link {
	color: #999;
	text-decoration: none;
}
.gdx:active {
	color: #999;
	text-decoration: none;
}
.gdx:visited {
	color: #999;
	text-decoration: none;
}
.gdx:hover {
	color: #CCC;
	text-decoration: none;
}
