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;
}
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: #FFFFFF;
	text-align: center;
}

.header {
	width: 100%;
	min-width: 980px;
	background: #FFF;
	border-bottom: 6px solid #de2223;
	position:relative;
	z-index:9999;
}
.header_1 {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	display: table;
	padding: 10px;
}
.container {
	width: 100%;
	min-width: 980px;
	text-align: center;
	font-size:0px;
}
.container img{
	vertical-align:text-bottom;
}
area{outline:none;}
.footer {
	margin: 0 auto;
	background: #254a91; position:relative; z-index:999; color:#FFF; font-size:14px;
	padding:20px 0; text-align:center;
}
.footer a{color:#FFF; font-size:14px; text-decoration:none;}



.ac01{background: #a7d796;
background: -moz-linear-gradient(top, #a7d796 38%, #ffffff 100%); 
background: -webkit-linear-gradient(top, #a7d796 38%,#ffffff 100%);
background: linear-gradient(to bottom, #a7d796 38%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d796', endColorstr='#ffffff',GradientType=0 );}