@charset "utf-8";

body { 
	width:100%;
	height:100%;
	margin:0;
	padding:0; 
	color:#000000;
	font-size:18px;
	font-family:'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,osaka,Meiryo,sans-serif;
}

.tableA {
	font-size:16px;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.tableA th {
	background-color: #50a470;
	color:#ffffff;
	font-weight:bold;
	border-left: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
	padding: 5px 5px;
}
.tableA td {
	border-left: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
	padding: 5px 5px;
}
.tableA th a, .tableA th a:visited, .tableA th a:hover, .tableA th a:active { text-decoration:none; color:#ffffff; }

.tableA td a, .tableA td a:visited, .tableA td a:hover, .tableA td a:active { text-decoration:none; color:#000000; }
