/* 基本フォントサイズ */
td,th {
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

/* フォントサイズ16px */
f16px {
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	}


/* body指定 */
body {
	background-color: #CC6600;
}


/* border01 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color:#009900;
}
a:active {
	text-decoration: none;
}
