/*フォントサイズ*/
.x-small {
	font-size: x-small;
}
.small {
	font-size: small;
	line-height: 1.5em;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.x-large {
	font-size: x-large;
}

/*フォントカラー*/
.red {
	color: #FF0000;
}
.White {
	color: #FFFFFF;
}
.blue {
	color: #6699FF;
}

/*ポジション*/
.center {
	text-align: center;
}
.justify {
	text-align: justify;
	text-justify: distribute;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.talk {
	font-size: 13px;
	margin: 5px 8px;
	text-align: justify;
	text-justify: distribute;
	line-height: 130%;
}
