/* CSS Document */
@charset "utf-8"; 

table#download_list{
	width: 100%;
}

table#download_list tr.alternate{
	background-color: #eee;
}

table#download_list th{
	background-color: #ccc;
	padding: 3px;
}

table#download_list td{
	padding: 3px;
}

table#upload_form{
}

table#upload_form th{
	text-align:right;
	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: 2px;
	vertical-align: middle;
}

#file_selector{
}

table#download_form{
	border: 1px #ccc solid;
	margin-bottom: 2em;
}

table#download_form th, table#download_form td{
	padding: 2px;
}

input.submit{
	vertical-align: top;
}

.error{
	color: #c00;
}

input#keyword{
	width: 155px;
}