@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/BACKGROUND.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#BODY {
	background-image: url(images/LAYOUT_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 481px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231527;
}
#BODYrepeat {
	background-image: url(images/LAYOUT_04.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 481px;
}
a {
	color: #600093;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#BOTTOMmenu a {
	color: #999999;
	text-decoration: none;
}
#BOTTOMmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

