@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd,  table, td, th, form, fieldset, legend, label {
	margin: 0px;
	padding: 0px;
	font-family:sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	color: #666666;
}
body {
	line-height: 1.5em;
	font-size: 75%;
	background-repeat: no-repeat;
	background-position: center top;
}
*:first-child+html body {
	overflow: hidden;
}
* html body {
	overflow: hidden;
height:;
}
input, select, textarea {
	margin: 0px;
	font-family:sans-serif;
	font-size:100%;
	color: #727172;
	font-weight:normal;
	padding: 0px 2px;
}
input[type="radio"],
input[type="checkbox"] {
	margin:0 2px 0 0;
	vertical-align:text-bottom;
}

ul, ol, li, dl, dt, dd {
	line-height: 1.4em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0;
	margin:0;
	border:none;
	text-align: center;
}
ul {
	list-style:none;
}
img {
	border: 0px;
	display: block;
}
*:first-child+html img {
	display: inline !important;
}
* html img {
	display: inline !important;
}
sup {
	vertical-align: top;
}
sub {
	font-size: x-small;
	vertical-align: text-bottom;
	padding-right: 3px;
}
hr {
	margin:2px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444444;
}

.mt23 { margin-top:23px !important; }
.mb7  { margin-bottom:7px !important; }
.ml25 { margin-left:25px !important; }

/* --- float --- */
.flL { float:left; }
