body {
	line-height: 140%;
}
p { }
td { line-height: 140%; }
a:link { }
a:visited { }
a:hover { }
a:active { }

a.hover{
	background-color:#fff; /*背景に白を設定*/
	display:block; /*ブロック化重要！*/
	}
a.hover img{
	transition:all 0.5s ease;
	}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.table1 {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #666;
	margin-left: 3px;
}
.table1 TD {
	border: 1px solid #666; /* セルの枠線（太さ・色・スタイル） */
} .red {
	font-weight: bold;
	color: #F00;
}
.tsmall {
	font-size: small;
}
.green {
	font-weight: bold;
	color: #093;
}

.red {
	color: #C03;
}

.purple {
	color: #63C;
}

.bg-color-mgreen {
	background-color: #F1FFF8;
}

.bg-color-mpink {
	background-color: #FDF4F3;
}

.bg-color-myellow {
	background-color: #FBF7E6;
}

.font14px  {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#txh1  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	color: #666;
	margin-top: 14px;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
}