@charset "utf-8";
/* CSS Document */


h1 {color: #999; font-family: Georgia, "Times New Roman", Times, serif; }
.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.footer {
	color: #FF6633;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
}
.navi {
	color: #FFB033;
	text-decoration: none;
	font-size: 20px
}
.title {
	color: #000;
	text-decoration: none;
	font-size: 20px
}
a:link {
	color: #FFB033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFB033;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFB033;
}
