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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1.4em;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color:#F6F6F6;
	text-align: center;
}

.header {
	width: 100%;
	min-width: 1100px;
	background-color:transparent;
	position:relative;
	float:left;
	z-index:9999;
}
.header_1 {
	width: 1060px;
	margin: 0 auto;
	text-align: left;
	display: table;
	padding: 10px;
}
.container {
	width: 100%;
	min-width: 1100px;
	text-align: center;
	font-size:0px;
}
.container img{
	vertical-align:text-bottom;
}
.footer__copyright {
  min-width: 1100px;
  color: #595757;
  font-size: 14px;
  padding: 2rem 1rem;
  border-top: 5px solid #A1805B;
  text-align: center;
  letter-spacing: 0.1em;
}

.ac01{
background: -moz-linear-gradient(top, #c7ddf2 15%, #F6F6F6 35%); 
background: -webkit-linear-gradient(top, #c7ddf2 15%,#F6F6F6 35%);
background: linear-gradient(to bottom, #c7ddf2 15%,#F6F6F6 35%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ddf2', endColorstr='#F6F6F6',GradientType=0 );}

#section-0{
	height:0px;
	}
.center{
	margin:0 auto;
	text-align:center;
	}