/*
<link rel="stylesheet" type="text/css" href="default.css" title="default style">

	for Yukkie's Web Page Style Sheet

memo:	Netscapeはurlの指定が腐っているのでそれらの指定はしばらく使わない。
	urlはスタイルシートからの相対指定なのにnetscapeではスタイルシートを読み込んだhtml相対になるというバグがある。
*/

/********************************/
/*	default body		*/
/********************************/
/*
BODY {
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat;
/*	background-image: url(./image/topwall.gif);		*/
}
*/

/********************************/
/*	default anchor		*/
/********************************/
A:link {
	color: #0080c0;
}

A:visited {
	color: #0070b0;
}

A:active {
	color: #ff0000;
	text-decoration: none;
}

A:hover {
	color: #ff0000;
}


/********************************/
/*	shortcut anchor		*/
/********************************/
A.shortcut:link, A.shortcut:visited, A.shortcut:active {
	text-decoration: none;
}

A.shortcut:hover {
	text-decoration: underline;
	color: #ff0000;
}


/********************************/
/*	seealso anchor		*/
/********************************/
A.seealso:link, A.seealso:visited, A.seealso:active {
	text-decoration: none;
}

A.seealso:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #0080c0;
}
