@charset "utf-8";
/* formatying style
----------------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #F0F0F0;
	background-position: center;
}
hr {
	display: none;
}
a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}
