﻿/* テキスト用 */

.top_r1{
	font-size:small;
	text-align:center;
	vertical-align:bottom
}
.top_r2{
	font-size:small;
	text-align:right;
	vertical-align:middle;
}
.top_r3{
	font-size:medium;
	color:red;
	font-weight:bold;
}
.f1 {
	font-size:xx-small;
}
.f2{
	font-size:x-small;
}
.f3{
	font-size:small;
}
.f4{
	font-size:medium;
}
.f5{
	font-size:large;
}
.f6{
	font-size:x-large;
}
.f7{
	font-size:xx-large;
}
.c1{
	color:#ff0000;
}
.c2{
	color:blue;
}
.b1{
	font-weight:bold;
}
.foot{
	color:#808080;
	font-size:small;
	float:right;
	vertical-align:top;
}
.up{
	color: #808080;
	font-size: small;
	float: right;
	vertical-align:bottom;
}