﻿/* CSS Document */#text{float:left;width:500px;margin:20px;}body {	text-align: center;/* box centering */	font-size: 12px;	_font-size: 100%;	color:#666;	margin: 0 auto;	padding: 0;    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}/* general params */div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {	margin: 0;	padding: 0;	line-height: 1.4;	font-size: 16px;	text-align: left;	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	}table {	border-collapse: collapse;	border-spacing: 0;	empty-cells: show;}fieldset,img {	border: none;}address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;	font-weight: normal;}li {	list-style:none;	margin-top:15px;}a{font-size:13px;}caption,th {	text-align:left;}h1,h2,h3,h4,h5,h6 {	font-weight: bold;}q:before,q:after {	content: '';}abbr,acronym {	border: none;}
