/* 基本
------------------------------------------------- */

a {
	text-decoration:	none;
	/*\*/
	overflow:			hidden;
	/**/
}

a:link {
	color:				#000;
}
a:visited,
a:active {
	color:				#696;
}
a:focus,
a:hover {
	background-color:	#696;
	color:				#fff;
}


/* 本文内のみアンダーライン
------------------------------------------------- */
.entry_body a,
.entry_footer a {
	text-decoration:	underline;
}


/* h1, h2 はリンク表示なし
------------------------------------------------- */
h1 a:link,
h1 a:visited,
h1 a:focus,
h1 a:hover,
h2 a:link,
h2 a:visited,
h2 a:focus,
h2 a:hover {
	color:				inherit;
	background-color:	inherit;
}
