@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0;
	padding: 0;
}
/* -------------------------------------------------------------
[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] Pagetopに関する指定
[6] フッターブロック内に関する指定
[7] CSSデザインサンプルリンク指定
[8] 商品一覧ページ用指定
[9] トップページ用指定
[10] 新着ページ用指定
[11] 特定商取引ページ用指定
----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

ol {
	margin-left: 2.5em;
	margin-bottom: 1em;
}

li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

img { border: 0; }

.clear { clear: both; }

hr {
	clear: both;
	border-width: 0;
	color: #fff;
	margin: 0;
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
	text-align: center;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
	text-align: left;
	width: 900px;
	margin: 20px auto 0;
}

/*-- ヘッダー部分 --*/
#header {
	width: 100%;
	height: 155px;
}

#gray #header { background: url(../images/gray-bg.jpg) repeat-x 0 100%; }
#green #header { background: url(../images/green-bg.jpg) repeat-x 0 100%; }
#pink #header { background: url(../images/pink-bg.jpg) repeat-x 0 100%; }
#khaki #header { background: url(../images/khaki-bg.jpg) repeat-x 0 100%; }

#header-inner {
	text-align: left;
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

/*-- コンテンツ部分 --*/
#contents {
	width: 680px;
	float: right;
}

/*-- サイドバー部分 --*/
#sidebar {
	width: 200px;
	float: left;
	overflow: hidden;
}

p#pagetop {
	clear: both;
	margin: 0;
}

/*-- フッター部分 --*/
#footer { width: 100%; }
#gray #footer { background-color: #eee; }
#green #footer { background-color: #9c0; }
#pink #footer { background-color: #c9c; }
#khaki #footer { background-color: #cc9; }

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */
h1 {
	font-weight: normal;
	width: 550px;
	position: absolute;
	top: 20px;
	left: 350px;
	;
}

/* サイトタイトル　ロゴ */
.logo {
	position: absolute;
	top: 20px;
	left: 0;
}

/* 概要 */
.description {
	line-height: 1.2em;
	width: 550px;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 350px;
}

/* 電話 */
.tel {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 40px;
	width: 200px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding-left: 40px;
	background: url(../images/phone.jpg) no-repeat 0 100%;
	position: absolute;
	bottom: 35px;
	right: 0;
}

/* サイトマップ */
.sitemap {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 5em;
	height: 1.4em;
	line-height: 1.4em;
	position: absolute;
	top: 0;
	right: 0;
}

.sitemap a {
	display: block;
	width: 100%;
}

/* ナビゲーション */
.headernavi {
	text-align: right;
	width: 900px;
	height: 30px;
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.headernavi li {
	list-style: none;
	display: inline;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
}

#gray .headernavi li { border-right: 1px inset #666; }
#green .headernavi li { border-right: 1px inset #690; }
#pink .headernavi li { border-right: 1px inset #c6f; }
#khaki .headernavi li { border-right: 1px inset #996; }

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* バナー 680-240 */
p.bannar {
	width: 680px;
	margin-bottom: 0x;
	overflow: hidden;
}

/* パン屑リスト */
p.topicpath { line-height: 1.2em; }

p.topicpath a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 0 0.2em;
}

p.topicpath a:hover { text-decoration: none; }

h2 {
	font-size: 100%;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-bottom: 1em;
	padding-left: 30px;
}

#gray h2 { background: url(../images/gray-bg-headline.jpg) no-repeat 0 0; }
#green h2 { background: url(../images/green-bg-headline.jpg) no-repeat 0 0; }
#pink h2 { background: url(../images/pink-bg-headline.jpg) no-repeat 0 0; }
#khaki h2 { background: url(../images/khaki-bg-headline.jpg) no-repeat 0 0; }

/* 見出し */
h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 3em 0 1em;
	padding: 0.5em 0 0 0;
}

.entry h3 { margin-top: 0; }

