@charset "utf-8";
body {
	background-color: #e5a146;
	background-image: url(../layout/background_main.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #8F5118;
	text-decoration: none;
}
a:visited {
	color: #874E19;
	text-decoration: none;
}
a:hover {
	color: #090601;
	text-decoration: underline;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #C28F25;
}
