@charset "UTF-8";
.txt10pxRed {
	font-size: 10px;
	color: #CC0000;
	line-height: 14px;
}
.txtRed {
	font-weight: bold;
	color: #CC0000;
}
.txtBlue {
	font-weight: bold;
	color: #003366;
}
.txtGreen {
	font-weight: bold;
	color: #008000;
}
.txtBlue2 {
	font-weight: bold;
	color: #3366FF;
}
.txt14pxRed {
	font-size: 14px;
	color: #CC0000;
}
.txt10pxBlue {
	font-size: 10px;
	color: #003366;
}

/* ----------------------------------------

追加 08.12.03

※文字サイズおよび行間の再設定

---------------------------------------- */
.txt10pxRed {
	font-size: 85%;
	line-height: 1.4em;
}
.txt14pxRed {
	font-size: 116%;
}
.txt10pxBlue {
	font-size: 85%;
}
.txt10pxGreen {
	font-size: 85%;
}