.detail-txt .title {
	text-align: left;
	height: 2em;
	line-height: 2em;
	padding: 0 5px 0 25px;
}

#gray .detail-txt .title { background: #666 url(../images/gray-side-title.jpg) no-repeat 0 0; }
#green .detail-txt .title { background: #9c0 url(../images/green-side-title.jpg) no-repeat 0 0; }
#pink .detail-txt .title { background: #c9c url(../images/pink-side-title.jpg) no-repeat 0 0; }
#khaki .detail-txt .title { background: #cc9 url(../images/khaki-side-title.jpg) no-repeat 0 0; }

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* カートボタン */
.cart { margin: 0 0 20px; }

.cart li {
	list-style: none;
	width: 200px;
	margin: 0;
}

/* サブメニュー */
.localnavi { margin: 0 0 20px; }
.localnavi ul { margin: 1px 0 0; }

.localnavi li {
	list-style: none;
	width: 200px;
	margin: 0 0 1px;
}

.localnavi ul li {
	list-style: none;
	width: 185px;
	margin: 0 0 1px 15px;
}

.localnavi a {
	display: block;
	width: 180px;
	padding: 3px 5px 3px 15px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.localnavi ul a { width: 164px; }

#gray .localnavi ul a { border-left: 1px solid #ccc; }
#green .localnavi ul a { border-left: 1px solid #ccc; }
#pink .localnavi ul a { border-left: 1px solid #ccc; }
#khaki .localnavi ul a { border-left: 1px solid #ccc; }

.localnavi a:hover {
	background-repeat: no-repeat;
	background-position: -200px 50%;
}

#gray .localnavi a,
#gray .localnavi a:hover { background-image: url(../images/gray-btn-side.jpg); }

#green .localnavi a,
#green .localnavi a:hover { background-image: url(../images/green-btn-side.jpg); }

#pink .localnavi a,
#pink .localnavi a:hover { background-image: url(../images/pink-btn-side.jpg); }

#khaki .localnavi a,
#khaki .localnavi a:hover { background-image: url(../images/khaki-btn-side.jpg); }

.sideinfo {
	margin-bottom: 20px;
	background-color: #fff;
}

.sideinfo dd {
	padding: 15px 9px;
	border: 1px solid #eee;
}

.calendar {
	margin-bottom: 20px;
	background-color: #fff;
}

.calendar dd { padding: 10px 0 0; }

.calendar dd p { text-align: center; }

.cart .title,
.localnavi .title,
.sideinfo .title,
.calendar .title,
.pickupnavi .title,
.localnavi-bannar .title {
	text-align: left;
	height: 2em;
	line-height: 2em;
	padding: 0 5px 0 25px;
}

#gray .cart .title,
#gray .localnavi .title,
#gray .sideinfo .title,
#gray .calendar .title,
#gray .pickupnavi .title,
#gray .localnavi-bannar .title { background: #666 url(../images/gray-side-title.jpg) no-repeat 0 0; }

#green .cart .title,
#green .localnavi .title,
#green .sideinfo .title,
#green .calendar .title,
#green .pickupnavi .title,
#green .localnavi-bannar .title { background: #9c0 url(../images/green-side-title.jpg) no-repeat 0 0; }

#pink .cart .title,
#pink .localnavi .title,
#pink .sideinfo .title,
#pink .calendar .title,
#pink .pickupnavi .title,
#pink .localnavi-bannar .title { background: #c9c url(../images/pink-side-title.jpg) no-repeat 0 0; }

#khaki .cart .title,
#khaki .localnavi .title,
#khaki .sideinfo .title,
#khaki .calendar .title,
#khaki .pickupnavi .title,
#khaki .localnavi-bannar .title { background: #cc9 url(../images/khaki-side-title.jpg) no-repeat 0 0; }

/* -------------------------------------------------------------
   [5] Pagetopに関する指定 */

p#pagetop span {
	display: block;
	width: 100%;
	height: 1.6em;
	overflow: hidden;
}

