@charset "SUTF-8";

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;
	font-size:100%;
	background:transparent;
	vertical-align:baseline;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span{
/*	margin:auto;*/
	padding:0;
}

html > body {}
body {line-height:1;}

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

h1,h2,h3,h4,h5,h6,big,small{font-size:100%;font-weight:normal;}
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;
	/*font-size: inherit;*/
}

/* remember to define focus styles! */
:focus {outline:0;}
img {border:none;}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del, ins{text-decoration: none;}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {vertical-align:middle;}

pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}
abbr[title],
dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

/*----------------------------------------------------Crearfix */
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
/*.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {min-height:1%;}*/
/*
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {min-height:1px;}
* html .clearfix {height:1px;}
*/

/*----------------------------------------------------�����N */
a {
	color:#333;
	text-decoration:none;/*underline*/
	cursor:pointer;
	outline:none;
}
a:link {
	color:#333;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
	outline:none;
}
a:focus {outline:none;}