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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #29176B;
}
.text {
	line-height: 1.3em;
	color: #999;
	text-align: left;
	padding-left: 40px;
	padding-top: 40px;
	width: 80%;
	padding-right: 100px;
	letter-spacing: 0.06em;
	font-size: 16px;
	padding-bottom: 30px;
}
.nav {
	font-weight: normal;
	color: #AC9920;
	line-height: 1.8em;
	padding-top: 40px;
	text-align: right;
	letter-spacing: .06em;
	width: 20%;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #AC991F;
	text-decoration: none;
}
.footer {
	font-size: 12px;
	color: #666;
	background-repeat: repeat-x;
	padding: 8px;
	border: 1px solid #666;
	text-align: center;
}
.note {
	font-size: 11px;
}
