<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "utf-8"; 

table#download_list{
	width: 100%;
}

table#download_list tr.alternate{
	background-color: #eee;
}

table#download_list th{
}

table#download_list td{
	padding: 3px;
}

table#upload_form{
}

table#upload_form th{
	padding: 3px;
}

table#upload_form td{
	text-align:left;
	padding: 3px;
}

table#upload_form input{
	height: 1.5em;
}

textarea#setumei{
	width: 300px;
	height:150px;
}

table.date_selector{
}

table#date_selector th, table#date_selector td{
	padding: 0px 2px;
	vertical-align: middle;
}

#file_selector{
}

table#download_form{
	margin-bottom: 2em;
}

table#download_form th, 
table#download_form td{
	padding: 0px;
}

table#download_form td table#date_selector,
table#upload_form td table#date_selector
{
	margin: 0;
}

table#download_form td table#date_selector td,
table#upload_form td table#date_selector td
{
	padding: 0px 2px;
}

table.pave_navi td{
	border: 0px !important;
}

input.submit{
	vertical-align: top;
}

.error{
	color: #c00;
}

input#keyword{
	width: 155px;
}</pre></body></html>