
/* ------------------ */
body {
    /*font-family : MS Mincho;*/
	font-family:"メイリオ", Verdana, Geneva, sans-serif;
	overflow:auto;
	background:#525252;
}
input, textarea, select, table {
    /*font-family : MS Mincho;*/
	font-family:"メイリオ", Verdana, Geneva, sans-serif;
	border-radius: 0;
	/*-webkit-appearance: none;*/
}
label, img, select {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

/* ------------------ */
input::-ms-clear {
	display:none;
}
input::-ms-reveal {
	display:none;
}

/* ------------------ */
.loading {
	position:absolute; 
	top:400px; 
	left:600px;
	display:none;
}

.mask {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%; 
	background:none;
	border:none;
	z-index:CCC;
	display:none;
}
.maskcover {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%; 
	background:none;
	border:none;
	pointer-events : none;
}

/* ------------------ */
.popupmask {
	position:absolute; 
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%;
	background:#FFFFFF;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	display:none;
}

.stylePopupBaseTable{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%;
	height:640px;
	/*background:#FFF;*/
}

.styleDialogTable{
	width:350px;
	height:200px;
	border: 1px solid #666;
	background:#FFF;
	box-shadow: 2px 2px 6px #666666;
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=5);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=5);
}

.styleDialogMessage{
	width:99%;
	font-size: 12px;
	color:#000;
	vertical-align:central;
}

.btnFormat{      
	color: #000;
    background: #e0e0e0;
	width:115px;
	height:25px;
	cursor:pointer;
	font-size: 10px;
}  

.btnFormatHover{
	color: #333;
    background: #e0e0e0;
	width:115px;
	height:25px;
	cursor:pointer;
	font-size: 10px;
} 

/* ------------------ */
.styleMainStage {
	position:absolute;
	background:none;
	overflow:visible;
	border:none;
	visibility:hidden;
}
.styleCopyright {
	position:absolute;
	width:543px;
	height:33px;
	border:none;
	pointer-events : none;
}

/* ------------------ */
.styleBase {
	position:absolute;
	width:700px;
	height:500px;
	background:#FFF;
	border:1px solid #CCC;
}
.styleTitleLabel1 {
	position:absolute;
	width:170px;
	height:30px;
	background:#525252;
	border:1px solid #CCC;
	color:#FFF;
	font-size:14px;
	padding-top:10px;
	padding-left:0px;
	text-align:center;
}
.styleTitleLabel2 {
	position:absolute;
	width:100px;
	height:20px;
	background:#FFF;
	border:none;
	color:#000;
	font-size:12px;
	padding-top:3px;
	padding-left:0px;
	text-align:right;
}
.styleInput1 {
	position:absolute;
	width:250px;
	height:20px;
	background:#FFF;
	border:1px solid #525252;
	color:#000;
	font-size:12px;
	padding-top:0px;
	padding-left:3px;
	text-align:left;
	ime-mode:disabled;
}
.styleLoginButton {
	position:absolute;
	background:#F00;
	border:1px solid #B80000;
	width:100px;
	height:30px;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	border-radius: 0;
	-webkit-appearance: none;
}
.styleTitleImage {
	position:absolute;
	width:200px;
	height:50px;
	border:none;
	pointer-events : none;
}


