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

body {
	color: #000000;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
        background-image:url(http://img20.shop-pro.jp/PA01248/044/etc/bg.png?20130701203627;)
	text-align:center;
        font-size: 12px;

}

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

img {
	border: 0px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

a:link{color:#000; text-decoration: none;}
a:hover{color:#999; text-decoration: none;}
a:visited{color:#333; text-decoration: none;}

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

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

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

.header .logo{
 width: 200px;
 float:left;
 display: inline;
}

.header .menu{
 float:right;
 margin-top:30px;
 overflow: hidden;
}

.header ul{
 margin-left: -1px;
 vertical-align: middle;
}

.header li{
 display: inline;
 padding: 0 15px;
 text-decoration:none;
 border-left: solid 1px #999;
}


/*　画面右側メニューの幅　*/
.side {
	float: left;
	width:200px;
        margin-top:30px;
}

/*　画面左側の幅　*/
.main {
	float: left;
	width: 770px;
        margin-top:30px;
        margin-right:30px;
}

/*右メニュー商品カテゴリ*/
.category{
width: 220px;
padding: 10px 0;
vertical-align: middle;
border-bottom: dotted 1px #999
}

.category img{
vertical-align: middle;
display: inline;
}

.category span{
font-size: smaller;
margin-left:2px;
}

/*ショッピングカート*/

.cartbtn {
text-align:center;
margin: 10px 0 15px;
border: solid 1px #999;
padding:10px 0;
background-color: #ECECEC;
}


.cart{
padding: 10px;
border: solid 1px #999;
margin-top: 5px;
}

/*バナー*/
.banner{
margin-top:20px;
}

.sns{
margin-top: 10px;
padding: 10px;
}


/* 特定商取引法に基づく表記（返品など）ボタン */
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;
 background-color: #000;
 color: #FFF;
 padding: 30px 0;
}

.footer a:link {
color: #EEE;
padding: 5px;
}
.footer a:visited{ color: #999;}
.footer a:hover{ color: #666;}

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

/*　送料無料表示　*/
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	margin:0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
	list-style-type:none;
	margin-bottom:5px;
}

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

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


.tbl_calendar {
  border: 1px solid #ccc !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 2px !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}