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 : 170px;       /* 幅を200pxに設定 */
}
div#secondary-column {
  float : right;       /* セカンダリーカラム（メニュー等）を右側に回り込ませる */
  width : 630px;       /* 幅を600pxに設定 */
}
div#siteinfo-legal {
  clear : both;        /* 全ての回り込みの解除 */
}

.skyblue{color: #0066CC; font-weight: bold; font-size: 16px;}
P {
	LINE-HEIGHT: 1.4
}
FONT {
	COLOR: #636363
}
IMG {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
a { text-decoration: none; }
a:link {
color: #636363;
}
a:visited {
color: #636363;
}
a:active {
color: #636363;
}
a:hover {
color: skyblue;
}
div.plist_1{position: relative;width:425;height:20;}
div.plist{position: relative;width:425;height:100;}
#menu{position: absolute;line-height:1.4;vertical-align: top;top:0;left:0;}
#price{position: absolute;line-height:1.4;vertical-align: top;top:0;right:0;}