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

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

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

img {
	border: 0px;
}

a {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.cart_space img {
	border: 0px #cccccc solid;
	margin: 7px 0px 7px 3px;
}





/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:170px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:165px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}




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

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

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

#header_text {
	display: block;
	width: 1000px;
	height: 152px;
	background: url(http://img09.shop-pro.jp/PA01038/874/etc/topLOGO9.jpg?20150403155018) no-repeat;
}

#header_text p {
	float: right;
	padding: 20px 10px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	font-style: none;
          
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #333333;
	line-height: 1.4;
}

















#gbn {
margin:0 auto 15px auto; /* 15pxがグローバルナビ下の余白、お好みで調整 */
}

#gbn1 {width:90px;}
#gbn2 {width:88px;}
#gbn3 {width:89px;}
#gbn4 {width:89px;}
#gbn5 {width:89px;}
#gbn6 {width:88px;}
#gbn7 {width:89px;}
#gbn8 {width:88px;}
#gbn9 {width:89px;}


#gbn10 {width:101px;text-align:right;}
#gbn11 {}
#gbn11_form {
padding-left:20px;
}

.gbn9_form_select {
width:206px;
margin-bottom:5px;
}

.gbn9_form_input {
width:140px;
margin-right:5px;
}













/*leftとmainを囲む*/
.wrapper {
 width:800px;
 float:left;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:190px;
	margin-right:10px;
	padding-left:5px;
	padding-bottom: 30px;
	background-color: #d3d3d3;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 595px;
}

.right {
	float: left;
	width:190px;
	padding-left:5px;
	background-color: #d3d3d3;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
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;
 font-size: 11px;
 color: #666666;
 padding: 10px;
}

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


#footer_menu {
	width:100%;
	clear:left;
	text-align: center;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #999999;
}


/* ------------------------------------- 
 *	コンテンツスタイル
 * ------------------------------------- */

#group {
	font-size: 12px;
	padding: 3px 0px 2px 3px;
}

#group p {
	margin: 0px 0;
	padding: 3px 0;
	line-height: 1.4em;
}

hr {
	margin: 3px 0;
}

