.link {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a.link:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.font12 {
	font-size: 12px;
	color: #FF0000;
}
.font12-2 {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	letter-spacing: 1px;
}
.link-news {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a.link-new:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.title {
	font-size: 12px;
	color: #990000;
	letter-spacing: 1px;
}
.border-TL {
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC33;
	border-left-color: #FFCC33;
}
.border-BR {
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
}
