body	{	background-color:white;			/* 背景色：白 */	color:black;				/* 文字色：黒 */	}A:link	{	color:blue;				/* リンク：文字色 */	}A:visited	{	color:orange;				/* 既訪リンク：文字色 */	}A:hover	{	background-color:yellow;		/* 背景色： */	}A:active	{	color:yellow;				/* リンククリック中：文字色 */	background-color:purple;		/* 背景色： */	}.classbody	{					/* ドキュメント全体 */	color:black;				/* 文字色：黒 */	width:80%;				/* 表示の横幅 */	margin:5% 10% 0% 10%;				/* マージン一括指定 */	padding:8px;				/* パディング一括指定 */	text-align:left;			/* 文字揃え：左寄せ */	font-size:80%;			/*  フォントサイズ */	background-color:#eeeeee;		/* 背景色： *//* 	background-image:url("bg.jpg");		背景画像： */	}h  {	margin:0px				/* マージン一括指定 */	line-height:0;			/* 行幅 */	font-weight:bold;			/* フォントスタイル */	}h1	{	font-size:140%;			/*  フォントサイズ */	background-color:silver;			/* 背景色： */	}	.menu	{	line-height:0;			/* 行幅 */	margin:8px 0px 0px 0px;				/* マージン一括指定 */	padding:0px;				/* パディング一括指定 */	}.daily	{	margin:20px 0px;				/* マージン一括指定 */	padding:3px 3px 5px;				/* パディング一括指定 *//* 	border:1px gray dotted;				ボーダー一括指定 */	background-color:white;			/* 背景色 */	color:black;				/* 既訪リンク：文字色 */	}h2	{	margin:0px;				/* マージン一括指定 */	font-size:120%;			/*  フォントサイズ */	}h3	{	margin:16px 0px 0px;				/* マージン一括指定 */	font-size:110%;			/*  フォントサイズ */	color:gray;				/* 文字色： */	}h4	{	margin:16px 0px 0px;				/* マージン一括指定 */	font-size:100%;			/*  フォントサイズ */	color:gray;				/* 文字色： */	}p	{	margin:0px;	}q	{		font-style:italic;			/* フォントスタイル */	}em	{	font-style:normal;			/* フォントスタイル */	font-weight:bold;			/* 太さ */	}strong	{	font-style:italic;			/* フォントスタイル */	font-weight:bold;			/* 太さ */	color:red;				/* 文字色：黒 */	}hr {	color:lightgrey;				/* 文字色： */	height:1px;				/* ボーダー一括指定 */	margin:1px 0px 1px 0px;				/* マージン一括指定 */	}.daily p {	line-height:170%;	margin:0 0 15px 0;	}.daily h2 {	margin:0px 0px 3px;				/* マージン一括指定 */	color:gray;				/* 文字色： */	}img	{	margin:2px 0px 5px 0px;				/* マージン一括指定 */	border: none;	clear:;				/* 回り込み解除 */	} .info {	margin:20px 0px 0px;				/* マージン一括指定 */	color:dimgray;		}.info h2 {	font-size:100%;			/*  フォントサイズ */	}address {	margin: 14px 0 0 0;	}