@charset "utf-8";
/* CSS Document */

body {
	background-color: #252525;
	font-family: Verdana, Geneva, sans-serif;
	color: #161719;
}
.navi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #161719;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	line-height: 14px;
}
h1 {
	font-size: 14px;
	color: #161719;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #06F;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #06F;
}
.Text p strong {
	color: #090;
	line-height: 14px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
