	/* テキストリンクで文字色に赤を指定 */
A.red:visited	{color:#FF0000
		}
A.red:link	{text-decoration : underline;
	color:#FF0000
	}
A.red:hover	{text-decoration:	underline;
		color:#FFFFFF;
		background-color:#FF0000
		}

		/* linkページ用　テキスト色ピンク */
A.link	{
		text-decoration : underline;
		color:#F02738;}
A.link:hover	{
		color:#FFFFFF;
		background-color:#F02738}

.font-07 {  font-size: 7px}
.font-09 {  font-size: 9px}
.font-10 {  font-size: 10px}
.font-11 {  font-size: 11px}
.font-12 {  font-size: 12px}
.font-14 {  font-size: 14px}
.font-18 {  font-size: 18px}
.font-10-140 {  font-size: 10px; line-height: 140%}
.font-11-140 {  font-size: 11px; line-height: 140%}
.font-12-140 {  font-size: 12px; line-height: 140%}
.font-14-140 {  font-size: 14px; line-height: 140%}
.font-16-140 {  font-size: 16px; line-height: 140%}

.font-staff
	{font-family:Courier New,Courier,mono;
	font-size:12px;}

.font-BU
{font-size:12px;
line-height:10%;
color:#FFFFFF;
background-color:#FF0000;}
h1 { color: #bc2515; font-weight: bold; font-size: 12pt; line-height: 16pt }
h2 { color: #636363; font-weight: bold; font-size: 11pt }

