/*footer.html用CSS*/

a.navi:link {
	font-size: 70%;
	color:#797979;
	text-decoration: none;
}

a.navi:visited {
	font-size: 70%;
	color:#797979;
	text-decoration: none;
}

a.navi:hover {
	font-size: 70%;
	color:#708CDD;
	text-decoration: underline;
}

a.navi:active {
	font-size: 70%;
	color:#708CDD;
	text-decoration: underline;
}

a.about:link {
	font-size: 70%;
	color:#0033CC;
	text-decoration: underline;
}

a.about:visited {
	font-size: 70%;
	color:#0033CC;
	text-decoration: underline;
}

a.about:hover {
	font-size: 70%;
	color:#0033CC;
	text-decoration: underline;
}

a.about:active {
	font-size: 70%;
	color:#0033CC;
	text-decoration: underline;
}

/*テキスト*/
.copyright {
	background-color: #AAAAAA;
	font-family: helvetica;
	font-size: 70%;
	color: #FFFFFF;
}

.aboutbk{
	background-color: #DDDDDD;
}

