/* とりあえずリンクに関してだけスタイルシート切ってみます。*/
/*普通のリンク*/
a:link			{ color : #003399 ;}
a:visited		{ color : #006600 ;}
a:active		{ color : #993300 ;}
/*ページ内リンク*/
a.in:link,a.in:visited	{ color : #339966 ; text-decoration : none ; }
/*a.in:visited		{ color : #009900 ; text-decoration : none ; }*/
/*サイト内リンク*/
/*a.nx:link		{ color : #009900 ; text-decoration : none ; }*/
a.nx:link,a.nx:visited	{ color : #00bb00 ; text-decoration : none ; }
a.nx:hover		{ color : #00bb00 ; text-decoration : underline ; }
a.fq:link,a.fq:visited	{ color : #ff0000 ; text-decoration : none ; }
/*ページ内戻り用*/
a.bk:link,a.bk:visited,a.bk:active	{ color : #333333 ; text-decoration : none ; }
/*現在地*/
.here			{ background : #ccccff}
/*青くしたい時*/
div.bl			{ color : #0000ff ; }
/*見出し用に使えるかな…*/
h3			{ color : #0000ff ; font-weight : nomal}