@charset "shift_jis";
@import "./common/base-shop.css";
@import "./common/style.css";

h1 {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/logo_mini.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	width: 160px;
	height: 110px;
}

/* タイトル背景画像全体にリンクがかかる処理。テキストは横に飛ばして見えないようにしている */
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	display: block;
	width: 160px;
	height: 84px;
	color: #000000;
	text-indent: -1000px;
	text-decoration: none;
}

/* タイトル背景画像をずらしてロールオーバー風に */
h1 a:hover {
	color: #444442;
	background-color: #cccccc;
	background-image: url(../images/logo_mini.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: 110px;
	left: 0px;
	width: 780px;
}
#content * {
	margin-left: 40px;
	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 .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: 255px;
	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: #eeeeee;
}

.subcat-selected { /* 取扱商品サブカテゴリ選択中の見栄え */
	font-weight: bold;
	background-color: #cccccc;
}

.cat { /* 取扱商品大カテゴリ非選択の見栄え */

}

.subcat { /* 取扱商品サブカテゴリ非選択の見栄え */
	background-color: #eeeeee;
}

dt.list {
	font-size: 95%;
}

em.state {
	color: #556699; /* 商品一覧ページ、在庫有の表示 */
}


th.midashi {
	background-color:#0D7ABF;
	font-color:#ffffff;
}


table.hyou {
	margin-top:1em;
	margin-bottom:1em;
	border-collapse: collapse;
}

table.hyou th
	{
	color: #2E3449;
	vertical-align : top;
	padding : 5px;
	background-color:#A1DD67;
	border: 1px solid #999999;
	}

table.hyou td
	{
	vertical-align : top;
	padding : 5px;
	border: 1px solid #999999;
	}


hr {
	display: block;
	color: #ffffff; 
	background-color: transparent;
	height: 1px;
	border-top: 1px solid #999996;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

hr.column_end {
	clear: both;
	display: block;
	color: #ffffff; 
	background-color: transparent ;
	height: 1px ;
	border-top: 1px solid #ccccca;
	margin-top: 0;
	margin-bottom: 0;
} /* 段組解除用hr、ショッピングページ専用 */

/* ■サイドメニュー */
.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;
}

.location {
	font-weight: bold;
	background-color:#ffcccc ! important;
}


.status {
	list-style:none;
	display:block;
	margin:0 0 0 0;
	padding:0;
	color:#000000;
	font-size:90%;
}

.status li {
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	border-right:1px solid #ffffff;
	background-color: #eeeeee;
}
