@charset "utf-8";

/*--------------------------------------------------------------
Last Update 08/05/27
--------------------------------------------------------------*/

body
{
	color: #333333;
	font-size: 90%;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
em
{
	font-style: normal;
	font-weight: bold;
}
strong
{
	color: #CC3300;
}
a:link
{
	color: #99CCFF;
}
a:visited
{
	color: #9999FF;
}
a:hover
{
	color: #FF6600;
}

#footernavi
{
	font-size: 0.8em;
	margin-top: -2.2em;
}
address
{
	text-align: right;
	font-style: normal;
	font-size: 0.8em;
}
p#imageline,
p#buttonline
{
	text-align: center;
}
*:first-child+html #footernavi
{
	margin-top: -3em;
}
* html #footernavi
{
	margin-top: -3em;
}

