@charset "utf-8";

/*
Copyright (c) Net Piloting Inc. All rights reserved.
version: 0.0.3
*/

/* for ie zoom:1; bug
******************************************** */
/*
* {
zoom:1;
}
*/
/* always show scroll bar
******************************************** */
html {
overflow-y:scroll;
}

/* for opera's bug
******************************************** */
/*
h1, h2, h3, h4, h5, h6 {
	font-size:100.01%;
}
*/

/* font & font size standardize
******************************************** */
/*
body {
	font-size:62.5%;
}
table {
	_font-size:100%;
}
*/

/* 
******************************************** */

body {
}

a img {
border:0 none;
}

html {
	color: #000;
	background: #FFF;
}

/* 
******************************************** */

ul,
ol{
list-style:none;
}

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