body {
	font-size: x-small;
	line-height: 130%;
	color: #1C1C1C;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.f10{
	font-size: xx-small;
	line-height: 130%;
}

.f13{
	font-size: x-small;
	line-height: 130%;
}

.f15{
	font-size: small;
	line-height: 130%;
}

.f10b{
	font-size: xx-small;
	line-height: 130%;
	font-weight:bold;
}

.f13b{
	font-size: x-small;
	line-height: 130%;
	font-weight:bold;
}

.f15b{
	font-size: small;
	line-height: 130%;
	font-weight:bold;
}

.f22{
	font-size: 22px;
	font-weight:bold;
	line-height: 130%;
}
.f22kisetsu{
	font-size: 22px;
	font-weight:bold;
	line-height: 130%;
	color:#009ACD;
}

.f15red{
	font-size: small;
	line-height: 130%;
	color:#CC0000;
}



a:link {color:#CC0000; text-decoration:none;}
a:visited {color:#CC0000; text-decoration:none;}
a:active {color:#CC0000; text-decoration:underline;}
a:hover {color:#CC0000; text-decoration:underline;}

