body.mainBody{
	width: 100%;
	margin: 0;
	font-family: "メイリオ", sans-serif;
	min-width: 1180px;
	background-color: #dddddd;
	height: 100%;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

div.mainDiv{
	clear:both;
	padding-top: 20px;
	padding-bottom:100px;
}

div.logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 1px 0px;
	float: left;
}

div.footerDiv {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 1px 0px;
	float: left;
}

div.footerCont {
	background-color: #FFFFFF;
}

.footerCont table {
	height: 70px;
}

div.footer {
	width :100%;
	position:absolute;
	bottom: 0;
}

.copyright {
	padding-left: 90px;
	color: #555252;
	font-size: 13px;
}

.footerLogo{
	font-size: 11px;
	color: #555252;
}

.loginText {
	font-family:Arial, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.readonlyText {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #bfbfbf;
}

.boldLabel {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.subArea {
	margin-top: 20px;
}

.loginBtn {
    border: 1px solid #DDD;
    color: #FFF;
    width: 400px;
    padding: 7px 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 30px;
    background-color: #FD6C17;
}

.loginBtn:hover {
    opacity: 0.8;
}

.sBtn {
    border: 1px solid #DDD;
    color: #FFF;
    width: 110px;
    font-weight:bold;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 30px;
    background-color: #FD6C17;
    padding: 7px 0;
}

.sBtn:disabled {
	background-color: #999999;
}

.topBtn {
	border: 1px solid #DDD;
	border-bottom :1px solid #0F0F0F;
	border-right :1px solid #0F0F0F;
    color: #FFF;
    width: 110px;
    padding: 7px 0;
    font-weight: bold;
    font-size: 1em;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 30px;
    background-color: #999999;
}

.menuBtnS {
	border: 1px solid #DDD;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #111;
    width: 150px;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    font-weight: bold;
    background: -ms-linear-gradient(top, #FFD849, #FFFFFF);
    background: -moz-linear-gradient(top, #FFD849, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD849), to(#FFFFFF));
    background:#01DF3A\9;
}

.menuBtn {
    border: 1px solid #DDD;
    color: #FFFFFF;
    width: 400px;
    padding: 7px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #FD6C17;
}

.menuBtn:disabled {
	background-color: #999999;
}
.commonBtn {
	border: 1px solid #DDD;
	border-bottom :1px solid #0F0F0F;
	border-right :1px solid #0F0F0F;
    color: #FFF;
    width: 110px;
    padding: 3px 0;
    font-weight: bold;
    font-size: 0.8em;
    background-color: #999999;
}

.commonMenuBtn {
	border: 1px solid #DDD;
	border-bottom :1px solid #0F0F0F;
	border-right :1px solid #0F0F0F;
    color: #FFF;
    width: 110px;
    padding: 3px 0;
    font-weight: bold;
    font-size: 0.8em;
    background-color: #FD6C17;
}

.mainPanel {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	width: 1080px;
	height: auto;
}

.menuPanel {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	width: 960px;
	height: 80%;
	min-height: 630px;
}

.searchCond {
	border-collapse: collapse;
	width: 900px;
}

.searchCond th{
	font-weight:900;
	padding: 8px;
	font-size: 22px;
	color: #555252;
}
.searchCond td{
	font-weight:bold;
	padding: 8px;
	color: #555252;
	border-bottom: 2px #555252 solid;
}

.searchCond .cond{
	font-weight:bold;
	padding: 8px;
	background-color: #CCE1FF;

}

.searchCond .tdButton{
	border: none;
}

.loginTable td {
	color: #555252;
}

table.listTable{
	border-collapse: collapse;
}

.listTable th{
	font-weight:900;
	padding: 8px;
	font-size: 13px;
	color: #555252;
	border-bottom: 2px #555252 solid;
}

.listTable td{
	font-weight:900;
	padding: 8px;
	font-size: 13px;
	color: #555252;
    border-bottom: solid 1px #666;
}

table.confTable{
	border:1px #FFFFFF solid;
	font-size: 0.8em;
}

.confTable th{
	background-color: rgba(152, 250, 196, 0.64);
	height: 120px;
}

.confTable td{
	text-align: center;
}

.confTable .evenrow {
	background-color: rgba(152, 250, 196, 0.64);
}

.confTable .oddrow {
	background-color: rgba(152, 250, 196, 0.25);
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.currency {
    font-family:'メイリオ';
    white-space:nowrap;
}

.listButton{
	border: 1px solid #DDD;
	border-bottom :1px solid #0F0F0F;
	border-right :1px solid #0F0F0F;
    width: 60px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FD6C17;
}

.listButton:disabled{
    background-color: #999999;
}
div.myTitleClass {
	background-color: #FFFFFF;
}

.myTitleClass .ui-dialog-titlebar {
    background: #FD6C17;
}

.myTitleClass .ui-button-text {
	color: #FFFFFF;
}

.myTitleClass .ui-dialog-buttonpane button {
	background: #FD6C17;
}

.myTitleClass .ui-dialog-buttonpane {
	background-color: #FFFFFF;
}

.cubettl{
	border-style: solid;
	border-width: 1px;
	border-color: #555252;
	color:#FFFFFF;
	background-color: black;
	font-size: 18px;
}

.spacer{
	padding-top: 20px
}

div.errorMsg{
	text-align: center;
	font-weight: 800;
}

.succeseMsg{
	font-size: 1.5em;
}

table.orderInput{
	border-collapse: collapse;
	width:100%;
}
.orderInput th{
	font-weight:900;
	padding: 8px;
	font-size: 13px;
	color: #555252;
	border-bottom: 2px #555252 solid;
}

.orderInput td{
	font-weight:900;
	padding: 8px;
	font-size: 13px;
	color: #555252;
    border-bottom: solid 1px #666;
}
label.originalFileLabel {
  color: white;
  background-color: #1F9E93;
  padding: 6px;
  border-radius: 12px;
}
input[type=text].disabled{
    background-color:#BDBDBD;
}
input[type=button].disabled{
    background: #999999;
}

.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}
.align-left {
    text-align: left !important;
}

.confTable th.ari {
	height : 60px;
	background-color: rgb(85, 232, 153);
}

.confTable th.nasi {
	height : 60px;
	background-color: rgba(152, 250, 196, 0.25);
}

.moneyTxt{
	text-align:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sottBtn{
	background-color: #FD6C17;
	border-color: #9f9f9f;
	border:1px; color: #FFF;
	font-size : 15px;
	width: 20px; height: 20px;
	padding: 2px;
	line-height: 10px;
}

.disabledSortBtn{
	background-color: #e0e0e0;
	border-color: #9f9f9f;
	border:1px; color: #FFF;
	font-size : 15px; width: 20px;
	height: 20px; padding: 2px;
	line-height: 10px;
}

.handPoint{
	cursor: hand;
	cursor:pointer;
}
.hankakuTxt{
	ime-mode: disabled;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.borderNone {
	border: none !important;
}

table.borderTable {
	border: solid 1px;
	border-collapse: collapse;
}

.borderTable td {
	border: solid 1px;
	padding: 5px;
}

textarea.disabled {
    background-color: #BDBDBD;
}

.error-input {
	background-color: red;
}

.menuBtn2 {
    border: 1px solid #DDD;
    color: #FFFFFF;
    width: 400px;
    padding: 7px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #4472c4;
}

.new {
	color: red;
	font-weight: bold;
}
.menuBackGround {
    background: #ffedb8;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 0px;
}

.mainMenuBtn {
    border: 1px solid #DDD;
    color: #FFFFFF;
    width: 250px;
    padding: 7px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #FD6C17;
}

.hide-contents {
	display: none;
}