/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

<!--志郎追加　リンクのアンダーバーを消す下記5行追加-->
a { text-decoration: none;}
a:link { text-decoration: none;}
a:visited{ text-decoration: none;}
a:active { text-decoration: none;}
a:hover { text-decoration: none;}


body {
  font-size: 82%;
  font-family: sans-serif ;
  line-height: 2.2em;
  background-color: <{$page_bgcolor}>;
  background-image: url(<{$page_bgimg}>);
  color: <{$font_color}>;
}

body a { color: #000000;}     /*志郎追加*/

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%;
text-align: center;          /*志郎追加*/
}

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

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:center;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:left;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	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: 800px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
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:#838383 dotted 0px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
  padding: 7px 7px 7px 7px;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
  padding: 7px 7px 7px 7px;
}
.header .logo img {
	max-width: 369px;
	max-height: 213px;
}
