@charset "EUC-JP";
a:hover {color:#339966; text-decoration: underline;}
a:active {color: #339966; text-decoration: none;}
a:link {color: #339966; text-decoration: none;}
a:visited {color: #339966; text-decoration: none;}
html {
	height:100%;
}
body {
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	height:100%;
}
#swfdiv {
	height:100%;
}
.gridtable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:10px;
	background-color:#fff;
}
.gridtable th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	text-align:center;
	background-color:#eee;
}
.gridtable td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
}
