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

/* ---- 20140206追加　リンク色設定 ---- */

#red_link a,a:link{
	text-decoration: none;
	background-color: transparent;
	color: #ff0000;	
}
#red_link a:visited{
	background-color: transparent;
	color: #ff0000;	
}
#red_link a:hover,a:active{
	background-color: transparent;
	color: #ff0000;
	text-decoration:underline;
}


a,a:link{
	text-decoration: none;
	background-color: transparent;
	color: #43677e;	
}
a:visited{
	background-color: transparent;
	color: #43677e;	
}
a:hover,a:active{
	background-color: transparent;
	color: #c41230;
	text-decoration:underline;
}

