/********/
/* 全体 */
/********/


/* リンク色 */
a:link {
	color : #0033CC;
	text-decoration: none;

}

a:visited {
	color : #660099;
	text-decoration : underline;
}

a:hover {
	color : #009999;
	text-decoration : underline;
}

a:active {
	color : #FF9900;
	text-decoration : underline;
}
