@charset "UTF-8";

/*  Hypertext Module */
a {
	font-size: 100%;
	text-decoration: none;
}

a:link {
	color:777777;
}

a:active{ 
　　color:777777; 
}

a:visited {
	color:777777;
}

a:hover {
	color:777777;
	text-decoration:underline;
}
