@charset "utf-8";

/*default*/

html, body, div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, address, ul, ol, li, dl, dt, dd, 
table, th, td, form, fieldset, input {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color: #fff;
}

hr {
	display: none;
}

/* link */

a, a:link, a:visited {
	color: #8d8804;
	text-decoration: underline;
}


a:hover, a:active, a:focus {
	color: #fa6204;
	text-decoration: underline;
}

/* heading */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size: 100%;
}

/* list */

dl, dt, dd, ul, ol, li, ul li ul {
	margin:0;
	padding:0;
}

ol, ul {
	list-style: none;
}

/* table */

table {
	border-collapse:collapse;
	border-spacing:0;
}

th, td, caption {
	margin:0;
	padding:0;
	font-weight: normal;
	text-align: left;
}


/* etc */

fieldset, img {
	border:0;
}

address, caption, cite,
code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}


abbr,acronym {
	border:0;
}

.hidden {
	display: none !important;
}

.nobrd {
	border: none !important;
}

img.blockImg {
	display: block !important;
}



/* For Win IE 7 */ 
*:first-child+html * { 
	letter-spacing: 0; 
}

/* clear fix */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.iepngfix {
	_behavior: expression(IEPNGFIX.fix(this));
} 
