BODY{	background-color: #FFFFFF;	/* バックの色:白 */	margin-top:0px;			/* 上マージン:0px */	margin-left:0px;		/* 左マージン:0px */	margin-right:0px;		/* 右マージン:0px */	font-size:100%;			/* 文字サイズ */	color:#333333;			/* 文字色：グレー */	line-height:120%		/* 行間：120% */	}A:link		{color:#CC6666}		/* リンク色:ピンク色 */A:visited	{color:#CC9999}		/* ブリンク色:薄ピンク */A:alink		{color:#CC9999}		/* クリック色:薄ピンク */A:active	{color:#CC9999}		/* 薄ピンク */ H1	{	font-size:12px;			/* 文字サイズ：大見出し */	color:#000000;			/* 文字色：黒 */	font-weight:bold;		/* 文字太さ：太字 */	margin-top:2px;		/* 上マージン：2px */	margin-left:2px;		/* 左マージン：2px */	margin-right:2px;		/* 右マージン：2px */	padding:2px;			/* パディング：2px */	}.honbun {	font-size: 12px;	color: #333333;	line-height: 130%;}.honbun_s {	font-size: 10px;	color: #333333;	line-height: 120%;}.honbun_b {	font-size: 12px;	color: #000000;	font-weight:bold;		line-height: 110%;}.wn {	font-size: 10px;	color: #666666;	line-height: 100%;}.cap {	font-size: 11px;	line-height: 110%;}.foot {	font-size: 10px;	color: #333333;	line-height: 130%;}