		/* ================================================ */
		/* 今回の記事のサンプルはここ（スタイルシート部分） */
		/* ================================================ */

		div.imagebox {
		   border: 1px dashed #0000cc; /* 枠線 */
		   background-color: #eeeeff;  /* 背景色 */
		   width: 130px;               /* 横幅 */
		   float: left;                /* 左に配置 */ 
		   margin: 5px;                /* 周囲の余白 */
		}
		p.image, p.caption {
		   text-align: center; /* 中央寄せ */
		   margin: 5px;        /* 余白・間隔 */
		}
		p.caption {
		   font-size: 80%;     /* 文字サイズ */
		   color: darkblue;    /* 文字色 */
		}

		p.exp {
			clear: left;       /* 回り込みを解除 */
		}

		/* ※以下は今回の記事とは無関係のスタイルです。 */
		p#allabout { background-color: #cc0000; color: white; padding: 0.3em; font-size: 80%; }
		p#allabout a { color: white; background-color: #cc0000; text-decoration: none; font-weight: bold; }
		p#allabout a:hover { text-decoration: underline; }
		p#copyright { font-size: 60%; font-family: Verdana,Arial,sans-serif; margin: 1em 0px; border-top: 1px gray solid; }
		form.closebutton { text-align:center; margin: 0.5em; }

