body,/


/* universal reset
-------------------------------- */div,pre,p,blockquote,form, {
    margin: 0;
    padding: 0;
}

/* body and base setting
-------------------------------- */
body {
	height: 100%;
	font-size: 69%; /* IE */
	color: #FFFFFF;
	line-height: 1.75;
}

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


/* general params
-------------------------------- */
html {
	overflow-y: scroll;
} /* firefox bar */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
li,dt,dl { line-height: 1.6; }
ul { list-style-type: none; }
img { border: 0; }
a img { border: 0; }
input { vertical-align: middle; }
br { letter-spacing: 0; } /* IE No <br/> hack */
p { margin-bottom: 1em; }
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: #19A8B3;
    text-decoration: underline;
}

a:visited {
    color: #19A8B3;
    text-decoration: underline;
}

a:hover {
    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; }