p#pagetop a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	width: 6em;
	height: 1.6em;
	line-height: 1.6em;
	float: right;
}

p#pagetop a:hover { text-decoration: none; }

/* -------------------------------------------------------------
   [6] フッターブロック内に関する指定 */
	 
/* コピーライト */
#footer p {
	text-align: center;
	margin: 0 0 10px;
	padding: 1em 0 0;
	border-top-style: solid;
	border-top-width: 5px;
}

#gray #footer p { border-top-color: #ccc; }
#green #footer p { border-top-color: #690; }
#pink #footer p { border-top-color: #c6c; }
#khaki #footer p { border-top-color: #996; }

/* アドレス */
address {
	font-style: normal;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 0 2em;
}

address span { display: block; }

/* -------------------------------------------------------------
   [7] CSSデザインサンプルリンク指定 */
#footer p#cds {
	text-align: right;
	font-size: 85%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 0 1em 0.5em 0;
	border: 0;
}

#cds,
#cds a,
#cds a:hover { text-decoration: none; }

#gray #footer p#cds,
#gray #footer p#cds a,
#gray #footer p#cds a:hover { color: #ccc; }

#green #footer p#cds,
#green #footer p#cds a,
#green #footer p#cds a:hover { color: #999; }

#pink #footer p#cds,
#pink #footer p#cds a,
#pink #footer p#cds a:hover { color: #c69; }

#khaki #footer p#cds,
#khaki #footer p#cds a,
#khaki #footer p#cds a:hover { color: #996; }

/* -------------------------------------------------------------
   [8] トップページ用指定 */

#home h2,
#home h3 {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 30px;
}

#home #gray h2,
#home #gray h3 { background: url(../images/gray-bg-headline-top.jpg) no-repeat 0 0; }

#home #green h2,
#home #green h3 { background: url(../images/green-bg-headline-top.jpg) no-repeat 0 0; }

#home #pink h2,
#home #pink h3 { background: url(../images/pink-bg-headline-top.jpg) no-repeat 0 0; }

#home #khaki h2,
#home #khaki h3 { background: url(../images/khaki-bg-headline-top.jpg) no-repeat 0 0; }

#main-contents {
	width: 480px;
	float: left;
}

#right-sidebar {
	width: 180px;
	float: right;
}

ul.pickupnavi { margin: 0 0 20px; }

ul.pickupnavi li {
	list-style: none;
	width: 180px;
	height: 76px;
	margin: 0 0 6px;
}

ul.pickupnavi span { display: block; }

.txt01 { margin-bottom: 5px; }

.txt02 {
	font-size: 90%;
	margin-bottom: 0;
}

ul.pickupnavi a {
	display: block;
	width: 145px;
	height: 56px;
	padding: 10px 10px 10px 25px;
	background: url(../images/btn-top-right01.jpg) no-repeat 0 0;
}

ul.pickupnavi a:hover { background: url(../images/btn-top-right01.jpg) no-repeat 0 -76px; }

dl.pickupnavi { margin: 0 0 20px; }

dl.pickupnavi dt { margin: 0 0 5px; }

dl.pickupnavi dd {
	text-align: center;
	margin: 0 0 5px;
	padding: 0.5em;
	border: 1px solid #eee;
}

ul.localnavi-bannar { margin: 0 0 20px; }

ul.localnavi-bannar li {
	list-style: none;
	text-align: center;
	margin: 0 0 5px;
	padding: 0.5em;
	border: 1px solid #eee;
}

.item-list-top {/* 480 */
	list-style-type: none;
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}

