body
{
	margin: 0;
	padding:0;
	font-family:Meiryo,Sans-Serif;
}
div#contents{
	position:relative;
	overflow:auto;
	top:50px;
	margin-bottom:76px;
}
div#header
{
	position: fixed;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image:url('header/topbg.png');
	background-repeat:repeat-x;
}
div#headerlogo
{
	position:absolute;
	left:5px;
	top:5px;
}
div#headericon
{
	position:absolute;
	right:5px;
	top:5px;
}
div#footer
{
	position: fixed;
	z-index:100;
	bottom:0;
	left:0;
	width: 100%;
	height: 26px;
	background-image:url('header/btmbg.png');
	background-repeat:repeat-x;
}
div#copyright{
	float:left;
	font-size:12px;
	padding-top:5px;
	padding-left:8px;
}
div#about{
	padding-top:5px;
	padding-right:8px;
	float:right;
	font-size:12px;
}
img.logo{
	border-width:0px;
}
img.header{
	margin:0;
	border-width:0px;
}
span#explain{
	position:relative;
	margin-right:3px;
	font-size:x-small;
}
td.logo{
	padding:2px;
	width:10px;
	vertical-align:top;
}
a.footer:link { color: black;text-decoration: none;
 }
a.footer:visited { color: black;text-decoration: none;
 }
a.footer:hover { color: black;text-decoration: underline; }
a.footer:active { color: black; } 
