@charset "UTF-8";
/* --------------------------------------
top layout
---------------------------------------*/
body {
  margin : 0;
  padding : 0;
  width : 100%;
  background-image : url(../img/guest/index_bg.gif);
  background-repeat : repeat-y;
  font-size : small;
}
form {
  margin : 0;
  padding : 0;
  height : 99%;
}
div.wrap {
  margin : 0;
  padding : 0;
  position : relative;
  width : 100%;
  min-height : 100%;
  border-top : 1px solid transparent;
  border-bottom : 1px solid transparent;
}
div.title_logo {
  float : left;
  margin : 20px;
}
div.title_name {
  margin : 35px 3% 10px 3%;
  text-align : left;
  font-size : 24px;
}
div.title_logout {
  position : absolute;
  top : 5px;
  right : 5px;
}
div.title_border {
  clear: both;
  width : 100%;
  background-image : url(../img/guest/index_border.gif);
  background-repeat : no-repeat;
}
div.contents {
  margin : 20px 70px;
}
div.copyright {
  position : absolute;
  right : 5px;
  bottom : 3px;
  color : #666666;
  font-size : 80%;
}
div.download_frame iframe {
  position : absolute;
  top : 0;
  width: 0;
  height: 0;
  visibility : hidden;
}

/* --------------------------------------
table layout
---------------------------------------*/
table.ticket {
  margin-top : 3px;
  margin-bottom : 30px;
  width : 100%;
  border-width : 1px;
  border-style : solid;
  border-color : #333333;
  border-collapse : collapse;
}
table.ticket td {
  padding : 3px 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #333333;
  vertical-align : top;
  line-height : 1.4;
  font-size : 80%;
  text-align : left;
  background-color : #FFFFFhF;
  width : 80%;
}
table.ticket td img {
  vertical-align : middle;
}
table.ticket th {
  padding : 3px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  width : 20%;
  vertical-align : top;
  background-color : #F0F0F0;
  font-size : 80%;
  text-align : right;
  line-height : 1.4;
  white-space : nowrap;
}

table.file {
  margin : 5px 0;
  border-width : 1px 0 0 1px;
  border-style : solid;
  border-color : #333333;
  border-collapse : collapse;
  width : 100%;
}
table.file td {
  padding : 3px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  vertical-align : top;
  line-height : 1.4;
  font-size : 80%;
  text-align : left;
  background-color : #FFFFFF;
  width : 78%;
}

table.file td.filename {
  border-width : 0 0 1px 0;
}

table.file td img {
  vertical-align : -3px;
}
table.file th {
  padding : 3px 5px;
  border-width : 0 1px 1px 0;
  border-style : solid;
  border-color : #333333;
  width : 22%;
  vertical-align : top;
  background-color : #F0F0F0;
  font-size : 80%;
  text-align : right;
  line-height : 1.4;
  white-space : nowrap;
}

/* --------------------------------------
button
---------------------------------------*/
button.imgbtn {
  margin : 0 2px 2px 2px;
  padding : 3px 4px;
  font-size : 12px;
  line-height : 1.1;
  white-space : nowrap;
}
button.imgbtn img {
  padding : 0 2px 0 2px;
  vertical-align : -3px;
}

/* --------------------------------------
help text
---------------------------------------*/
span.help {
  font-size : 14px;
  font-weight : bold;
}
