
html{
	height:100%;
	overflow: hidden;
	display: block;
	font-family: "Meiryo UI", "メイリオ", "MS UI Gothic";
	font-size: 100%;
}

body{
	height:100%;
	margin:0px auto;
	display: block;
	background: #FFFFFF;
}

#librHeader{
	position: absolute;
	display:inline-block;
	top: 0px;
	height: 60px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	background: #0650cb;
	vertical-align: middle;
	border-bottom: 1px inset #CDCDCD;
}

.header-title{
	margin-top:3px;
	float:right;
	font-size:180%;
	color:#ffffff;
	border-bottom: solid 3px #ffffff;
	text-shadow:1px 1px 1px #0c0c0c;
	box-shadow:1px 1px 1px #0c0c0c;
}

#menu{
	position: absolute;
	float: left;
	left: 0px;
	top: 61px;
	height: 85%;
	bottom: 0px;
	width: 300px;
	overflow: hidden;
	background-color: #ffffff;
}

.tree-menu {
	font-size: 85%;
	line-height: 18pt;
	float: left;
	margin: 0;
	margin-left: 0;
	padding: 5px;
	white-space: nowrap;
}
.tree-menu ul {
	display: none;
	margin-left: 16px;
	padding: 0;
	list-style: none;
}
.tree-menu li {
	list-style: none;
	padding: 0 10px 0 0;
}
.tree-menu a {
	padding: 0 0 0 16px;
	background-position: top left;
	background-repeat: no-repeat;
}
.tree-menu a.folder-close {
	background-size:8px 8px;
	background-image: url(../img/plus.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tree-menu a.folder-open {
	background-size:8px 8px;
	background-image: url(../img/minus.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.tree-menu a:link {
	color: #000000;
	text-decoration: none;
}
.tree-menu a:visited {
	color: #000000;
	text-decoration: none;
}
.tree-menu a:hover {
	color: #ff0000;
}
.tree-menu .num {
	font-size: 80%;
	color: #999999;
}
.tree-menu .current {
	background-color: #e0e0ff;
	font-weight:bold;
	border-bottom:solid 1px #0650cb;
}

#main{
	position: absolute;
	height:85%;
	left:300px;
	top: 61px;
	right:0px;
	bottom: 0px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: center;
}

div.listDiv{
	font-size: 85%;
	width:100%;
	height:95%;
	overflow:auto;
	margin:0;
	padding:0;
	text-align: left;
}

div.listDivC{
	font-size: 85%;
	width:100%;
	height:90%;
	overflow:auto;
	margin:0;
	padding:0;
	text-align: left;
}

#footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	background-color:#0650cb;
}

img{
	border: none;
	margin-right:5px;
}

div.menuTab{
	overflow:hidden;
	font-size: 100%;
	font-weight: normal;
	height:99%;
	margin: 0;
	padding: 0;

}
#tabFolder{
	overflow:auto;
	height:95%;
	margin: 0;
	padding: 0;
}
#tabBookMark{
	overflow:auto;
	height:95%;
	margin: 0;
	padding: 0;
}

/*
table.list {
	font-size: 100%;
	font-weight:normal;
	padding:2px;
	margin:5px;
	width:98%;
	border-collapse: collapse;
}
table.list tr {
	height: 25px;
}
table.list th.listTh {
	border: 1px solid #008000;
	text-align:left;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
	background: #00ff00;
	white-space: nowrap;
}


table.list td {
	border: 1px solid #008000;
	text-align:left;
	vertical-align: middle;
	background: #ffffff;
	white-space: nowrap;
}

table.list td.size{
	text-align:right;
	vertical-align: middle;
}

table.list td.radio{
	width:50px;
	text-align:center;
	vertical-align: middle;
}
*/
.ui-jqgrid-htable{
	vertical-align: middle;
	background: #0650cb;
}
.ui-jqgrid-resize-ltr{
	background: #0650cb;
}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr{
	white-space: nowrap;
	color: #ffffff;
	background: #0650cb;
	font-weight: bold;
}

.header {
	cursor: pointer;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.headerSortUp {
	cursor: pointer;
    background-image: url(../img/asc.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.headerSortDown {
	cursor: pointer;
    background-image: url(../img/desc.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.jquery-ui-button div{
	margin: 5px;
	float: left;
	-webkit-box-shadow: 1px 1px 1px #0c0c0c;
	-moz-box-shadow: 1px 1px 1px #0c0c0c;
}

.button-menu{
	margin: 10px;
	font-size: 80%;
}

.button-help{
	float: right;
	font-size: 80%;
}

.button-small{
	font-size: 80%;
}

.button-page{
	width:100%;
	height:auto;
	overflow:auto;
	margin:0;
	padding:0;
	font-size: 70%;
	overflow:hidden;
	min-height: 41px;
}
.listCount {
	margin: 5px;
  	font-size: 120%;
  	font-weight:bold;
	float: right;
	white-space: nowrap;
}
.button-search{
	float:left;
	margin: 10px 10px 0px 700px;
	font-size: 80%;
	white-space: nowrap;
}

#menuHeader{
	/* height:35px; */
	margin:0;
	padding:0;
}

bold{
	font-weight: bold;
}

div.space{
	border:0px;
	display:inline;
	margin: 11px;
	vertical-align: middle;
	font-size:90%;
	font-weight: bold;
	color:#ffffff;
	float:left;
}

a, a:hover, a:visited, a:link, a:active {
	color: #003399;
 }
