@charset"utf-8";

body {
	margin: 0;
	font-size: 12px;
	color: #000;
	background-color: #000;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#3aada9;
	text-decoration:underline;
}

a:hover {
	color:#3aada9;
	text-decoration:underline;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

h3 {
	margin: 0;
}

h4 {
	margin: 0;
}

img{
	border: 0px;
}

table {
	border:0px;
}

td {
	padding:0;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

#base {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#top_ground {
	margin-left: auto;
	margin-right: auto;
	width: 786px;
	text-align: left;
}

#top_contents {
	width: 786px;
}

#top_header {
	margin-top: 60px;
	margin-bottom: 6px;
}

#top_footer {
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 25px;
	width: 780px;
}