/*===============　フォント・インデント　===================*/

body {
	background-image: url(image/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/*===============　フォント・インデント　===================*/

.f10p {
	font-size: 10px;
	line-height: 140%;
	font-weight: normal;
}
.f12p {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
}
.f13p {
	font-size: 13px;
	line-height: 150%;
	font-weight: normal;
}
.f14p {
	font-size: 14px;
	line-height: 170%;
	font-weight: bold;
}
.f14p_b {
	font-size: 14px;
	line-height: 170%;
	font-weight: bold;
	color: #03F;
}
.f14p_o {
	font-size: 14px;
	line-height: 170%;
	font-weight: bold;
	color: #F90;
}
.f18p {
	font-size: 18px;
	line-height: 170%;
	font-weight: bold;
}

