@charset "UTF-8";

/*formatting style
---------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
