body, a, div, dl, dt, dd, ul, ol, li, input, img, form, p, h1, h2, h3,
h4, h5, h6, span, pre, code, form, button, input, 
.clear_fix, option, blockquote {

  margin: 0px;
  padding: 0px;
  font: 12px arial;
  color: #4D4D4D;
  border: 0px;
  text-decoration: none;
  list-style-position: inside;
  list-style-type: none;
}

:focus {

	outline: 0;
}

a:hover {
  
  color: #6D6D6D;
}

.flo_l {

  float: left;
}

.flo_r {

  float: right;
}

.flo_left li, .flo_left dt, .flo_left dd, .flo_left div {

  float: left;
}

.flo_right li, .flo_right dt, .flo_right dd, .flo_right div {

  float: right;
}

.bor_s {

  border: 1px solid;
}

.bor_d {

  border: 1px dashed;
}

.clear_fix {

  clear: both;
}

.clear_r {

  clear: right;
}

.clear_l {

  clear: left;
}

.clear_fix:after {

  clear: both;
  content:".";
  display: block;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
  width: 0px;
}

h1, h2, h3, h4, h5, h6 {

  font-size: 14px;
  font-weight: bold;
}

.rel {

  position: relative; 
}

.abs {

  position: absolute; 
}

.fix {

  position: fixed; 
}

.no_show {

  display: none;
}

.yes_show {
    
  display: inline-block;
}

.no_b {

  border: 0px solid transparent;
}
