/* ヘッダ上部グレーのコメント部分 */
.coment {
	font-size: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* pタグ、tdタグの文字サイズ */
p,td {
	font-size: 12px;
	color: #333333;
}

/* 通常（12px）よりも小さめの文字設定 */
.texts {
	font-size: 10px;
}
