/***********************************************/
/* myletter.jp */
/* table.css */
/***********************************************/
table a,
table a:link,
table a:visited {
	border:none;
	}							
	
table {
	width:95%;
	border:1px solid #A3C6E4;
	margin:1em auto;
	border-collapse:collapse;
	}
.area1{
	background-color: #F0F8FF;
 	width: 50%;
	font-size: 105%;
	color: #666666;
	font-weight: normal;
}
.area2{
	width: 33%;
	background-color: #99CCFF;
	font-size: 105%;
	color: #666666;
	font-weight: normal;
}
td {
	color:#678197;
	border-bottom:1px solid #A3C6E4;/*フリー・ベーシック部*/
	border-left:1px solid #A3C6E4;
	padding:.3em 1em;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #A3C6E4;/*項目部*/
	border-left:1px solid #A3C6E4;
	padding:.3em 1em;
	}							
thead th {
	background:#E1E8FF;
	text-align:center;
	font:bold 1.2em/2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,sans-serif
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	}

.textcenter {
	text-align:center;
}
