/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(http://xn--edktc2a186zeim.com/mt/mt-static/support/themes/Kids/Kids.css);
/* end StyleCatcher imports */
table .table1{
	border-collapse: collapse;
	border-spacing: 0;
	}

.table1 th{
	color: #1F8A70;
	font-size: 13pt;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
	font-weight: normal;
        padding: 10px 0 5px 10px;
	background: url(img/th-bg.jpg) repeat-x bottom;
}
.table1 td{
        padding: 10px 15px 15px;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}
.table1 caption {
	text-align:left;
	font-weight:bold;
	color:#0066ff
	}

em {
font-style: normal;
}
strong {
font-weight: normal;
}
.red { color: #cc0000; } /* 赤 */ 
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */
.line { background: #ffff00; }