@charset "UTF-8";/* ----------------------------------------------------------------------	init---------------------------------------------------------------------- */html {	width: 100%;}* {	margin: 0;	padding: 0;}body {	background-color: #fff;	color: #000;}img {	border: 0;}hr {	display: none;}/* ----------------------------------------------------------------------	link---------------------------------------------------------------------- */a {	color: #00f;	text-decoration: none;}a:visited {	color: #639;	text-decoration: none;}a:hover {	text-decoration: underline;}/* ----------------------------------------------------------------------	text---------------------------------------------------------------------- */* {	font-size: 12px;	/*font-family: Osaka, sans-serif;*/	font-family: Georgia, serif;	/*letter-spacing: 0.1em;*/}body {	/*line-height: 1.8;*/	line-height: 1.4;}h1 {	/*font-size: 2.5714286em;*/	font-size: 1em;	font-weight: bold;}h1 a {	font-size: 100%;}h2 {	/*font-size: 1.7142857em;*/	/*font-size: 1.2857143em;*/	font-size: 1em;	font-weight: bold;}h2 a {	font-size: 100%;}h3 {	/*font-size: 1.2857143em;*/	font-size: 1em;	font-weight: bold;}h3 a {	font-size: 100%;}h4 {	font-size: 1em;	font-weight: bold;}h4 a {	font-size: 100%;}h5 {	font-size: 0.8333333em;	font-weight: bold;}h5 a {	font-size: 100%;}h6 {	font-size: 0.71428571em;	font-weight: bold;}h6 a {	font-size: 100%;}blockquote * {	font-family: Georgia, serif;}pre {	font-family: Monaco;	font-size: 0.85714286em;}pre code {	font-size: 100%;}p {}ul {	list-style-type: square;	list-style-image: none;	list-style-position: outside;}ol {	list-style-type: decimal;	list-style-image: none;	list-style-position: outside;}li {}dl {}dt {}dd {}strong {	font-weight: bold;}em {	font-style: italic;}cite {	font-style: normal;}code {	font-family: Monaco;}q {}/* q:before {content:"";}q:after {content:"";} *//* ----------------------------------------------------------------------	form---------------------------------------------------------------------- */fieldset {	border-width: 0;}