@charset "UTF-8";/* CSS Document */html body {	margin: 0;	padding: 0;/*	font-family: "MS PGothic", "Osaka", "Meiryo", "Tahoma", sans-serif;*/	line-height: 1.2;	height:100%;}body, div,dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, code, p, blockquote, th, td,form, fieldset, legend, input, select, textarea {	margin: 0;	padding: 0;	word-break:break-all;/* for IE */}.hidden {	display: none;	font-size: 0px;}html img {	border: 0;	vertical-align: bottom;}li {	list-style: none;}/*	CLEAR FIX ---------------------------------------------- */.clear {		zoom:1;/*for IE 5.5-7*/}.clear:after {/*for modern browser*/	content: "";	display: block;	clear: both;	/* height: 0px; */	/* overflow: hidden; */}* html .clear {	display: inline-table;	/*\*/display: block;/**/}/*	TABLE---------------------------------------------- */table{	border-collapse:collapse;	border-spacing:0;	text-align:left;}