@charset "utf-8";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
	border:0;
	padding:0;
	margin:0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	background-color: #FFF;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address,th,td {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

table{
	font-size: 100%; /* IE */
}

img {border:none;}

.cb {
	clear: both;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}
p span {
	font-weight: bold;
	font-size: 1.2em;
}
