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

body {
	color: #000000;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.9em;
	background-color: #ffffff;
	text-align:center;
}

img {
border: 0px;
}

.itembox {
width:240px;
}

.itemimage{
padding:5px 80px 5px 0px;
}

.qlookimage {
vertical-align:middle;
margin-top:-4px;
border: 0px;
} 

p.okiniiri {
   border-bottom: 1px dotted black;
   width: 640px;
}

/* ページ全体のリンク色 */
a {color:#000000;text-decoration:none;}
a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#696969;text-decoration:none;}
a:active {color:#000000;text-decoration:none;}

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



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

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

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

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

/*　画面右側の幅　*/
.main {
	float: left;
	width: 720px;
	margin:0px 0px 0px 50px;
}


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

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

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

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

}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:5px auto 0;
     border:1px solid #000;
     width:160px;
}

#option_tbl th{
     padding:5px;
     border:1px solid #000;
}

#option_tbl td input{
     float:none;
     margin:0px;
     width:auto;
height:30px;
}

#option_tbl th,
#option_tbl td.none {
}

#option_tbl td {
     padding:5px;
     text-align:center;
     border:1px solid #000;
}

.stock_zero {
     color:red;
}