@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2011.04.25
最終更新日: 2011.12.14
作成者: NT
最終編集者: SN

set.css： 共通設定
---------------------------------------------------- */

small {
	display: none;
}

strong {
	text-decoration:none;
}

a:link {
	color:#505050;
	text-decoration:underline;
	outline-width:0;
}

a:visited {
	color:#787878;
	text-decoration:underline;
	outline-width:0;
}
a:hover, a:active {
	color:#4fc11d;
	text-decoration:underline;
	outline-width:0;
}

em {
	color:#fc2424;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}

