/* *	スタイルシート */@import url(layout.css);@import url(color.css);/* *	基本的な定義 */body	{			font-family: "MS UI Gothic"; font-size: 10pt;			text-align: left; text-indent: 0;			line-height: 150%; list-style-type: none;			margin: 20 }p            {			font-family: "MS UI Gothic"; font-size: 10pt;			line-height: 150%; list-style-type: none;			margin: 1 }/*	見出し	*/h1, h2, h3, h4, h5, h6 {			font-family: "MS UI Gothic"; font-size: 12pt;			text-align: left; text-indent: 0;			line-height: 150%; list-style-type: none; 			margin-left: 0; margin-right: 0; margin-top: 6; margin-bottom: 2 }             h2		{			margin-left: 10; margin-right: 0; margin-top: 4; margin-bottom: 2 }h3		{			margin-left: 20; margin-right: 0; margin-top: 4; margin-bottom: 2 }h4		{			font-size: 10pt;			margin-left: 30; margin-right: 0; margin-top: 2; margin-bottom: 2 }h5		{			font-size: 10pt;			margin-left: 40; margin-right: 0; margin-top: 2; margin-bottom: 0}h6		{			font-size: 10pt;			margin-left: 50; margin-right: 0; margin-top: 0; margin-bottom: 0}/*	リンク	*/a		{			text-decoration:none;font-weight: bold }a:link	{}a:visited	{}a:active	{}a:hover	{}/*	表	*/table	{ 				line-height: 150%;			margin: 0; padding: 0 }th		{			font-family: "MS UI Gothic"; font-size: 10pt;			background-color: #CCCCCC; color: #000000		}td		{			font-family: "MS UI Gothic"; font-size: 10pt;			line-height: 150%;			left: 0; top: 0; position: relative; float: left;		}/*	意味・インストール	*/div.terminal	{ background-color: #000000; color: #CCFF99; border: 1 groove #C0C0C0 }div.textfile	{ background-color: #FFFFCC; color: #000000; border: 1 dotted #C0C0C0 }p.command	{}.path		{}.windowname	{}.menuname	{}.url			{}.urltitle		{}.urldescripiton	{}.product		{}.company		{}.standard		{}.point		{ background-color: #CCCCFF; color: #000000 }.note		{ background-color: #FFCCCC; color: #000000 }