#size table {
	line-height: 16px;
	font-size: 14px;
	background-color: #339999;
	background-position: center;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;  /* 枠線の種類   */
border:1px solid #2C7A53;  /* 枠線         */
	padding: 3px;
}

#size h1 {
	font-size: 9pt;
	font-weight: normal;
	color: #166516;
	padding: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 15px;
}

#size th {
	font-size: 14px;
	text-align: center;
background-color:#BAE0C8;
	margin: 3px;
	font-weight: normal;
	border:1px solid #2C7A53;  /* 枠線         */
}
#size td {
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border:1px solid #2C7A53;  /* 枠線         */
}
#size td.hyoki {
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border:1px solid #2C7A53;  /* 枠線         */
}
#size-copyright {
	font-size: 12px;

	text-align: right;
	text-decoration: none;
	color: #333333;
	background-position: right;
}

#size a {
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	color: #333333;
	background-position: right;
}
#size a:visited { color:#800080; }
#size a:hover
{ background-color:#ff9900; color:black; }
#size a:active { color:#0000cd; }

