*, html, body {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1024px;
  margin-bottom; 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
}

#kitban{
  width: 100%;
  background-color: yellow;
}
#kitlogo {
  width: 60px;
  height: 80px;
  float: left;
  margin: 2px 0 0 5px;
  background: url(../img/gov.png) no-repeat;
}
#kititle {
  height: 22px;
  width: 400px;
  padding-top: 2px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#kituser {
  height: 22px;
  width: 400px;
  float: right;
  margin: 2px 5px 0 0;
  font-size: 14px;
  text-align: right;
}
.user {
  margin: 0;
  padding: 5px 0 2px;
}
.user li {
  padding: 0 5px 0 5px;
  margin-top:0px;
  border-right: 1px solid black;
  display: inline;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bolder;
}
.user a:link, .user a:active, .user a:visited, .user a:hover {
  text-decoration: none;
  color: #e62;
}
#kitjoin{
  position: absolute;
  top: 28px;
  left: 65px;
  width: 11px;
  height: 27px;
  background-image:url(../img/join.gif);
}
#kitnavi{
  position: absolute;
  top: 28px;
  right: 4px;
  left: 76px;
  height: 27px;
  min-width: 948px;
  background-image:url(../img/repeat.gif);
  background-color: #098;
}
.navi {
  color: white;
  margin: 0;
  padding-top: 3px;
  text-align: center;
}
.navi li {
  font: bolder 16px Arial, Verdana, sans-serif;
  padding: 0 8px 2px 8px;
  border-right: 2px solid white;
  display: inline;
  white-space: nowrap;
}
.navi a:link, .navi a:active, .navi a:visited,.navi a:hover {
  text-decoration: none;
  color: white;
}
h4 {font-family:Arial, mono; font-size:14px;} 
#kitcont {
  position:absolute;
  top: 85px;
  text-align: center;
  left: 5px;
  right: 5px;
}
#kitconl{
  position: absolute;
  top: 85px;
  left: 5px;
  right: 510px;
  min-width: 514px;
}
#kitconr{
  position: absolute;
  top: 85px;
  right: 4px;
  width: 500px;
}
table {
  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse;
}
table td { 
  display: table-cell;
  vertical-align: top; 
}
.tg{
  margin-top: 6px;
  width: 100%;
  border-collapse:collapse;
  border: 1px solid #009D8E;
}
.tw{
 
  width: 100%;
  border-collapse:collapse;
}
.thg{
  border: 0;
  padding: 3px;
  color: white;
  font: bolder 16px Arial, Verdana, sans-serif;
  background-color: #009D8E;
  text-align: left;
}
.tdw{
  border: 0;
  padding: 4px;
  background-color: #eeeeee;
  text-align: left;

}
fieldset{
  border: 1px solid blue;
  padding: 3px;
  padding-bottom: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}
legend{
  font-weight: bold;
  color: blue;
  
}
.tr{
  margin-right: 8px;
}
.tl{
  margin-left: 8px;
  background-color: white;
}
.tpt{
  width: 100%
}
#foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  font-size: 10px;
  background-color: #eee;
  border-top: 1px solid #bbb;
}
#footl {
  padding: 1px 2px 0 8px;
  text-align: left;
  float: left;
}
#footr {
  padding: 1px 8px 0 2px;
  text-align: right;
  float: right;
}
.b {
  font-weight: bolder;
}
.c {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l {
  text-align: left;
  float: left;
  clear: left;
}
.r {
  text-align: right;
}
.red {
  color: red;
}
.white {
  background-color: #fff;
}
.ptn{
  text-align: left;
  font-size: 20px;
  font-weight: bolder;
}
.un{
  text-align: right;
  font-size: 20px;
  font-weight: bolder;
}
.pto{
  font-weight: bolder;
  text-align: center;
  padding-top: 3px;
}
.ulog{
  text-align: left;
  font-size: 12px;
  margin: 5px 0 3px 3px;
}
table.kform th {
  background-color: #fff;
  border: 3px solid #eee;
}
table.kform td {
  background-color: #ddd;
  border: 3px solid #eee;
  padding: 2px 5px 2px 5px;
  text-align: left;
  
}
table.kform a{
	text-decoration: none;
}
table.klog td {
  padding: 2px 4px 2px 4px;
}
input {
  font-size: 15px;
  padding: 1px 3px 1px 3px;
}
#aler{
  z-index: 1;
  position: absolute;
  top: -20px;
  right: 5px;
  width: 700px;
  height: 25px;
  text-align: right;
  color: red;
  font-size: 20px;
  font-weight: bolder;  
}

.blnk {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
