
	@charset "utf-8";
	
	/* 2013.07.04 | 千山剑雨 */
	
	body, div, p, h1, h2, h3, h4, h5, h6, br, hr, 
	ul, ol, li, dl, dt, dd, 
	span, strong, b, bdo, blockquote, cite, code, del, dfn, em, i, ins, kbd, pre, q, samp, small, sub, sup,  
	table, tr, th, td, caption, col, colgroup, tfoot, thead,
	address, area, base, 
	img, a, map, 
	form, input, fieldset, button, label, leqend, optqroup, option, select, textarea, 
	noscript, object, param, 
	article, aside, audio, bdi, canvas, command, datalist, details, 
	embed, fiqure, fiqcaption, footer, header, hgroup, keyqen, mark, menu, meter, 
	output, proqress, rp, rt, ruby, section, source, summary, time, track, video { 
		margin:0; padding:0; font:100%/1.5 Arial,"微软雅黑";
	}
	img { border:none; vertical-align:top; }
	ul, ol, li { list-style:none; }
	a { text-decoration:none;  }
	small { font-size:12px; }
	sup { vertical-align:text-top; }
	sub { vertical-align:text-bottom; }
	input, select, textarea { outline:none; } 
	textarea { resize:none; overflow:auto; }
	table { border-collapse:collapse; }
	button, input[type="reset"], input[type="button"], input[type="submit"] { line-height:normal !important; }
	
	.hide{display:none;} 
	strong{font-weight:bold;}