@import url("gekimaga.css");

html { height: 100%; }

body {
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
background-color: #000000;
height: 100%;
}

body > #container { height: auto; }

* { margin: 0px; padding: 0px; }

a:link    { color: #FFFFFF; text-decoration: none; }
a:visited { color: #B40000; text-decoration: none; }
a:active  { color: #FFFFFF; text-decoration: none; }
a:hover   { color: #FFFFFF; text-decoration: underline; }

p   { margin-top: 11px; margin-bottom: 11px; }
hr  { color: #B40000; height: 1px; }
img { border: 0px; }

#container  { width: 780px; height: 100%; min-height: 100%; position: relative; margin-left: auto; margin-right: auto; }
#main       { padding-bottom: 30px; text-align: center; }
#foot       { width: 780px; height: 30px; position: absolute; bottom: 0px; text-align: center; }

.logo_left  { float: left; margin-top: 1px; width: 420px; height: 60px; background:url(../img/enter_logo_left.gif); background-repeat: no-repeat; }
.logo_right { float: left; margin-top: 1px; width: 360px; height: 60px; background:url(../img/enter_logo_right.gif); background-repeat: no-repeat; }
.title      { margin-top: 18px; font-size: 22px; color: #FFFF00; }
.clear      { clear: both; }

.frm_01     { border: solid  #820000; border-width: 3px 3px 0px 3px; width: 684px; margin-left: auto; margin-right: auto; line-height: 120%; }
.frm_div    { background-color: #820000; height: 3px; font-size: 1px; }
.frm_02     { border: solid  #820000; border-width: 0px 3px 0px 0px; float: left; }
.frm_03     { float: left; }
.frm_clear  { clear: both; background-color: #820000; height: 3px; font-size: 1px; }
.cell_01    { background-color: #B40000; border: solid 1px #000000; padding: 3px; height: 13px; color: #FFFF00; text-align: left; }
.cell_02    { background-color: #1E1E1E; border: solid 1px #000000; padding: 2px; width: 220px; height: 208px; }

.l { font-size: 18px; }
.m { font-size: 10px; }

.input { font-size: 30px; color: #FFFFFF; background-color: #000000; border: 1px solid #FF0000; }
