@charset "UTF-8";
/* 
 * written by 
/*======================================================================*/
/*===================================
 * preference for link
 *===================================*/
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	color: #666;
}
#footer a:link {
	text-decoration: none;
	color: #666;
}
#footer a:visited {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666;
}
#footer a:active {
	color: #666;
	text-decoration: underline;
}
