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

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


p.ex01 {
           color: #000000;
	font-size: 420%;
          font-family:"Garamond", "ＭＳ Ｐ明朝", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	line-height: 1em;
}

p.ex02 {
           color: #e6e6fa;
	font-size: 160%;
          font-family:"Garamond", "ＭＳ Ｐ明朝", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	line-height: 1em;
}


p.ex03 {
           color: #d3d3d3;
	font-size: small;
          font-family:"Garamond", "ＭＳ Ｐ明朝", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	line-height: 1em;
}


a:link {
	color: #666666;
line-height: 1.8em;
	text-decoration: underline;
}

a:visited {
	color: #000000;
line-height: 1.8em;
	text-decoration: underline;
}

a:active {
	color: #000000;
line-height: 1.8em;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	background: none;
line-height: 1.8em;
	text-decoration: none;
}



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

img {
	border: 0px;
}


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

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

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

/*　画面左側メニューの幅　*/
.side {
margin:0px 20px 0px 20px;
	float: left;
	width:15%;
}

.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: 80%;
}

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

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

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

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