/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}
<STYLE type="text/css">
<!--strong {
color: #555555;
}
A:link { color: #555555; text-decoration: none}   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #9b999a;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #9b999a } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #9b999a;
  text-decoration: none     /* 下線を消す */
}

body { 

	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center; 


　　　
}
-->
</STYLE>

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:1080px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:240px;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #9b999a;
	text-align:right;
}

.postage {
	border-top:1px dotted #9b999a;
	border-bottom:1px dotted #9b999a;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 840px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
	border-top:#9b999a dotted 0px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

