@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  //font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

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

#pagetop {
    background: none !important;
    padding-top: 0px;
    display: block;
    position: relative;
}


/* ---------------------背景対応--------------------- */
	html{
	}

	/* IE8 */
	html>/**/body #wrapper {
	//  width /*\**/: 100% \9;
	 padding-bottom /*\**/:0px \9;
	}

	#contents{
		width:984px;
		margin:0 auto;
		z-index:1000;
		position: relative;
	}
	
	/* IE8 */
	html>/**/body #header{
		width /*\**/:100% !important\9;
	}
	
	
	.header-top{
		width:984px;
		margin:0 auto;
	}
	
	#ctl00_PCHeader_headerBox{
		width:984px;
		margin:0 auto;
	
	}
	
	html>/**/body #aspnetForm {
		width:100%;
		margin /*\**/: 0 auto 30px\9;
		position: static;
	}
	
	#aspnetForm {
		//padding-bottom: 100px;
		//margin-bottom:100px;
	}
	
	#aspnetForm #header {
	}
	
	#page{
		width:984px;
		margin:0 auto;
	}

	.container_bottom{
		margin:0 auto;
	}
	
	#footer {
		margin-top: -445px;
    }
	
	html>/**/body #footer {
		//margin-top /*\**/:0px \9;
	}
	
		/* IE8 */
	html>/**/body #footer .footer-inner {
		margin-top /*\**/: -190px\9;
		padding-top /*\**/: 315px\9;
		
	}

	#footer .footer-wrap {
	  width: 100%;
	  margin-top: -190px;
	}

	/* IE8 */
	html>/**/body #footer .footer-wrap {
		margin-top /*\**/: -310px\9;
	}
	
