@charset "UTF-8";

/* =======================================

	CommonElements

======================================= */
body {
	background-color:#0D0D0A;
	height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 11px;
	color: #fff;
}
a			{ text-decoration: none; }
a:link		{ color: #fff; }
a:visited	{ color: #fff; }
a:hover		{ color: #90C; }
a:active	{ color: #fff; }

h1 {
	font-weight:bold;}

/* =======================================

	smart_phone

======================================= */
.smart_phone {
	display:none;
	}