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

body {
	color: #333333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.8em;
	background:url(https://img05.shop-pro.jp/PA01110/672/etc/bg.gif) top repeat-x #FFFFFF;
	text-align:center;
}

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

img {
	border: 0px;
}

.clear {
	clear: both;
}

.g {
color:#cccccc;
}

a:link {
text-decoration: none ;
color: #333399
}

a:visited {
text-decoration: none ;
color: #666699
}
 
a:active {
text-decoration: none ;
color: #996600
}

a:hover {
text-decoration: none ;
color: #6699FF;
}


.title1 { 
background-color: #ff0000; /* 背景色 */ 
font-size: 12pt; /* 文字サイズ */ 
color: #ffffff;
padding: 5px; /* 帯内の余白 */ 
text-align: left; /* 文字の位置 */ 
} 


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 10px;
	font-size: 12px;
	text-align:left;
	}

/* ------------------------------------- 
 *	ページタイトル
 * ------------------------------------- */
.pagetitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #7F7F7F;
	font-size: 14px;
	clear: both;
	text-align:left;
	}
	
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

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

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

.header .left {
float:left;
width:658px;
text-align:left;
margin:30px auto 20px auto;
}

.header .right {
float: right;
width:252px;
}

.header .right ul {
margin-top:30px;
}

.header .right ul li {
list-style:none;
float:left;
}

.header .global {
#margin-top:-22px;
padding-top:5px;
width:910px;
height:65px;
}

.header .global ul li {
list-style:none;
float:left;
}


#contents {
width:910px;
margin:35px auto auto auto;
}

#contentsInner {
width:910px;
margin:auto;
background:url(https://img05.shop-pro.jp/PA01110/672/etc/side_bg.gif) top right repeat-y;
}


/*leftとmainを囲む*/
.wrapper {
 width:725px;
 float:left;
 margin:auto 0;
 background:url(https://img05.shop-pro.jp/PA01110/672/etc/side_bg.gif) top left repeat-y;
}

/*　画面左側メニュー　*/
.side_left {
_clear:both;
float: left;
width:185px;
}

#cart {
background:#FFFFFF ;
margin:8px 8px 1px 8px ;
text-align:left;
padding:6px;
}

#cart_btn {
background:#FFFFFF ;
margin:0px 8px 8px 8px ;
padding:6px;
}

.category {
padding:8px 8px 4px 8px;
}

.rollover01 a {
display:block;
width:169px;
height:21px;
background:url(https://img05.shop-pro.jp/PA01110/672/etc/l-menu_category_bg02.gif) no-repeat left top;
outline:none;
color:#333333;
text-align:left;
padding-left:21px;
margin-bottom:4px;
text-decoration:none;
}
.rollover01 a:hover {
background-position:left bottom;
width:169px;
height:21px;
color:#FFFFFF;
margin-bottom:4px;
text-decoration:none;
}


/*　中央の幅　*/
.main {
float: right;
width: 528px;
_width:520px;
background:#FFFFFF;
border:1px #e8e8e7 solid;
margin:0 5px;
_margin:0 3px;
}



/*　画面右側メニュー　*/
.side_right {
float: right;
width:185px;
}

#recommend {
margin:8px;
}

#recommend_item {
background:#FFFFFF ;
margin-bottom:5px;
text-align:left;
padding:0 6px;
}


#seller {
margin:8px;
}

#seller_item {
background:#FFFFFF ;
margin-bottom:5px;
text-align:left;
padding:0 6px;
}



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

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

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

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

}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:left;
     margin:5px 0 5px 10px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}