/*-------------------------------------------------
  File  :  reset.css
-------------------------------------------------*/





/* universal reset
-------------------------------- */
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
    margin: 0;
    padding: 0;
}

/* body and base setting
-------------------------------- */
body {
	height: 100%;
	font-size: 12px; /* IE */
	color: #FFF;
	line-height: 1.6;
	background-color: #000000;
}

html>/**/body {
	font-size: 12px; /* except IE */
}


/* general params
-------------------------------- */
html {
	overflow-y: scroll;
} /* firefox bar */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
li,dt,dl { line-height: 1.4; }
ol,ul,li { list-style-type: none; }
img { border: 0; }
a img { border: 0; }
input { vertical-align: middle; }
br { letter-spacing: 0; } /* IE No <br/> hack */
p {
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
}
table{ border-collapse: collapse; border-spacing:0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight:normal; }
caption,th { text-align: left; }


/* hyper link
-------------------------------- */
a {
	color: #1388D7;
    text-decoration: none;
}

a:visited {
	color: #1388D7;
    text-decoration: none;
}

a:hover {
	color: #A6D2EF;
    text-decoration: none;
}


/* clearfix
-------------------------------- */
.clearfix:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
    clear: both;
}

.clearfix { /* for IE5.5-7 */
    zoom: 1;
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
