@charset "utf-8";

/* ==== 1: universal reset =========================== */
* {
	margin: 0;
	padding: 0;
}

/* ==== 2: global tag elements setting =========================== */
body {
	font-size: 100%;
}
html>body {
	font-size: 12pt;
} /* HACK: fixed 14pt, for Except IE */

h1, h2, h3, h4, h5, h6, 
div, p, pre, ul, ol, li, dl, dt, dd, 
address, form, blockquote, th, td {
	line-height: 150%;
	text-align: left;
}

p {
	font-size: 83.3%;
	margin-bottom: 0.8em;
}

ul, ol, dl {
	padding-left: 2em;
}

li {
	font-size: 83.3%;
	margin-bottom: 0.8em;
}

dt {
	font-size: 83.3%;
	margin-bottom: 0em;
	font-weight: bold;
}

dd {
	font-size: 83.3%;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 116.6%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

h3 {
	font-size: 95%;
	font-weight: bold;
}

h4 {
	font-size: 83.3%;
	font-weight: bold;
}

h5 {
	font-size: 83.3%;
	font-weight: bold;
}

h6 {
	font-size: 75%;
	font-weight: bold;
}

table {
	font-size: 83.3%;
	margin: 0.5em;
	border-collapse: collapse;
	empty-cells: show;
}
th {
	padding: 0.3em;
	font-weight: bold;
	white-space: nowrap;
}

td {
	padding: 0.3em;
}

address {
	font-size: 83.3%;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}

/* ==== 3: img styles setting =========================== */
/* img border none */
img {
	border: none;
}

/* ==== 4: clearfix =========================== */
/* For modern browsers Firefox 3.5+, Safari 4+, Chrome, Opera 9+, IE 6+ */
.clearfix:before, .clearfix:after {
	content: "";
	display:table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
