body {
	color: #444444; 
	background-color: white;
	font-size: 16px;
}

div#header{
	width: 900px;
	background-color: #c0c0ff;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
div#main{
	width: 900px;
}
div#title{
	padding:10px 20px;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight:bold;
	color:222222;
}

div#items{
	padding: 2px 6px;
	text-align:right;
}

a:link {color:#444444;}
a:visited{color:#444444;}
a:active{color:#444444;}
a:hover{color:#C08080;}

table{
	background-color: #c0c0c0;
}

table#upfiletable{
	width:100%;
	font-size: 16px;
}
table#uplisttable{
	width:100%;
	font-size: 14px;
}
td{
	background-color: #eeeeff;
}

td.upfile{
	padding: 2px;
}

td.notice{
	width:430px;
	padding: 2px;
	text-align:right;
	line-height: 1.4;
	vertical-align:bottom;
}
td.counter{
	padding: 2px;
	text-align:right;
}
	

th{
	background-color: #c0c0ff;
	padding: 2px 4px;
}

th#uplist_name{
	width: 100px;
}
th#uplist_user{
	width: 100px;
}
th#uplist_size{
	width: 48px;
}
th#uplist_date{
	width: 100px;
}
th#uplist_file{
	width: 200px;
}
th#uplist_del{
	width: 24px;
}

td.uplist{
	padding: 2px 4px;
}
td#uplist_del{
	font-size: 12px;
	vertical-align: bottom;
	text-align: center
}

td.pnum{
	background-color: #d0d0ff;
	padding: 2px;
	width: 16px;
	text-align :center;
}
td.pnum_current{
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	width: 16px;
	text-align :center;
}
