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





/* universal reset
-------------------------------- */
* {
	padding: 0;
	margin: 0;
}

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 {
	background-color: #573D26;
	height: 100%;
	font-size: 75%;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-repeat: repeat-y;
}

html>/**/body {
	height: 100%;
}


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


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

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

a:hover {
	text-decoration: underline;
	color: #666666;
}

span.ir{
		display:block;
		position:relative;
		z-index: -1;
		
		/*\*//*/
		  display:inline-table;
		/**/
	}

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

.clearfix { /* for IE5.5-7 */
	zoom:1;

}

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