/*!
 * LinesSphere v0.9.0
 * http://linessphere.org/
 *
 * Copyright 2016 NAGAI Kenshin
 * Released under the MIT license
 *
 * Date: 2016-XX-XX
 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.lsNameLinkCommon {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-decoration: none;
	text-shadow: 1px 1px 0px #234;
}
.lsNameLinkCommon:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #aef;
}
.lsNameLinkFontMedium {
	font: 100 12px sans-serif;
}
.lsNameLinkFontLarge {
	font: 100 16px sans-serif;
}
.lsNameLinkFontXLarge {
	font: 100 24px sans-serif;
}
.lsNameLinkBlue {
	color: #8be;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.lsNameLinkBlue:hover {
	color: #aef;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.lsNameLinkOrange {
	color: #ec9;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.lsNameLinkOrange:hover {
	color: #fea;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.lsNameLinkPink {
	color: #fbc;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.lsNameLinkPink:hover {
	color: #fcd;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

