@charset "utf-8";
/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	border:0;
	padding:0;
	font-size:115%;
	font-family:'Verdana', sans-serif;
	margin:0px;
	letter-spacing:0.1em;
}
h1, h2, h3, h4, h5, h6, p, ul, ol,li, dl, dt, dd, div, form, address {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

table {
	font-size: 100%;
}

img {
	border:none;
}

.cb{
clear:both;
}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 80%; /* IE */
}
.none {
	display: none;
}
html>/**/body {
  font-size: 10px; /* Except IE */
}
