html {
  height: 100%;
}

body {
  color: #4d4d4d;
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  font: 8pt Verdana;
  height: 100%;
  min-height: 100%;
}

form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {
  font: 9pt Verdana;    
}

a:link, a:visited {
  font-weight: bold;
  color: #5d5d5e;
  text-decoration: none;
}

a:hover, a:active {
  color: #99977e;
  text-decoration: none;
}

#background {
  background: transparent url(../images/background.png) repeat-y top left;
  margin: 0 auto;
  width: 663px;
  min-height: 100%;
  background-color: #efefe6;
}

#content {
  width: 639px;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0px;
}

/* .table-border {
  color: #555A5F;
} */

.table-header {
  background: #ffeb7a url(../images/header-bg.png) repeat-x top left; 
  color: #8e4c08; 
  height: 33px; 
  font-weight: bold;
  text-align: center;
}

.table-header td {
  font-weight: bold;
}


.table-header-l {
  background: #ffeb7a url(../images/header-bg-l.png) no-repeat top left; 
  width: 2px;
}

.table-header-r {
  background: #ffeb7a url(../images/header-bg-r.png) no-repeat top right; 
  width: 2px;
}

table.rows td {
  background: #eeeee0;
  color: #626262;
}

.row-color-a {
  background: #fafafa;
  color: #626262;
  border: 1px #e9e9e9 solid;;
}
  
.row-color-b {
  background: #ffffff;
  color: #4d4d4d;
  border: 1px #e9e9e9 solid;
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.click {
  cursor: pointer;
}

.line-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.banner {
  padding-top: 2px;
  padding-bottom: 3px;
}

#header {
  width: 639px;
  height: 112px;
}

#menu {
  background: transparent url(../images/menu_bg.png) no-repeat;
  font-family: Arial;
  font-size: 12px;
  color: #fdf8f6;
  font-weight: bold;
  width: 639px;
  height: 20px;
  line-height: 1.7em;
  text-align: center;
}

a.menu:link, a.menu:active, a.menu:visited {
  font-family: Arial;
  font-size: 11px;
  color: #fdf8f6;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

a.menu:hover {
  font-family: Arial;
  font-size: 11px;
  color: #a43100;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.rank {
font-family: Georgia;
font-size: 30px;
color: #707070;
}

.tborder {
  border: 1px #f0eaea solid;
  border-collapse: collapse;
}

.rankfont {
font-family: Georgia;
font-size:14px;
color: #949393;
}

.inout {
  font-size: 11px;
  color: #a09f9f;
  font-family: Arial;
  margin-top: 4px;
}

.rank_un {
width: 620px;
height: 2px;
background-color: #f0f0f0;
overflow: hidden;
margin-bottom: 8px;
display: block;
}

.jmbfoot {
color: #3c3c3c;
background-color: #ededed;
padding-top: 6px;
padding-bottom: 6px;
width: 100%;
text-align:center;
}