@charset "utf-8";
/* CSS Document */

/*----------------------------------
 text-link style
------------------------------------*/
a {
	outline: 0;
}
a:link {
	color: #eb5740;
	text-decoration: none;
}
a:visited {
	color: #eb5740;
	text-decoration: none;
}
a:hover {
	color: #eb5740;
	text-decoration: underline;
	float: left;
}


/*----------------------------------
 NEWS　text-link style
------------------------------------*/
.newsThumTxt a {
	outline: 0;
}
.newsThumTxt a:link {
	color: #333;
	text-decoration: underline;
}
.newsThumTxt a:visited {
	color: #333;
	text-decoration: none;
}
.newsThumTxt a:hover {
	color: #333;
	text-decoration: underline;
	float: left;
}

