a:link
{
	color: #333366;	/* 999900 */
}
a:visited
{
	color: #003399;	/* 339900 */
} 
a:active 
{
	color: #339999;
}
body
{
	font-family: Arial, Helvetica;
	background-color: #ddffff;  /* 339966, ffff99, ccff99 */
	color: #ffffff;	/* 000033, 003399 */
}
table
{
	table-border-color-light: #ccff99;
	table-border-color-dark: rgb(204,255,204);
	color: #ffffff;
}
td
{
	background-color: #339966;	/* テーブルの背景（ボタン） */
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(0,0,255); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}
h7
{
	color: #0000ff;
}

div {position: fixed
}
#title {
	top:0;
	right:auto;
	bottom: 20px;
	left:0;
	width:100%;
	height:20px;
	background-color:#999966;  /* 99cc66 */
	color: #ffffff;	/* Fixed */
}
#main {
	top:auto;
	right:0;
	bottom:auto;
	left:0;
	width:100%;
	height:100%;
	color: #ff0000;
}
#footer {
	top:640;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background-color:#0000ff;
}
span {
	position: absolute;
	bottom: 12px;
	color: #ffff00;
	background-color: #0000ff;
}