﻿@charset 'utf-8';

/*
 * @author: by MIKWON
 * @date: 2011/12/01
 * @version: 0.3
 * @copyright: HANI. All Rights Reserved.
 * @description: All elements reset css
 */

/*img,div,aside,h1,h2,h3,input{behavior:url(./iepngfix.htc);}*/
html, body { width: 100%; height: 100%; }
html { overflow-y:scroll; }
body { text-align: center; }
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select { margin: 0; padding: 0; font-size: 12px; font-family: Arial,sans-serif; color: #666; line-height: 1.3;}
li { list-style: none; }
img, fieldset, legend { border: 0; }
table { border: 0; border-spacing: 0; border-collapse: collapse; font-size: 12px; }
table th, table td { border: 0; }
a { color: #666; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
cite, em, address { font-style: normal; }
strong { color: #000; }
address a { color: #d9d9d9; }
hr, legend, caption { display: none; }

h1 { font-size: 1.1em; font-weight: bold; } 
h2 { font-size: 1.2em; } 
h3 { font-size: 1.3em; } 
h4 { font-size: 1.4em; font-weight: bold; } 
h5 { font-size: 1.5em; font-weight: bold; } 
h6 { font-size: 1.6em; font-weight: bold; } 

button { border: none; background-color: transparent; cursor: pointer; }
select { font: 12px Arial, Helvetica, Clean, Sans-serif; }

.line-area {  }
.line-area hr { display:block !important; }
hr.view { display:block !important; }

/*
a:visited { color: #79908b; }
a:active {color: #037570;} 
a:hover { color: #037570; text-decoration: underline; }
*/