@charset "utf-8";
/* =======================================
reset CSS
========================================== */
body {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%;
	min-width: 1050px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}
ul, ol, li, dl, dt, dd {
	list-style:none outside none;
	margin:0;
	padding:0;
}
div, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}
fieldset, img, a img { border:0 none; }
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a, a:link {
	text-decoration: underline;
	color: #006699;
}
a:visited { color: #2488cf; 
}
a:hover, a:active { text-decoration:none; 
}

.clearfix { min-height: 1px; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*html .clearfix { height: 1px; }
.section, .inner, dl, #main_contents, #footer, .footNav,.subLink, .pageNav, .pageNav2 { min-height: 1px; }
.section:after, .inner:after, dl:after, #main_contents:after, #footer:after, .footNav:after,.subLink:after,.contentBody:after, .pageNav:after, .pageNav2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
*html .section, *html .inner, *html dl, *html #main_contents, *html #footer,*html .footNav,*html .subLink, *html .contentBody, *html .pageNav , *html .pageNav2 { height: 1px; }
iframe { border-style: none; }
