a {text-decoration:none;}

body,table{
	font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 12px;
	word-break: break-all;
}

table {border-collapse:collapse; border-spacing: 0;}

/*ta1テーブル*/
.ta1 {
	margin:5px auto 0  auto;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid dimgray;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px 5px;		/*上下、左右へのボックス内の余白*/
}
/*左側ボックス*/
.ta1 th {
	font-size:15px;
	text-align: center;
	font-weight: bold;
	background: #f5f5f5;
}

.large {font-size:15px; font-weight: bold;}

