@charset "utf8";
/* 基本設定 */
body {
	background: #ffffff;
	color: #000000;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
/*	text-align: center;*/
}

div {
	margin-bottom: 20px;
}


/* リンク */
a {/*リンクされた文字*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    font-weight:bold;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


/* 表内 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	/*width: 100%;*/
	margin-bottom: 10px;
}

th, td {
	padding: 5px;
}

.userlisttable .head {
	background: #C0C0C0;
}

.userlisttable .foot {
	background: #C0C0C0;
}

.userlisttable .even {
	background: #F0F0F0;
}

.userlisttable .odd {
	background: #E0E0E0;
}

.filelisttable .head {
	background: #C0C0C0;
}

.filelisttable .foot {
	background: #C0C0C0;
}

.filelisttable .even {
	background: #F0F0F0;
}

.filelisttable .odd {
	background: #E0E0E0;
}

#progressbar {
	border: 1px #36c solid;
	width: 300px;
	height: 20px;
	position: relative;
	color: #36c;
}
/* color bar */
#progressbar div.progress {
	position: absolute;
	width: 0;
	height: 100%;
	overflow: hidden;
	background-color: #d5ddf3;
}
/* text on bar */
#progressbar div.progress .text {
	position: absolute;
	text-align: center;
	color: #36c;
}
/* text off bar */
#progressbar div.text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

#status {
	text-align: right;
	width: 300px;
}
