@charset "utf-8";

body {
	font-size: 87.5%;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.71;
	margin: 0;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	vertical-align: middle;
}
.noW {
	white-space: nowrap;
}
hr, .areaAnchor, .anchor {
	display: none;
}
img {
	border: none;
	vertical-align: bottom;
}

/* clearfix
--------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* acronyms and abbreviations styles 
-------------------------------------
*/
acronym,abbr {cursor:help;}