body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #000000;
}

a:link {
	text-decoration:none;
	color: #0000CC;
}
a:active {
	text-decoration:none;
	color: #0000CC;
}
a:visited {
	text-decoration:none;
	color: #0000CC;
}
a:hover {
	text-decoration:underline;
	color: #0000CC;
}


div,ul,li,form {
	padding: 0px;
	margin: 0px;
}

p {
	line-height: 140%;
	padding: 0px;
	margin: 0px;
}
