/* CSS Document */

.link{
	margin: 20px 0 10px 10px;
	list-style-type: none;
}

.table-style{
	border-collapse: collapse;
	width: 100%;
}

.table-style th,.table-style td{
	padding: 5px 10px;
	border: solid 1px #000000;
}

.table-style th{
	text-align: center;
	background: #888888;
	color: #ffffff;
}

.table-style ul{
	margin: 0 0 0 20px;
}

.inner-table th,.inner-table td{
	padding: 0;
	border: none;
	vertical-align: top;
}

.inner-table th{
	padding: 0 20px 0 0;
	text-align: left;
	background: none;
	color: #333333;
	font-weight: normal;
}

.pagetop{
	text-align: right;
	margin: 10px 0 0 0;
}



.table-text{
	text-align: right;
	margin-bottom: 5px;
	text-indent: 0 !important;
}

.kikan-table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.kikan-table th,.kikan-table td{
	padding: 5px;
	border: solid 1px #000000;
	text-align: center;
}

.kikan-table th{
	background: #888888;
	color: #ffffff;
}

.data{
	text-align: left !important;
}


.tRed{
	color: #ff0000;
}