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
{
	text-align:left;
	position: fixed;
	z-index:100;
	bottom:0;
	left:0;
	width: 100%;
	height: 26px;
	background-image:url('header/btmbg.png');
	background-repeat:repeat-x;
	overflow:hidden;
}

/* Ticker */
div#scrollv{
	position:absolute;
	left:0px;
	top:0px;
}
div#scrollarea{
	position:relative;
	top:5px;
	left:5px;
	height:16px;
	overflow:hidden;
}
div.ticker{
	font-size:14px;
	line-height:16px;
}
/* Ticker */

img.logo{
	border-width:0px;
}
img.header{
	margin:0;
	border-width:0px;
}
span#explain{
	position:relative;
	right:3px;
	font-size:x-small;
}
td.logo{
	padding:2px;
	width:10px;
	vertical-align:top;
}

#footer a:link{ color: black;text-decoration: none; }
#footer a:visited { color: black;text-decoration: none; }
#footer a:hover { color: black;text-decoration: underline; }
#footer a:active { color: black; }
