@charset "shift_jis";
@import "./common/base.css";
@import "./common/style.css";

h1 {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	width: 160px;
	height: 230px;
}
/* タイトル背景画像全体にリンクがかかる処理。テキストは横に飛ばして見えないようにしている */
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;
}

/* ■段組み */

/* ■本文欄 */
#content {
	position: absolute;
	top: 90px;
	left: 160px;
	width: 460px;
}
#content * {
	margin-left: 20px;
	margin-right: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}
#content h2,h3,h4,h5 {
	line-height: 150%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/* 本文欄先頭のサイト概要用 */
#content h2#digest {
	margin-top: 0;
	font-size: 84%;
	font-weight: normal;
}

/* ページ上部へのリンク */
#content .pagetop {
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
	text-align: right;
}
#content .pagetop a {
	text-decoration: none;
	font-weight: bold;
	color: #666664;
}

/* 一押し商品：見出しタグ<h2>に画像(418px)、その下に<p>でコメントという形 */
#content .high_recommend {
	background-color: #F0EDE1;
	border-left: 1px solid #999996;
	border-right: 1px solid #999996;
	border-bottom: 1px solid #999996;
	margin-bottom: 1em;
}
#content .high_recommend * {
	margin: 0;
}
#content .high_recommend h2 {
	border-top: 1px solid #999996;
}
#content .high_recommend p {
	font-size: 84%;
	line-height: 1.2;
	margin: 5px;
}
#content .high_recommend img {
	border-bottom: 1px solid #999996;
}

#content .high_recommend dl {
	font-size: 84%;
	line-height: 1.2;
	padding-left: 7px;
	padding-right: 7px;
}

/* 一押し商品別バージョン：上部に見出しを付ける場合 */

#content .m_recommend {
	background-color: #ffffff;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content .m_recommend * {
	margin: 0;
}
#content .m_recommend h3 {
	background-image: url(../images/h4_border_560.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1.2;
	padding-bottom: 5px;
}
#content .m_recommend p {
	background-image: url(../images/h4_border_560.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 84%;
	line-height: 1.2;
	padding-top: 7px;
	padding-bottom: 7px;
}
#content .m_recommend img {
	padding-top:5px;
	padding-bottom:5px;
}

/* 角丸枠(汎用) */
#content .topic {

	background-color: #cccccc;
	background-image: url(../images/topic-center.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-right: 20px;
}
#content .topic * {
	padding: 0 20px;
}
#content .topic * * {
	padding: 0;
}
#content .topic h2 {
	background-image: url(../images/topic-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 15px 0.5em 15px;
}
#content .topic .pagetop {
	background-image: url(../images/topic-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding: 0.5em 15px 15px 15px;
}

/* 商品一覧の2段組 */
#content .column2 {
	margin-left: 20px;
	margin-right: 20px;
	background-color:#cccccc;
	background-image: url(../images/topic-center.gif);
	background-repeat: repeat-y;
}
#content .column2 * {
	padding: 0;
}
#content .column2 * * {
	padding: 0;
}
#content .column2 h2 {
	background-image: url(../images/topic-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 20px 0.5em 20px;
}

#content .column2_l {
	overflow: hidden;
	float:left;
	width: 210px;
	background-color:transparent;
}
#content .column2_l dl {
	margin-left: 20px;
}

#content .column2_r {
	overflow: hidden;
	float:left;
	width: 210px;
	background:transparent;
}
#content .column2_r dl {
	margin-right: 20px;
}

#content .column2 .pagetop {
	background-image: url(../images/topic-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding: 0.5em 20px 20px 20px;
}

/* 定番商品コーナー 105pxの画像を横に4つ */
#content .newitem{
	width: 420px;
}
#content .newitem *{
	margin:0;
	padding:0;
}
#content .newitem ul{
	list-style-type: none;
	margin-bottom: 1em;
}
#content .newitem li{
	overflow:hidden;
	background: transparent;
	list-style-type: none;
	display: block;
	float: left;
	width: 105px;
}
/* 同時にwidthとmargin.paddingを指定するとバグるのでこのようにしている。 */
#content .newitem a{
	display: block;
}
/* キーワードリスト */
#content .keyword {
	width: 420px;
}
#content .keyword ul{
	margin-bottom:1em;
}
#content .keyword li{
	overflow:hidden;
	font-size:10px;
	list-style-type: none;
	float:left;
	display: block;
	padding: 0px;
	margin: 0px 1px 1px 0px;
}
#content .keyword a{
	display:block;
	width:104px;
	text-decoration:none;
	background-color : #eeeeec;

}
#content .keyword li a:hover{
	background-color : #ffdddd;
}

/* ■ ナビゲーション */
#navigation {
	position: absolute;
	top: 230px;
	left: 0;
	width: 160px;
	background-image: url(../images/navi-middle.gif);
	background-repeat: repeat-y;
	font-size: 80%;
}
#navigation * {
	margin-left: 17px;
	margin-right: 23px;
} /* ナビゲーション背景の右側に影をつけているため、全体に少し左寄せに */
#navigation * * {
	margin-left: 0;
	margin-right: 0;
}
#navigation #navi-bottom {
	padding-bottom: 30px;
	background-image: url(../images/navi-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0;
}
#navigation #navi-bottom p {
	margin-left: 17px;
	margin-right: 23px;
	margin-bottom: 5px;
}

/* ■ ピックアップコーナー */
#pickup {
	position: absolute;
	top: 90px;
	left: 620px;
	width: 160px;
	background-image: url(../images/back-pickup.gif);
	background-repeat: repeat-y;
	font-size: 80%;
}
#pickup * {
	margin-left: 20px;
	margin-right: 20px;
}
#pickup * * {
	margin-left: 0;
	margin-right: 0;
}
#pickup p {
	margin-bottom:1em;
}
#pickup .coordinate {
	margin-bottom: 1em;
}
#pickup .coordinate p {
}
#pickup table {
	margin-top: 0;
	margin-bottom: 1em;
}
#pickup td p {
	font-size:78%;
	line-height:1.2;
	margin-bottom: 0;
}
#pickup td img {
	margin-bottom:3px;
}

/* PICKUP欄のオススメ商品 */
#pickup .recommend {
	background-color: #ffffff;
	text-align: center;
	margin-bottom:10px;
}
#pickup .recommend * {
	margin: 0;
}
#pickup .recommend dl {
	background-image: url(../images/border_120.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#pickup .recommend dt {
	background-color: transparent;
	background-image: url(../images/border_120.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:3px;
	padding-bottom:3px;
}
#pickup .recommend dd {
	background-color: transparent;
	background-image: url(../images/border_120.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:3px;
	padding-bottom:3px;
}
#pickup .recommend img {
	margin-top: 3px;
	margin-bottom: 3px;
}
/* ■サイドメニュー */

.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 {
	display: block;
	width:120px;
	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;
}
