/********/
/* 全体 */
/********/


/* リンク色 */
a:link {
	color : #3333cc;
	text-decoration: none;

}

a:visited {
	color : #3366ff;
	text-decoration : none;
}

a:hover {
	color : #3366ff;
	text-decoration : underline;
}

a:active {
	color : #3366ff;
	text-decoration : underline;
}
