
@charset "utf-8";

/*  : universal reset
----------------------------------------------------------------------------------------*/
*
	{
	margin			: 0;
	padding			: 0;
	}

body
	{
	font-weight		: normal;
	line-height		: 125%;
	font-size		: 80%;
	margin			: 0;
	padding			: 0;
	}

strong,em
	{
	font-style		: normal;
	font-weight		: bold;
	}

a:link, a:visited
	{
	color			: #0000c8;
	text-decoration	: underline;
	}

a:hover
	{
	color			: #0053ee;
	text-decoration	: underline;
	}
