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

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "Meiryo", "Osaka", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	line-height: 1.7em;
	background-color: #707070;
	text-align:center;
}

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

img {
	border: 0px;
}
.float-c {
	clear:both;
}
.float-r {
	float: right;
}
.float-l {
	float: left;
}

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

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
 width:100%;
 clear:left;
 font-size:11px;
 text-align:right;
 height:107px;
}
.pan {
 width:100%;
 clear:left;
 font-size:11px;
 text-align:right;
 height:25px;
}
#menu li {
 float:left;
 list-style-type: none;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:214px;
	padding:13px;
	background-color:#E4D6EB;
}
.pickup {
	padding:5px;
	background-color:#ffffff;
	height:76px;
	clear:both;
	line-height:1.3em;
	border-top:dotted 1px #D4D4AE;
}
.pickup dt {
	float:left;
}
.pickup dd {
	float:left;
	width:98px;
	margin-left: 5px;
	font-size:10px;
}
.midasi {
	width:214px;
	height:28px;
	background-image: url(https://img15.shop-pro.jp/PA01154/893/etc/back.gif?20111126174841);
	background-repeat: no-repeat;
	color:#ffffff;
	line-height:2em;
}.midasi2 {
	width:600px;
	height:28px;
	line-height:2em;
	background-image: url(https://img15.shop-pro.jp/PA01154/893/etc/back2.gif?20111126190411);
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight:bold;
}
.photo {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.photo img {
	padding:4px;
	border:solid 1px #D4D4AE;
}
.photo2 {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

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

.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: 640px;
}
.detail {
	margin-left:20px;
	margin-top:10px;
	margin-right:20px;
}

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

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

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

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