@charset "UTF-8";
body {
	background-color: #222;
	color: #CCC;
	margin: 10px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

p {
	padding: 0;
	margin: 10px 20px 5px 20px;	
}

h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	letter-spacing: .08em;
}

.main_table {
	background-color: #353535;
	border: 1px solid #999;	
}
.footer a {
	font-size: 12px;
	line-height: 24px;
	color: #BBB;
	text-align: center;
	display: block;
	height: 24px;
	text-decoration: none;
}
.footer a:hover {
	background-image: url(../images/dot-sm.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

.margin_left {
	margin-left: 40px;
}
