@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	list-style:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: arial, helvetica, sans-serif, times new roman;
}
html{
	font-size:100%;
}
body {
    line-height:1;
	font-size:14px;
	line-height: 1.6;
	color: #333;
	max-width:1070px;
	min-height:100%;
	background:url(../images/bg_hd.png) repeat-x top center #fff;
	margin:0 auto;
	padding:0;
}


h1, h2, h3, h4, h5, h6{
	font-weight:normal;	
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,li {
    list-style:none;
	margin:0;
    padding:0;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333;
}
/*a[href]:hover{
	color:#2e79b8;
}*/

input, select {
	font-family:arial, helvetica, sans-serif, times new roman
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance:none;
    vertical-align:middle;
	border:none;
	*border:0;
	outline:none;
	margin:0;
    padding:0;
}

textarea{
	font-family:arial, helvetica, sans-serif, times new roman;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance:none;
	border:none;
	*border:0;
	outline:none;
	margin:0;
    padding:0;
	resize:none;
}
a:hover, a:focus{
	text-decoration:none;
}

table{
	border-collapse:collapse; 
	border:1px solid #333;
	margin:0;
    padding:0;
	word-break:break-all;
}
th,td{
	border:1px solid #333; 
	margin:0;
    padding:0;
} 
iframe{
	margin:0;
	padding:0;
	border:none;
} 

video{ 
	display:block;
}

img{
	vertical-align:middle;
}


