@charset "shift_jis";
table{
	width:680px;
	margin-bottom: 20px;
	margin-top:5px;
	border-top-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 5px;
	margin-left: 10px;
	clear:both;
	text-align: center;
}
th{
	text-align: left;
	white-space:nowrap;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
td{
	white-space:nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-style: none;
	border-left-style: none;
	background-color: #EEE;
}