@charset "shift-jis";

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

html {
	margin: 10px 20px;
}

body {
	margin: auto;
	margin-top: 0px;
	text-align: center;
	color: #000000;
	font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
	line-height: 1.3em;
	background-image:	url('lib/cccccc.gif');
}

input,textarea,select {
	font-family: 'ＭＳ Ｐゴシック',sans-serif ;
	padding: 2px 1px 2px 1px;
}


form {
	margin:0px;
}

a {
	text-decoration: underline;
	background-color: transparent;	/* 20100820 IE8 BUG HUCK */
}

a.visited {
  background-color: transparent;	/* 20100820 IE8 BUG HUCK */
}

a:hover {
  background-color: transparent;	/* 20100820 IE8 BUG HUCK */
}

a img {
  background-color: transparent;	/* 20100820 IE8 BUG HUCK */
}

.clear { clear:both; }

.sheet {
	border: 1px solid #CCCCCC;
   	border-collapse: collapse;
}

table.sheet th {
	padding: 3px;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}

table.sheet td {
	padding: 3px;
}

.framesheet {
   	border-collapse: collapse;
   	border: 0;
}

.framesheet th {
	padding: 3px;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	font-weight: bold;
	text-align: center;
}

.framesheet td {
	padding: 3px;
	border: 1px solid #AAAAAA;
}

/*
table.framesheet th {
	padding: 3px;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	font-weight: bold;
	text-align: center;
}

table.framesheet td {
	padding: 3px;
	border: 1px solid #AAAAAA;
}
*/

.pagenavi {
	float: right;
	padding-right: 7px;
}

.leftbox {
	padding: 0;
	text-align:  left;
	font-size: 0.8em;
	vertical-align: top;
	width: 500px;
}

.leftsubbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left: 10px;
	width: 500px;
}

.rightbox {
	text-align: right;
	font-size: 0.8em;
	vertical-align: top;
	padding: 30px 20px;
}

.currentfoldertop {
	padding-left: 3px;
/*
	border-bottom: 2px solid #000000;
*/
	text-align: left;
}

.currentfolderbottom {
	padding-left: 3px;
	border-top: 2px solid #000000;
	text-align: left;
	margin-bottom: 30px;
}

.usedbar {
	height: 20px;
	background-color: #FF0000;
}

.remainbar {
	height: 20px;
	background-color: #F0F0F0;
}

.setright {
	text-align: right;
}

.setcenter {
	text-align: center;
}

.setleft {
	text-align: left;
}

.setbold {
	font-weight: bold;
}

.filterfig {
	text-align: left;
	text-align: right;
	padding: 0 0 0 0;
	font-size: 0.8em;
	background-color: #EEEEFF;
	border-top: 1px solid #CCCCFF;
	border-bottom: 2px solid #000000;
}

.filterfigtitle {
	font-weight: bold;
	padding: 0 10px 0 0;
}

.sizefig {
	font-style: italic;
}
.gensorttable table td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.gensorttable table th {
	padding: 5px;
	color: #333333;
}

.title {
	text-align: left;
}

table.tablesorter {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
}
sheet.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	background-color: #AAAAFF;
	font-weight: bold;
	text-align: center;
}
table.tablesorter thead tr {
	background-color: #AAAAFF;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}
table.tablesorter .left {
	text-align: left;
}
table.tablesorter .center {
	text-align: center;
}
table.tablesorter .right {
	text-align: right;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #5555AA;
	color: #FFFFFF;
	text-align: center;
}
.error_msg {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.warn_msg {
	background-color: #FFEEEE;
	border: 1px solid #FF0000;
	padding: 3px;
	color: #FF0000;
	text-align: right;
	text-align: left;
	font-size: 0.9em;
	color: #FF0000;
}

.storagegraph {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

.storagename {
	text-align:left;
	padding-top: 5px;
}

.authlevel {
	float: right;
	padding-right: 7px;
}

.gap {
	padding: 5px 0;
}

table.uploadfig th {
	background-color: #EEEEFF;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	height: 1.0em;
	padding: 0;
}

table.uploadfig td {
	padding: 1px 0;
}

.hplinkfig {
	padding-top: 10px;
}

.usedpos {
	float: right;
}

/*
.footer {
	text-align: right;
	font-size: 10px;
	color: #555555;
}
*/

.login_title {
	padding: 5px 0 0 0;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #888888;
}

.config_page {
	font-size: 0.8em;
}

.login_txtbx {
	margin: 3px;
}

.login_save {
	text-align: left;
	padding: 2px 0 10px 12px;
}

.mline {
	border-top: none;
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	height: 1px;
	width: 10%;
}

.dl_icon a {
	display: block;
	width: 90px;
	height: 20px;
	background:url( 'dl_icon.gif' );
	background-position:	0px -20px;
	background-repeat: no-repeat;
}

.dl_icon a:hover {
	width: 90px;
	height: 20px;
	background:url( 'dl_icon.gif' );
	background-position:	0px 0px;
}

.edit_icon a {
	display: block;
	width: 40px;
	height: 20px;
	background:url( 'edit_icon.gif' );
	background-position:	0px -20px;
	background-repeat: no-repeat;
}

.edit_icon a:hover {
	width: 40px;
	height: 20px;
	background:url( 'edit_icon.gif' );
	background-position:	0px 0px;
}

.delete_icon a {
	display: block;
	width: 40px;
	height: 20px;
	background:url( 'delete_icon.gif' );
	background-position:	0px -20px;
	background-repeat: no-repeat;
}

.delete_icon a:hover {
	width: 40px;
	height: 20px;
	background:url( 'delete_icon.gif' );
	background-position:	0px 0px;
}

