@charset "utf-8";
/* CSS Document */

#body
{
	background-attachment:fixed; 
	background-position:top;
	

}

.button a
{
	font-family:verdana;
	font-size:14px;
	color:#FFCC00;
	text-decoration:none;
}

.button a:selected
{
	text-decoration:none;
	color:#FFCC00;
}

.button a:hover
{
	color:#FFFFFF;
}

.navi a
{
	font-family:verdana;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

.navi a:selected
{
	text-decoration:none;
	color:#FFFFFF;
}

.navi a:hover
{
	color:#FFCC00;
}

.std
{
	font-family:verdana;
	font-size:12px;
	color:#000000;
}


.link a
{
	font-family:verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;

}

.link a:hover
{
	text-decoration:underline;
}

.link a:selected
{
	text-decoration:none;
	color:#000000;
}

.smal
{
	font-family:verdana;
	font-size:10px;
	color:#000000;
}

