@charset "utf-8";

/*set web common style*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, label, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

ol, ul {list-style:none;}
fieldset, img {
	border: 0 none;
}
input, textarea {outline:none;}
/*no shadow line*/
a{outline:none;text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}/*IE*/
a:focus{outline:none;}/*FF*/

/*clear float*/
.clearfix {clear:both;font-size:0;height:0;overflow:hidden;}
