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


html{
    height:100%;
}


body {
margin:0;
padding:0;
height:100%;
	color: #663300;
	font-size: 14px;
          font-weight: bolder;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "メイリオ", "Osaka‐等幅";
	line-height: 1.5em;
	background-image:url(https://img09.shop-pro.jp/PA01044/085/etc/mokume-back.jpg?20150331144354);
        background-repeat:repeat;
background-attachment: fixed
	text-align:center;
}

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

img {
	border: 0px;
}


a {
text-decoration: none;
}

a:link{ color: #663300; }
a:hover{ color: #663300; text-decoration: underline; }
a:visited { color: #663300; }

.titlem{
margin:10px 0 10px 0;
}

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

/*ページ全体の幅、レイアウトをセンタリング*/

body >  #raceleft{
height: auto;
}


#container {
	margin:0px auto;
	width:1020px;
height:auto;
	text-align:left;
background-color:#ffffff;

}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
width:1020px;
height:90px;
 margin:0 ;
padding:0;
background-image:url(https://img09.shop-pro.jp/PA01044/085/etc/race_line01.gif);
background-position:bottom;
background-repeat:no-repeat;
bbackground-color:#FFFFFF;
}

.logo{
 width:255px;
 height:90px;
float:left;
margin:10px 0 10px 10px;
padding:0;
}

.g_menu{
margin:10px 0 0 0;
text-align:center;
float:right;
}

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

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:180px;
padding:10px 10px 10px 10px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 600px;
margin:0 10px 0 10px;

}

.right {
	float: left;
	width:180px;
padding:10px 10px 10px 10px;
}

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

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

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

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


/*  左メニュー　*/


ul.cate{
text-align:left;
list-style-type:none;
}


/*  右メニュー　*/

ul.seller{
text-align:center;
margin:-5px 0px -20px 30px;
width:120px;
}

ul.seller li{
list-style-type: none;
width:120px;
margin:5px 0 5px 0;
padding:0;
font-size:11px;
letter-spacing:0em;
background-image:url(https://img09.shop-pro.jp/PA01044/085/etc/photo_back100.gif);
background-repeat:no-repeat;
background-position:center top;
text-align:center;
line-height:1.3em;
}


