@charset "utf-8";/* display */ins, del {	display: block;}p ins, p del, ul ins, ul del, ol ins, ol del, dl ins, dl del, table ins, table del {	display: inline;}/* blank */body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, thead, tbody, tfoot, caption, th, td {	margin: 0;	padding: 0;	list-style-type: none;	line-height: 0;}/* border */table {	font-size: 100%;	border-collapse: collapse;	border-spacing: 0;}img {	border: 0 none;}/* font */h1, h2, h3, h4, h5, h6 {	font-size: 0px;	line-height: 0px;	position: absolute;	left: -9999px;	top: -9999px;}address, caption, cite, code, dfn, th, var {	font-style: normal;	font-weight: normal;}select, input, textarea {	font-size: 90%;}/* overflow */html {	overflow: scroll;	overflow: -moz-scrollbars-vertical;	overflow-x: scroll;}/* align */img, input {	vertical-align: baseline;}/* cursor */a:hover {	position: relative;	left: 1px;	top: 1px;}