﻿/* CSS レイアウト */
#masthead {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-top: 20px;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	font-size: 80%;
	margin-top: 20px;
}
body {
	margin-top: 2px;
	background-image:url('gr8b.gif');
	color: #00ff00;
	font-size: 95%;
}
img {
	border:0px;
}
a:link {
	color:aqua;
}
a:visited {
	color:aqua;
}
a:hover {
	color:aqua;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.tt{
	font-family:monospace;
}
.center{
	margin-right: auto;
	margin-left: auto;
}
.right{
	text-align:right;
}
.footer-link {
	background-color:#666633;
	text-align: center;
}
.footer-link2 {
	text-align: left;
}
.footer-link2 a{
	color:LIGHTGREEN;
}

