@charset "UTF-8";

/* --------------------------------------
elements
---------------------------------------*/
* {
  box-sizing : border-box;
  margin : 0;
  padding : 0;
  overflow : hidden;
  empty-cells : show;
}
html {
  width : 100%;
  height : 100%;
}
body {
  margin : auto;
  width : 100%;
  height : 100%;
  position : relative;
  background-color : #eeeeee;
  font-size : small;
}
h2.am6 {
  background-position : left center;
  background-repeat : no-repeat;
}
h3.am6 {
  margin-bottom : 0.2em;
  margin-left : 5px;
  margin-top : 8px;
  padding-left : 18px;
  background-image : url(../img/standard/h3_back.gif);
  background-position : left center;
  background-repeat : no-repeat;
  font-size : 100%;
}
a {
  cursor : pointer;
}
input {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}
option {
  padding : 0 1px;
}
select {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}
textarea {
  margin-left : 3px;
  margin-right : 4px;
  vertical-align : middle;
}

button {
  padding : 1px 3px 1px 3px;
  vertical-align : middle;
  font-size : 12px;
  cursor : pointer;
}

/* --------------------------------------
universal class
---------------------------------------*/
*.alert {
  margin-left : 2em;
  font-size : 90%;
}
*.notes {
  margin-top : 5px;
  padding-left : 30px;
  font-size : 90%;
}
span.notes{
  display : block;
  text-indent : -1.5em;
}

/* --------------------------------------
common class  -- shadow
---------------------------------------*/
div.shadow {
  padding : 3px 0 0 3px;
  background-image : url(../img/standard/box.gif);
  background-repeat : no-repeat;
  border-style : solid;
  border-width : 1px;
  background-color : #ffffff;
}
div.shadow_top {
  padding : 3px 0 0 3px;
  border-bottom : none;
  border-style : solid;
  border-width : 1px;
  height : 8.9%;
  min-height : 2em;
  overflow : hidden;
  background-image : url(../img/standard/box.gif);
  background-repeat : no-repeat;
  background-color : #ffffff;
}
div.shadow_bottom {
  padding : 0 0 0 3px;
  border-style : solid;
  border-width : 0 1px 1px 1px;
  height : 91%;
  overflow : auto;
  background-image : url(../img/standard/box.gif);
  background-position : 0px -5px;
  background-repeat : no-repeat;
  background-color : #ffffff;
}

/* --------------------------------------
common class  -- button
---------------------------------------*/
button.imgbtn {
  margin : 0 2px;
  padding : 3px 5px
  font-size : 12px;
}
button.imgbtn img {
  padding : 0 0 0 2px;
  vertical-align : top;
}

/* --------------------------------------
common class  -- account
---------------------------------------*/
div.account {
  margin : 0;
  padding : 5px 0 0 3px;
  height : 22px;
  font-size : 100%;
  font-weight : bold;
}
div.account p {
  padding : 0 0 0 20px;
  min-height : 15px;
  background-repeat : no-repeat;
  background-image : url(../img/standard/account.gif);
  white-space : nowrap;
  overflow : hidden;
}

/* --------------------------------------
main
---------------------------------------*/
div#main {
  margin : 0;
  width : 100%;
  height : 100%;
}

/* --------------------------------------
content
---------------------------------------*/

div.content {
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  padding-bottom : 0;
  width : 100%;
  height : 100%;
  position : absolute;
  top : 0;
  left : 0;
  bottom : 40px;
  overflow : hidden;
}
div.pop_message {
  width : 100%;
  height : auto;
  font-size : 90%;
}
div.pop_btn {
  margin-top : 5px;
  text-align : center;
}
div.pop_error {
  margin-top : 5px;
  height : 20px;
}
div.pop_message img {
  margin : 5px;
}
div.pop_message table {
  margin : auto;
  padding : 0;
  border : 1px;
  font-size : auto;
  white-space : nowrap;
}
div.pop_message table td {
  padding : 3px !important;
}
div.op_float {
  float : left;
}


