BODY {
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
}
A:link {
	color: #0000FF;
}
A:visited {
	color: #993399;
}
a:hover {
	color: #FF0000;}

/*
HR {
	color: #FF9966;
}
*/

.body { /* 本文 */
	line-height: 120%;
	margin-left: 30px;
	margin-right: 30px;
}

.jump { /* ショートカット */
	font-size: x-small;
	text-align: center;
	line-height: 120%;
}
.copyright { /* コピーライト */
	color: #5555AA;
	font-size: x-small;
	text-align: right;
}


