@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/bg.jpg);
}





/* LINK */

.top_white A:link 
{
  COLOR: #ffffff;
  text-decoration: underline; 
}
.top_white A:visited
{
  COLOR: #ffffff; 
  text-decoration: underline; 
}
.top_white A:hover
{
  COLOR: #FFFF99; 
  text-decoration: underline; 
}



