body {
	text-align : center; /* バグを利用してブロックレベル要素をセンタリング */
}
div#container {
  width : 800px;       /* コンテンツ幅を800pxに設定 */
  margin-left : auto;  /* 左側のマージンを自動算出 */
  margin-right : auto; /* 右側のマージンを自動算出 */
  text-align : left;   /* body要素で指定したセンタリングを戻す */
}
div#primary-column {
  float : left;        /* プライマリーカラム（記事等）を左側に回り込ませる */
  width : 200px;       /* 幅を200pxに設定 */
}
div#secondary-column {
  float : right;       /* セカンダリーカラム（メニュー等）を右側に回り込ませる */
  width : 580px;       /* 幅を580pxに設定 */
}
div#siteinfo-legal {
  clear : both;        /* 全ての回り込みの解除 */
}
li {
	list-style-type: none;
}
div#fright {
	float: right;
	/* margin-right: 1em; */
}
div#fclear {
	clear: both;
}
</style>
div {
}

