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

#wrap {
	width:1194px;
	background:transparent url(http://img15.shop-pro.jp/PA01082/498/etc/shadow.gif) repeat-y;
	margin:0px auto;
}

body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	background-color: #000000;
}

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

img {
	padding: 2px;
	border: 0px;
}

a:hover img {
	padding: 2px;
	background: #00ffff;
}

/* basic style */

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #00ffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

/*テキスト*/
h1 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
}

h2 {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 18px;
}

h3 {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	font-style: normal;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 19px;
	padding: 20px 20px;
}

h4 {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-align: left;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 19px;
	padding: 0px 0px 10px 20px;
}

h5 {
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	font-style: normal;
	text-align: center;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', sans-serif;
}

h6 {
	font-size:1px;
	font-weight:normal;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}


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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
	width:920px;
	clear:left;
	padding-left: 30px;
	background-image: url(http://img15.shop-pro.jp/PA01082/498/etc/header.gif);
	background-repeat: no-repeat;
	height: 180px;
}

/* ■ナビ */

#navi {
	position: relative;
	padding-left: 0px;
	height: 35px;
	margin-bottom: 20px;
} 
#navi ul {
  margin: 0 0 0;
  padding: 0;
  
}
#navi li {
  position: absolute;
  top: 0px;
  display: block;
  margin: 0;
  padding: 0;
  width: 137px;
  height: 35px;
  text-indent: -9999px;
}
#navi li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 137px;
  height: 35px;
}

/* ■ナビ / マウスオーバー */

#navi li#home      {
	background: url(http://rallye-kanazawa.com/label/navi-top/home-off.gif) no-repeat;
}
#navi li#home a:hover      {
	background: url(http://rallye-kanazawa.com/label/navi-top/home-on.gif) no-repeat;
}
#navi li#about    {
	left: 135px;
	background: url(http://rallye-kanazawa.com/label/navi-top/about-off.gif) no-repeat;
}
#navi li#about a:hover    {
	background: url(http://rallye-kanazawa.com/label/navi-top/about-on.gif) no-repeat;
}
#navi li#rallye    {
	left: 271px;
	background: url(http://rallye-kanazawa.com/label/navi-top/rallye-off.gif) no-repeat;
}
#navi li#rallye a:hover    {
	background: url(http://rallye-kanazawa.com/label/navi-top/rallye-on.gif) no-repeat;
}
#navi li#klee    {
	left: 406px;
	background: url(http://rallye-kanazawa.com/label/navi-top/klee-off.gif) no-repeat;
}
#navi li#klee a:hover    {
	background: url(http://rallye-kanazawa.com/label/navi-top/klee-on.gif) no-repeat;
}
#navi li#ep    {
	left: 542px;
	background: url(http://rallye-kanazawa.com/label/navi-top/ep-off.gif) no-repeat;
}
#navi li#ep a:hover    {
	background: url(http://rallye-kanazawa.com/label/navi-top/ep-on.gif) no-repeat;
}
#navi li#carroway    {
	left: 677px;
	background: url(http://rallye-kanazawa.com/label/navi-top/carroway-off.gif) no-repeat;
}
#navi li#carroway a:hover    {
	background: url(http://rallye-kanazawa.com/label/navi-top/carroway-on.gif) no-repeat;
}
#navi li#event    {
	left: 813px;
	background: url(http://rallye-kanazawa.com/label/navi-top/event-off.gif) no-repeat;
}
#navi li#event a:hover    {
	background: url(http://rallye-kanazawa.com/label/navi-top/event-on.gif) no-repeat;
}

/* ■左側ナビ */

#left-navi {
	position: relative;
	padding-left: 0px;
	height: 41px;
	margin-bottom: 150px
}
#left-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left-navi li {
  position: absolute;
  top: 0px;
  display: block;
  margin: 0;
  padding: 0;
  width: 177px;
  height: 41px;
  text-indent: -9999px;
}
#left-navi li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 177px;
  height: 41px;
}

/* ■左側ナビ / マウスオーバー */

#left-navi li#order     {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/order-off.gif) no-repeat;
}
#left-navi li#order a:hover      {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/order-on.gif) no-repeat;
}
#left-navi li#pay    {
	top: 41px;
	background: url(http://www.rallye-kanazawa.com/label/navi-side/pay-off.gif) no-repeat;
}
#left-navi li#pay a:hover    {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/pay-on.gif) no-repeat;
}
#left-navi li#trans    {
	top: 79px;
	background: url(http://www.rallye-kanazawa.com/label/navi-side/delivery-off.gif) no-repeat;
}
#left-navi li#trans a:hover    {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/delivery-on.gif) no-repeat;
}
#left-navi li#form    {
	top: 118px;
	background: url(http://www.rallye-kanazawa.com/label/navi-side/question-off.gif) no-repeat;
}
#left-navi li#form a:hover    {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/question-on.gif) no-repeat;
}
#left-navi li#account    {
	top: 157px;
	background: url(http://www.rallye-kanazawa.com/label/navi-side/account-off.gif) no-repeat;
}
#left-navi li#account a:hover    {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/account-on.gif) no-repeat;
}

/* ■カートナビ */

#cart-navi {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 177px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	height: 55px;
}
#cart-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cart-navi li {
  margin: 0;
  padding: 0;
  width: 177px;
  height: 39px;
  text-indent: -9999px;
}
#cart-navi li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 177px;
  height: 39px;
}

/* ■カートナビ / マウスオーバー */

#cart-navi li#cart    {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/viewcart-off.gif) no-repeat;
}
#cart-navi li#cart a:hover    {
	background: url(http://www.rallye-kanazawa.com/label/navi-side/viewcart-on.gif) no-repeat;
}


/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:180px;
	padding-right: 20px;
	padding-left: 30px;padding-bottom: 100px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 660px;
	padding-right: 20px;
	padding-left: 30px;padding-bottom: 100px;
	border-left-width: 1px;border-left-style: dotted;
	border-left-color: #ffffff;
}

/*　フッター（コピーライト）　*/
.footer {
	width:950px;
	clear:left;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #000000;
	height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	}


table.option th {
	text-align:left;
	font-weight:normal;
	border:1px solid #ffffff;
}


table.option td {
	background:##E8E8E8;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}

/* 会員価格の表示 オプション用 */
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

.discount_rate_stock {
	padding:2px 0px;
	color:#ff0000;
}