@charset	"EUC-JP";
/*****************************************************************************
  Uploader用スタイル
				(C)2006 nabe@abk.nu
*****************************************************************************/
body
{
	background-color:	#fff;
	color:			#000;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:		0px;
	overflow: hidden;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

a:link,a:visited
{
	color:#215dc6;
	background-color:inherit;
	text-decoration:none;
}

a:active
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:none;
}

a:hover
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

h3 {
	margin:			0px;
	margin-bottom:	3px;
	padding:		5px;
	font-size:		100%;
	font-weight:		bold;
/*	background-color:	#a3c7ff; */
	background-color:	#def;
	_width:			auto;
}
h4 {
	margin:			0px;
	margin-bottom:	3px;
	padding:		5px;
	font-size:		75%;
	font-weight:		bold;
/*	background-color:	#a3c7ff; */
	background-color:	#def;
	_width:			auto;
}
h5 {
	margin:			0px;
	padding:		5px;
	font-size:		70%;
	font-weight:		bold;
/*	background-color:	#a3c7ff; */
	background-color:	#def;
	_width:			auto;
}

ul {
	margin:			0px;
	padding-left:	1em;
}
li {
	margin-bottom:	5px;
}
form{
	display: inline;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

/* システムメッセージ */
.message {
	color:		#a30;
}

div.error
{
	margin: 2px 0;
	padding: 3px 0;
	border-left: 5px solid #f88;
}

div.error p
{
	margin: 0;
	padding: 3px 0px 0px 5px;
}

/* サイドバー */
.sysmenu div div
{
	margin:			0px;
	padding:		0px;
	padding-top:	5px;
}

#sidebar {
	position: absolute;
	padding: 5px;
	width: 190px;
	overflow: auto;
}

#sidebar div#ifolderlist1
{
	height: auto;
}
#sidebar div#ifolderlist2
{
	height: auto;
	padding-bottom: 5px;
}
#sidebar div#folderlist
{
	width: 190px;
	line-height: 130%;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;

	font-family: monospace;
	overflow: auto;
}

/* 右側コンテンツ */
div.content {
	font-size:		90%;
	margin:			0.5em 1em 0.5em 1em;
}

span.extensions, span.tag {
	font-family:	monospace;
}

#contents {
	position: absolute;
	padding: 5px;
	left: 200px;
	overflow: auto;
}

#contents div#imagelist
{
	margin-bottom: 5px;
	width:  auto;
	overflow:	auto;
	border-top:  1px solid gray;
	border-bottom:  1px solid gray;
}

#contents #imagelist img {
	border:		2px;	/* 画像をクリックしたときに出す枠の幅 for IE 6 */
	padding:	3px;	/* 画像をクリックしたときに出す枠の幅 for IE7-, FF */
	border-color: white;
	background-color: white;
}

#contents #imagelist img.selected {
/*	border-color: #a3c7ff;
	background-color: #a3c7ff; */
	border-color: #f88;
	background-color: #f88;
}

#contents div#upload
{
	margin-top: 5px;
}

#contents div#upload_files
{
	height: auto;
	max-height: 160px;
	_height: 70px;
	overflow: auto;
	overflow-x: hidden;
	white-space: nowrap;
}


#report_view {
	display: none;
}
#report_view table {
	line-height: 120%;
}
#report_view table th{
	background-color: aliceblue;
}
#report_view table td {
	padding-left: 1em;
}

#report_view .filename {
}
#report_view a {
}
#report_view a.selected {
	color: #f48;
}
#report_view a.selected:hover {
	background-color: #fde;
}
#report_view .filesize {
	text-align:	right;
}
#report_view .uploaddate {
	font-family: monospace;
}
