@charset "Shift_JIS";/* =========== head =========== */head	{	display: none;	}/* =========== block element =========== */html	{	display: block;	color: WindowText;	background-color: Window;	margin: 0;	padding: 0;	}body	{	display: block;	margin: 0;	padding: 1em;	text-align: left;	}h, h1, h2, h3, h4, h5, h6,section, div.section,p, pre, blockquote,ul, ol, nl, name,address, hr	{	display: block;	margin: 1em 0;	padding: 0;	white-space: normal;	text-align: left;	}h, h1, h2, h3, h4, h5, h6	{	font-weight: bold;	}h1,body > h	{	font-size: 150%;	}h2,body > section > h	{	font-size: 120%;	}h3, h4, h5, h6,body > section > section h	{	font-size: 100%;	}pre	{	white-space: pre;	font-family: monospace;	}ul, nl	{	padding-left: 1.5em;	}li	{	display: list-item;	list-style-type: disc;	margin: 0;	padding: 0;	white-space: normal;	}l	{	display: block;	margin: 0;	padding: 0;	text-align: inherit;	}/* =========== inline element =========== */a,/* button, .. Measure for MacIE5 bug */cite, q, quote,abbr, strong, span, img,object, map, area,iframe	{	display: inline;	}cite	{	font-style: italic;	}abbr	{	border-bottom: 1px dotted;	cursor: help;	}strong	{	font-weight: bold;	}q, quote	{	font-style: italic;	}q:before	{	content: "u";	}q:after	{	content: "v";	}img	{	border: none;	}