@media screen {
	body#toppage{
		position: relative;
		text-align:center;
		font-size:100%;
		line-height:120%;
		background-image:url(../images/kabegami.gif);
	}
}

@media print {
	body#toppage{
		position: relative;
		text-align:center;
		font-size:11px;
		line-height:16px;
	}
}

body#toppage a:hover{
	color: #0B78FF;
	background-color: #B9FFE9 ;
}

body#toppage a:link{
	color: #0B78FF;
}

body#toppage a:visited{
	color: #0B78FF ;
}

