@charset "shift_jis";
@import "./common/base-shop.css";
@import "./common/style.css";

h1 {
	width: 160px;
	height: 230px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}

/* タイトル背景画像全体にリンクがかかる処理。テキストは横に飛ばして見えないようにしている */
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	display: block;
	width: 160px;
	height: 230px;
	color: #000000;
	text-indent: -1000px;
	text-decoration: none;
}

/* タイトル背景画像をずらしてロールオーバー風に */
h1 a:hover {
	background-color: #cccccc;
	background-image: url(../images/logo.gif);
	background-position: 160px 0px;
}


h2 {
	font-size: 120%;
}
h3
 {
	font-size: 110%;
	background-image: url(../images/h3_border_720.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.2em; /* 下線との間のパディング */
}
h4{
	font-size: 100%;
	background-image: url(../images/h4_border_720.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.2em; /* 下線との間のパディング */
}
h5 {
	font-size: 90%;
	background-image: url(../images/h5_border_720.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.2em; /* 下線との間のパディング */
}
/* ■段組み */
#content {
	position: absolute;
	top: 90px;
	left: 160px;
	width: 620px;
}
#content * {
	margin-left: 20px;
	margin-right: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}
#content h2,h3,h4,h5 {
	line-height:120%;
	margin-bottom: 0.5em;
}
#content .pagetop {
	font-family: Arial, sans-serif;
	text-align: right;
	margin-bottom: 1em;
}
#content .pagetop a {
	color: #666664;
	font-weight: bold;
	text-decoration: none;
}

/* 商品詳細画面のパンくずナビゲーション用 */
#content .item_navi {
	font-size: 84%;
	text-align: right;
}

/* 一押し商品：見出しタグに画像(418px)、その下に<p>でコメントという形 */
#content .high_recommend {
	background-color: #F9E69C;
	border: 1px solid #999996;
	margin-bottom: 1em;
}
#content .high_recommend * {
	margin: 0;
}
#content .high_recommend p {
	margin: 3px;
}
#content .high_recommend img {
	border-bottom: 1px solid #999996;
}
#content a img,p img {
	border: 1px solid #dddddb;
}
#content img.normal {
	border: none;
}
#content .item_list dl{
	margin-bottom:0;
}
#content .item_list dt{
	font-size: 90%;
}
#content .item_list dd{
	font-size: 84%;
}

/* ■ナビゲーション */
#navigation {
	font-size: 80%;
	position: absolute;
	top: 230px;
	left: 0;
	width: 160px;
	background-image: url(../images/navi-middle.gif);
	background-repeat: repeat-y;
}
#navigation * {
	margin-left: 17px;
	margin-right: 23px;
} /* ナビゲーション背景の右側に影をつけているため、全体に少し左寄せに */
#navigation * * {
	margin-left: 0;
	margin-right: 0;
}
#navigation #navi-bottom {
	margin:0;
	padding-bottom: 30px;
	background-image: url(../images/navi-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation #navi-bottom p {
	margin-left: 17px;
	margin-right: 23px;
}
#navigation img {
	border: 0;
}

.cat-selected { /* 取扱商品大カテゴリ選択中の見栄え */
	font-weight: bold;
	background-color: #000000;
}

.subcat-selected { /* 取扱商品サブカテゴリ選択中の見栄え */
	font-weight: bold;
	background-color: #bbbbbb;
}

.cat { /* 取扱商品大カテゴリ非選択の見栄え */

}

.subcat { /* 取扱商品サブカテゴリ非選択の見栄え */
	background-color: #dddddd;
}

dt.list {
	font-size: 95%;
}

em.state {
	color: #556699; /* 商品一覧ページ、在庫有の表示 */
}

table.syouhin_hyou { /* detailページのテーブル */
	margin-top:1em;
	margin-bottom:1em;
	border-collapse: collapse;
}

table.syouhin_hyou th
	{
	color: #2E3449;
	text-align:center;
	vertical-align : top;
	padding : 5px;
	background-color:#B1C9DE;
	border: 1px solid #999999;
	}

table.syouhin_hyou td
	{
	text-align:center;
	vertical-align : top;
	padding : 5px;
	border: 1px solid #999999;
	}

table.itemTable{ /* サムネイル表示ページのテーブル */
	font-size:11px;
}


p.prev_next /* 前のページ/次のページのリンク整形 */
	{
	text-align:center;
	background-color: #eeeeee;
	border:1px solid #cccccc;
	}

.cart { /* 商品ページのカート部分の装飾 */
	background-color: #FFE400;
}

.cart_goods { /* カートの中身 */
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color: #FFEBEB;
}

hr {
	display: block;
	color: #ffffff; 
	background-color: transparent;
	height: 1px;
	border-top: 1px solid #eeeeec;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/* ■サイドメニュー */
.side_menu, .side_menu li, .side_menu li a {
	margin:0;
	padding:0;
}
.side_menu {
	width:120px;
	list-style-type: none;
	margin-bottom:1em;
}
.side_menu li {
	list-style-type: none;
}
.side_menu li a {
	width:120px;
	display: block;
	text-decoration: none;
}
.side_menu li a:hover {
	color: #333331;
	background-color: #ffdddd;
	text-decoration: none;
}
.side_menu li a:visited {
	text-decoration: none;
}
.side_menu img {
	vertical-align: middle;
	padding-right: 5px;
	margin-bottom: 3px;
}