.item-list-top li {
	width: 150px;
	height: 170px;
	overflow: hidden;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.btn01,.btn02 { margin-right: 3px; }

.item-list-top img {
	display: block;
	margin-bottom: 1em;
}

.item-list-top p {
	font-size: 95%;
	line-height: 1.2em;
	padding: 0 0.5em;
}

.item-name {
	text-align: center;
	margin: 0 0 0.5em;
}

.item-price {
	text-align: right;
	margin: 0;
}

.item-list-top a {
	text-decoration: none;
	font-size: 95%;
	display: block;
	text-align: right;
}

.item-list-top a:hover { text-decoration: none; }

.information {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 10px 0 0;
	background-color: #fff;
}

.information span { padding-right: 1em; }

.information li {
	list-style: none;
	line-height: 1.2em;
	margin: 0;
	padding: 0.3em 1em;
	border-bottom: 1px dotted #ccc;
}

.information .title {
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 25px;
	border-bottom: 0;
}

#gray .information .title { background: url(../images/gray-bg-headline-top.jpg) no-repeat 0 0; }
#green .information .title { background: url(../images/green-bg-headline-top.jpg) no-repeat 0 0; }
#pink .information .title { background: url(../images/pink-bg-headline-top.jpg) no-repeat 0 0; }
#khaki .information .title { background: url(../images/khaki-bg-headline-top.jpg) no-repeat 0 0; }

ul.main-contents-bannar468-60 {
	 margin: 0 0 20px;
}

ul.main-contents-bannar468-60 li {
	list-style: none;
	text-align: center;
	margin: 0 0 10px;
}

/* -------------------------------------------------------------
   [8] 商品一覧ページ用指定 */
.item-list-page {
	list-style-type: none;
	width: 100%;		/* 680px */
	height: 360px;		/* 高さ設定 */
	margin: 0 0 20px;
	overflow: hidden;
}

.item-list-page li {
	width: 150px;
	height: 132px;		/* 170px */
	overflow: hidden;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.item-list-page .btn01,
.item-list-page .btn02,
.item-list-page .btn03 { margin-right: 16px; }

.item-list-page img {
	display: block;
	margin-bottom: 1em;
}

.item-list-page p {
	font-size: 95%;
	line-height: 1.2em;
	padding: 0 0.5em;
}

.item-name {
	text-align: center;
	margin: 0 0 0.5em;
}

.item-price {
	text-align: right;
	margin: 0;
}

.item-list-page a {
	text-decoration: none;
	font-size: 95%;
	display: block;
	text-align: right;
}

.item-list-page a:hover { text-decoration: none; }

/* -------------------------------------------------------------
   [9] 商品詳細ページ用指定 */
.detail-top,
.detail {
	width: 100%;
	overflow: hidden;
}

.detail-top {
	margin-bottom: 30px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

.detail-img {
	width: 380px;
	float: left;
}

.detail-txt {
	width: 300px;
	float: right;
}

#gallery {
	width: 380px;
	overflow: hidden;
}

#gallery_output {
	width: 340px;
	height: 240px;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 9px;
	border: 1px solid #c33;
}

#nav {
	width: 340px;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
}

#nav li {
	list-style: none;
	width: 80px;
	float: left;
	margin: 0 5px 10px 0;
}

#gallery_output img {
	display: block;
	margin: 0 auto;
}

#nav img { width: 80px; }

.detail-txt dt { margin-bottom: 1em; }

.detail-txt dd {
	line-height: 1.8em;
	margin-bottom: 1em;
}

/* -------------------------------------------------------------
   [10] 新着ページ用指定 */
	 
.entry {
	line-height: 1.5em;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}

.entry h3 { margin-bottom: 1em; }

.entry .entryday {
	margin: 0;
	padding-top: 1em;
}

/* -------------------------------------------------------------
   [11] 特定商取引法ページ用指定 */
table.table-law {
	width: 100%;
	margin: 0 0 50px;
}

table.table-law th,
table.table-law td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0.5em 0 0.5em 1em;
	border-bottom: 3px solid #fff;
}

table.table-law th {
	width: 180px;
	background-color: #eee;
}


/* -------------------------------------------------------------
   [12] アクセスページ用指定 */
.access_map {
	background-color: #fff;
	text-align: center;
	margin: 15px 0 15px;
	padding: 5px 0 5px;
	border: 1px solid #eee;
}

