@charset "utf-8";
/* ranging */
body,
h1,h2,h3,h4,h5,h6,
hr,
p,
blockquote,
dl,dt,dd,
ul,ol,li,
pre,
form,fieldset,legend,button,input,textarea,
th,td,
div {
	margin: 0;
	padding: 0;
	text-align:left;
	color:#525252;
}

body,
h1,h2,h3,h4,h5,h6,
hr,
p,
blockquote,
dl,dt,dd,
ul,ol,li,
pre,
form,fieldset,legend,button,input,textarea,
th,td,
div {
	margin: 0;
	padding: 0;
	text-align:left;
	color:#525252;
}

/* set font */
body,
div,
button,input,select,textarea { font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	vertical-align: baseline;
	zoom: 1;
}

address,cite,dfn,em,var { font-style: normal; }

code,kbd,pre,samp { font-family: courier new, courier, monospace; }

small { font-size: 12px; }

ul,ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a { color:#525252; text-decoration: none; }

a:hover { color: #FF6600; text-decoration: underline; }

a:focus {
	outline-style: none;
	outline-width: 0;
}
