/*-------------------------------------------------
  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: #333333;
	line-height: 160%;
	background:url(../images/sf_bg_body.jpg) repeat-x top #c52a47;

}

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; 
	  margin: 0;
	  padding: 0;
	  vertical-align: bottom;
}
a img { border: 0; }
input { vertical-align: middle; }
br { letter-spacing: 0; } /* IE No <br/> hack */
p {
	clear: both;
	margin: 0;
	padding: 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: #B20026;
}

a:visited {
	/*color: #1388D7;*/
    text-decoration: underline;
}

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; }

