@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/main-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.txt_contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 19px;
}

.txt_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
}

.txt_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}

.txt_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F90;
	text-decoration: none;
	line-height: 19px;
	font-weight: bold;
}

.txt_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}