/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;

  list-style:none; 
  font-family: Arial, '宋體', 'simsun'; 
  line-height:1.5;
  
}

/*微软雅黑*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {overflow:auto; overflow-y:scroll;}
html,body {height:100%; width:100%;}


a {
  color: #706f6f;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #D26;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}





/* Hack */
/* =float 해제
----------------------------------------------------------------------------------------------------------------*/

.f_clear:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.f_clear{ display:inline-block; }

/* ie용 홀리 핵 시작 */
* html .f_clear{ height:1%; }
.f_clear{ display:block; }
/* ie용 홀리 핵 끝 */


/* 추가 */
.ClearFloat:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
.ClearFloat { display:inline-block; }

/* ie용 홀리 핵 시작 */

* html .ClearFloat { height:1%; }
.ClearFloat { display:block; }

/* ie용 홀리 핵 끝 */

