@charset "utf-8";

*{
    /* margin:0px;
    padding:0px; */
    font-size:12px;
}

/* Layout */
body{
    margin:0px;
    padding:0px;
    background-image: url(/securemagic_gateway/image/back.gif);
}

/* Wrapper */
.wrap{
    position:relative;
    margin:0px;
    text-align:left;
    font-size:12px;
}

/*********** Header ***********/
.head_top{
    width: 100%;
    height:36px;
    background-image: url(/securemagic_gateway/image/head-back.gif);
    background-repeat:repeat-x;
}

.head_logo{
    margin:5px 0px 0px 20px;
}

/** Login **/
.logon_back{
    margin:0px;
    padding:0px;
    background-image: url(/securemagic_gateway/image/back-logon.gif);
}

/* Welcome */
.welcome_img{
    margin:0px;
}

.welcome{
    width:600px;
    height:600px;
    position:absolute;
    background-color:none;
    padding:0px;
    margin:10px 0px 0px 190px;
}

/* Login Status */
.head_login{
    width:950px;
    height: 10px;
    font-size:12px;
    text-align:right;
    padding:5px 5px 5px 5px;
    margin:0px;
}

/* LeftSide */
.menu{
    width:165px;
    height:600px;
    position:absolute;
    left : 0;
    margin:10px 0px 0px 10px;
    padding: 0px;
}

/*********** Main ***********/
.main{
    width:750px;
    height: auto;
/*    height:600px; */
    position:absolute;
    background-color:#FFFFFF;
    padding:10px;
    margin:10px 0px 0px 190px;
}
/*********** Footer ***********/
.foot{
    position:absolute;
    width: 100%;
/* Height is not required */
/*     height:50px; */
/*     margin-top:750px; */
    clear:both;
}

/********* Menu *********/
ul {
  margin:0px;
  padding:5px;
  background-color: #FFFFFF;
}
li {
  list-style:outside none;
  background: #FFFFFF url(/securemagic_gateway/image/shikaku.gif) no-repeat left;
  background-position:10px;
  background-color: white;
  padding:2px 2px 2px 25px;
  margin:5px 5px;
}

.selectMenu{
  list-style:outside none;
  background: #ffffff url(/securemagic_gateway/image/shikaku-red.gif) no-repeat left;
  background-position:10px;
  background-color: white;
  padding:2px 2px 2px 25px;
  background-color: #F1F7F7;
  margin:5px 5px;
}

ul a {
  text-decoration: none;
  color: #000000;
}

.menuTitle {
  background: #ffffff url(/securemagic_gateway/image/sankaku.gif) no-repeat;
  background-color: #B6C8EE;
  background-position:5px;
  padding: 3px 3px 3px 20px;
  margin: 0px;
  border: solid 1px #98B1E7;
}

hr{
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  height: 1px;
}


/********* AllSetting *********/
.flushLeft {
  float: left;
  margin-right: 10px;
}

select {
  width: 130px;
  height: 21px;
}

/* Add(UserManage) */
select.add {
  width: 220px;
}

.infoMessage{
  width: 730px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 10px;
  color: blue;
  background-color: #DDDDFF;
  border: solid 1px #98B1E7;
}

.errorMessage{
  width: 730px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 10px;
  color: #C00000;
  background-color: #FFCCCC;
  border: solid 1px #FF0000;
}

/********* Table *********/
td{
  background-color: #ffffff;
}

th{
  text-align: center;
}

td.rightJust,
input.rightJust {
  text-align: right;
}

/* fontStrong(MConf) */
.fontStrong {
  font-weight: bold;
}

/********* Login *********/
.logon_center {
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

table.logon_table{
  width: 405px;
/*  height: 280px; */
  border: 1px #cccccc solid;
  border-collapse: collapse;
  font-size: 14px;
  margin-left:auto;
  margin-right:auto;
/*  margin-top: 60px; */
  padding: 0px;
}

.logon_table td {
  border: none;
  padding: 1px 25px;
  height: 24px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}

/** MConf **/
table.entry_table{
  width: 405px;
/*  height: 280px; */
  border: 1px #cccccc solid;
  border-collapse: collapse;
  font-size: 14px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 40px;
  padding: 0px;
}

.entry_table td {
  border: none;
  padding: 1px 25px;
  height: 23px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}

.layout_pcentry {
  margin-top: 35px;
  text-align: center;
}

td.logon_lastLow {
  border-bottom: 1px #cccccc solid;
}

td.login_title{
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 18px;
  border: 1px #cccccc solid;
  background: #98b1e7 url(/securemagic_gateway/image/logon-border.gif) no-repeat right;
  padding:14px 0px 6px 25px;
}

/* Please click here to change the password */
td.logon_pass{
  font-size: 12px;
  letter-spacing: 0px;
  padding-right: 0px;
  vertical-align: middle;
  padding-right: 0px;
  width: 216px;
}

td.logon_pass a{
  color: #000000;
}

span.logon_pass_a{
  font-size: 12px;
  color: #000000;
  cursor:pointer;
  border-bottom: 1px #000000 solid;;
}

/* Boder(Password Change) */
td.rowBorder{
  height: 15px;
}

.java_caution{
  width: 395px;
  background-color: none;
  letter-spacing: 0px;
  font-size: 11px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  text-align: left;
  line-height: 15px;
  padding: 0px 0px 5px 20px;
}

/* ModernUI/Desctop Change View(Windows8) */
.ui_changeCenter{
  letter-spacing: 0px;
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  font-size: 12px;
  text-align: center;
}

.ui_changeCenter a img{
  border: none;
}

.java_caution a{
  color: #000000;
  font-size: 11px;
}

.java_caution a img{
  border: none;
}

/* CloseButton */
.layoutBtnClose{
  width: 405px;
  background-color: none;
  letter-spacing: 0px;
  font-size: 11px;
  margin:0px auto;
  text-align: center;
  line-height: 15px;
  padding: 0px;
}

/* Browser Info Message */
td.msgBox_logon{
  font-size: 12px;
  text-align: right;
/*   padding-top: 5px; */
  padding-right: 28px;
  letter-spacing: 0px;
  height: 27px;
}

input.logon_inputtext {
  width: 351px; /* 幅 */
  height:22px;
  border: 1px #BBBBBB solid;
}

/* LoginButton */
input.btn_logon {
  height: 28px;
  width: 110px;
  padding: 0;
  cursor:pointer;
  color: #4B4B4B;
  background-color: #B6C8EE;
  border: 1px #8E8E8E solid;
  text-align:center;
}

.imgBtn_logon {
  height: 28px;
  cursor:pointer;
}

/************* Login *************/
