body {
	/*font-family: "メイリオ","ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", Osaka;*/
	font-size: 100%;
	color: #333322;
}

p ,li {
color: #2020ff;
}

a, a:link {
	color: #ff6666;
	text-decoration: none;
}

a:visited {
	color: #408080;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	/*width: 1380px;*/
}

#header h1{
	font-size: 150%;
	color: #2020ff;
	background-color: #DDDDFF;
	padding: 5px 10px 5px 10px;
}

#header #ring {
	float: right;
}

#menu {
	border-bottom: 2px #99CCCC solid;
	line-height: 0.9;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#ad {
	text-align: center;
	margin-top: 15px;
}

#menu table {
	line-height: 1.5;
}

#page_select {
	display: inline;
}

#upload_form {
	margin: 15px auto;
	border: 2px #99CCCC solid;
	padding: 5px;
	width: 980px;
}

#upload_form .ubg {
	background-color: #F0F0F0;
	width: 120px;
}

#upload_form li {
	list-style-type: none;
}

#search_form {
	border: 2px #99CCCC solid;
	margin-top: 5px;
	padding: 5px;
}

#search_form form {
	display: inline;
}

#search_text,#edit_form .text {
	width: 300px;
}
#search_form {
	margin: 15px auto;
	width: 980px;
}
.page_link {
	margin: 15px auto;
	width: 980px;
	border-top: 2px #99CCCC solid;
	border-bottom: 2px #99CCCC solid;
	margin-top: 5px;
	padding: 5px;
	clear: both;
}

#uploaded {
	margin-top: 15px;
	padding: 5px;
}

#file_list {
	border-collapse: collapse;
	border-color: #99CCCC;
	border: 2px solid #99CCCC;
	width: 580px;
	margin: 0 auto;
}

#file_list th,#file_list td {
	padding: 5px;
	border-color: #555555;
}

#info th,#info td {
	padding: 5px;
}
#info th {
	background-color: #EEEEEE;
}
#edit_form,#dl_form {
	margin-top: 10px;
}

#list li {
	list-style-type: none;
	text-align: center;
}

#list {
	margin: 0 auto;
	color: #2020ff;
}

td {
	white-space: nowrap;
}
.new { text-align: center; color: red;white-space: nowrap;}
.old { text-align: center; color: black }
.edit { text-align: center;}
.dl { text-align: center; }
.time { color: #2020ff;}
.size { color: #2020ff;font-weight: bold; text-align: right; }
.comment { color: #2020ff;white-space: normal; }
.original { color: gray;white-space: normal;display: hidden; }
.filename { text-align: center;}
.thumbnail {
	text-align: center;
	padding: 5px;
	font-size: 12px;
	width: 180px;
	height: 160px;
	margin: 5px 0 0 5px;
	background-color: #F0F0F0;
	float: left;
	position: relative;
}

.list_image  {
	display: block;
	width: 180px;
	height: 90px;
	overflow: hidden;
}

.list_image img {
	border: none;
}

.list_text  {
	display: block;
	position: absolute;
	width: 95%;
	bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
}
#copy_form {
	width: 580px;
	margin: 0 auto;
}

#delete_form {
	float:right;
}

#copyright {
	text-align:right;
}
