@charset "Shift_JIS";


/* フォントサイズ表 */
/*
10ピクセル⇒font-size:77%
11ピクセル⇒font-size:85%
12ピクセル⇒font-size:92%
13ピクセル⇒font-size:100%
14ピクセル⇒font-size:107%
15ピクセル⇒font-size:114%
16ピクセル⇒font-size:122%
17ピクセル⇒font-size:129%
18ピクセル⇒font-size:136%
*/

/* 外枠 */
#body-wrap {
	padding-top: 105px;
	width: auto;
	min-width:1005px;
	position: relative;
	text-align: left;
	background-color:#dce4f0;
}
/* レイアウト */
/* コンテンツ */
#contents-wrap-top {
	padding-top: 15px;
	padding-bottom: 20px;
	width: 100%;
}
#contents-wrap {
	padding-top: 15px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
}
#contents {
	margin-left: 170px;
	margin-right: 10px;
}
#contents-wrap #contents {
	padding: 0 10px;
	border: 1px solid #99aecc;
	background-color: #fff;
}
#main-wrap {
	width: 100%;
	float: left;
}
#main {
	margin-right: 320px;
}
#sub {
	margin-left: -310px;
	width: 310px;
	float: left;
}
#nav-top {
	margin-top: 15px;
	float: left;
	width: 160px;
}
#nav-page {
	margin-top: 15px;
	margin-left: -100%;
	float: left;
	width: 160px;
}

/* ロゴ */
#logo {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 20px;
	left: 0;
	z-index: 40;
}
#logo a {
	width: 200px;
	height: 60px;
	background: url(../img/logo_cl2009.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#nav-wrap0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../img/back_assist.gif) left 0 repeat-x;
}
/* サマリー */
#summary {
	padding-left:10px;
	float: left;
	width: 480px;
	height: 20px;
	font-size: 77%;
	line-height: 20px;
	background: url(../img/back_summary.gif) left 0 no-repeat;
	color: #001533;
}

/* ユーザー補助 */
#assist-nav-top {
	float: right;
}
	#assist-nav-top li {
		float: left;
	}
	#assist-nav-top li a {
		display: block;
		height: 20px;
		line-height: 20px;
		font-size: 77%;
		text-align: center;
		white-space: nowrap;
		background: url(../img/back_assist.gif) left 0 repeat-x;
	}
	#assist-nav-top li#ba-gui a {
		width: 10em;
	}
	#assist-nav-top li#ba-inq a {
		width: 9em;
	}
	#assist-nav-top li#ba-rss a {
		padding-left: 9px;
		width: 10em;
		background: url(../img/back_rss.gif) left 0 no-repeat;
	}
	#assist-nav-top li a:link,
	#assist-nav-top li a:visited {
		color:#001533;
	}
	#assist-nav-top li a:hover,
	#assist-nav-top li#ba-rss a:hover,
	#assist-nav-top li a:active,
	#assist-nav-top li#ba-rss a:active,
	#assist-nav-top li a:focus,
	#assist-nav-top li#ba-rss a:focus {
		color: #fdfeff;
		text-decoration:none;
		background-position: left -20px;
	}

/* ナビゲーション1(メイン) */
#nav-wrap1 {
	position: absolute;
	top: 80px;
	left: 0px;
	height:30px;
	width: 100%;
	background: url(../img/back_etc.gif) left 0 repeat-x;
	border-bottom: 1px solid #ccc;
}
#etc-nav-top {
	float:left;
}
	#etc-nav-top li {
		float:left;
	}
	#etc-nav-top li a {
		display: block;
		font-size: 85%;
		height:30px;
		line-height: 30px;
		font-weight: bold;
		text-align: center;
		background: url(../img/back_etc.gif) left 0 repeat-x;
	}
	li#etc-upd a {
		width: 9em;
		border-right: 1px solid #555;	/* 更新情報 */
	}
	li#etc-rank a {
		width: 10em;
		border-right: 1px solid #555;	/* ランキング */
	}
	li#etc-info a {
		width: 11em;
		border-right: 1px solid #555;	/* ショップインフォ */
	}
	li#etc-brand a {
		width: 9em;
		border-right: 1px solid #555;	/* ブランド一覧 */
	}
	li#etc-log a {
		width: 7em;
		border-right: 1px solid #555;	/* 表示履歴 */
	}

	#etc-nav-top li.page-now a {
		background-position: left -30px;
	}
	#etc-nav-top li a:link,
	#etc-nav-top li a:visited {
		color: #fdfeff;
	}
	#etc-nav-top li a:hover,
	#etc-nav-top li a:active,
	#etc-nav-top li a:focus {
		color: #fdfeff;
		text-decoration:none;
		background-position: left -30px;
	}
	#etc-nav-top li.page-now a:link,
	#etc-nav-top li.page-now a:visited {
		color: #fdfeff;
	}

/* ヘッダーサーチ */
form#header-search {
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	float: right;
}

form#header-search label {
	margin: 0;
	color: #fdfeff;
}
form#header-search input,
form#header-search select {
	margin: 0 2px;
}

/* ナビゲーション2(カテゴリー) */
/* ナビゲーションのタイトル */
#nav-top h2.nav-wrap-title,
#nav-page h2.nav-wrap-title {
	padding: 0 0 0 10px;
	width: 150px;
	height: 24px;
	background: url(../img/back_nav.gif) left 0 no-repeat;
	font-size: 85%;
	color: #fdfeff;
	line-height: 24px;
}
#nav-top .nav-wrap,
#nav-page .nav-wrap {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../img/back_nav.gif) left bottom no-repeat;
}
	#cate-nav-top li a,
	#theme-nav-top li a,
	#theme-nav-att li a {
		padding: 0 0 0 10px;
		width: 150px;
		height: 31px;
		display: block;
		background: url(../img/back_nav.gif) left -35px no-repeat;
		vertical-align: bottom;
		overflow: hidden;
	}
	#cate-nav-top li a .eng,
	#theme-nav-top li a .eng,
	#theme-nav-att li a .eng {
		padding-top: 3px;
		display: block;
		font-size: 92%;
		font-weight: bold;
		color: #fdfeff;
		line-height: 1.2;
	}
	#cate-nav-top li a .ja,
	#theme-nav-top li a .ja,
	#theme-nav-att li a .ja {
		display: block;
		font-size: 70%;
		color: #fdfeff;
		line-height: 1;
	}
	#cate-nav-top li.page-now a,
	#theme-nav-top li.page-now a,
	#theme-nav-att li.page-now a {
		background-position: left -70px;
	}
	#cate-nav-top li a:hover,
	#cate-nav-top li a:focus,
	#cate-nav-top li a:active,
	#theme-nav-top li a:hover,
	#theme-nav-top li a:focus,
	#theme-nav-top li a:active,
	#theme-nav-att li a:hover,
	#theme-nav-att li a:focus,
	#theme-nav-att li a:active {
		text-decoration:none;
		background-position: left -70px;
	}


/* 各ラベル */
.label {
	font-size: 77%;
}

/* ヘッダーバナー */
#topbanner {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 50;
}

/* アイテムラップのタイトル */
#sp-pic-title,
#main h2.wrap-title {
	padding: 0 0 0 10px;
	width: auto;
	height: 24px;
	background:url(../img/title/back_main.gif) 0 0 repeat-x;
	font-size: 85%;
	color: #fdfeff;
	line-height: 24px;
	border-top: 1px solid #99aecc;
	border-right: 1px solid #99aecc;
	border-left: 1px solid #99aecc;
}
#sub h2.wrap-title {
	padding: 0 0 0 7px;
	width: auto;
	height: 24px;
	background:url(../img/title/back_main.gif) 0 0 repeat-x;
	font-size: 85%;
	color: #fdfeff;
	line-height: 24px;
	border-top: 1px solid #99aecc;
	border-right: 1px solid #99aecc;
	border-left: 1px solid #99aecc;
}

/* アイテムのBOX */
.item-wrap {
	margin-bottom: 15px;
	position: relative;
	clear: both;
	border-right: 1px solid #99aecc;
	border-bottom: 1px solid #99aecc;
	border-left: 1px solid #99aecc;
	background-color: #fff;
}
#sp-inf-wrap,
#sal-inf-wrap,
#huk-inf-wrap,
#inf-wrap {
	background-color: #fff;
}
/* フューチャーテーマ */
#fe-li-wrap {
	padding-bottom: 5px;
}

/* ページタイトル */
#title-page {
	margin: 10px 0 20px 0;
}
	#title-page h1 {
		font-size:114%;
	}
	#title-page p {
		margin: 10px 0;
		padding: 5px;
		font-size:85%;
		background-color: #fafdff;
		border: 1px solid #c8d0dc;
	}

/* パンくずリスト */
.crumbs {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 1em;
	height: 25px;
	background:url(../img/back_crumbs.gif) 0 0 repeat-x;
	border-top: 1px solid #fafdff;
	border-bottom: 1px solid #99aecc;
}
	.crumbs ul li {
		float: left;
		font-size:85%;
		line-height: 25px;
	}
	.crumbs ul li a {
		padding-right:15px;
		padding-left:10px;
		display: block;
		height: 25px;
		min-height: 25px;
		line-height: 25px;
		background:url(../img/crumbs.gif) no-repeat right 0;
		outline: none;
	}
	.crumbs ul li a:hover,
	.crumbs ul li a:active,
	.crumbs ul li a:focus {
		background-position: right -25px;
		color: #002a66;
		text-decoration:none;
	}
	.crumbs ul li span {
		padding-left:10px;
		height: 25px;
		min-height: 25px;
		display: block;
	}
.crumbs-plus {
	margin-top: -1em;
}
ul.crumbs2 {
	margin-bottom: 1px;
	padding: 4px 0 4px 10px;
	background-color: #f0f6ff;
}
	ul.crumbs2 li {
		display:inline;
		font-size:85%;
	}
	ul.crumbs2 li.parent a {
		margin-right:5px;
		padding-right:15px;
		background:url(../img/crumb.gif) no-repeat right center;
	}
ul.crumbs3 {
	margin-bottom: 1px;
}
	ul.crumbs3 li {
		display:inline;
		font-size:92%;
	}
	ul.crumbs3 li.parent span {
		margin-right:5px;
		padding-right:15px;
		background:url(../img/crumb.gif) no-repeat right center;
	}

/* インフォメーション/アイテム表示部分 */
.inf-row {
	padding: 0;
	border-top: 1px solid #c8d0dc;
	clear: both;
}
.first-row {
	border-top: none;
}
.inf-half-left {
	width: 49%;
	float: left;
}
.inf-half-right {
	width: 49%;
	float: right;
}
/* タイトル表示部分 */
.inf-row h3 {
	margin-bottom: 2px;
	font-size: 92%;
	display: block;
}
#sub .inf-row h3 {
	font-size: 85%;
}
/* サムネイル表示部分 */
.inf-row .col-img {
	margin-left: -100%;
	width: 90px;
	float: left;
}

/* コンテンツ部 */
.inf-row .col-cont {
	width: 100%;
	float: left;
}
.inf-row .col-cont .cont {
	margin-left: 90px;
}

/* インフォメーション＆アイテムコメント */
.inf-com {
	font-size: 85%;
	line-height: 1.4;
}

/* 日付表示部分 */
.date {
	font-size: 85%;
	color: #485d7b;
}
/* ショップ表示部分 */
.shop {
	font-size: 75%;
	color: #485d7b;
}
.inf-com .shop {
	font-size: 92%;
	color: #485d7b;
}

/* Windowアイテムコメント */
.item-com-wrap {
	padding: 5px;
	height: 100%;
	background-color: #fff;
	font-size: 100%;
}
	.item-com-wrap h3 {
		margin-bottom: 2px;
	}
	.item-com-wrap .col-img {
		margin: 5px;
		float: right;
	}
	.item-com-wrap .g-com {
		line-height: 1.4;
	}
	.item-com-wrap .shop {
		margin-top: 5px;
		font-size: 100%;
	}

/* スペシャルピックアップ&写真のみ表示 */
.sp-pic-row {
	width: 100%;
	margin: 0 0 0px 0px;
	clear: left;
}
	.sp-pic-row li {
		padding: 10px;
		float: left;
		min-width: 90px;
		font-size: 77%;
		display: inline;
		width: 20%;
	}
	
	#sp-pic-wrap .sp-pic-row li {
		width: 20%;
	}
	#sp-pic-wrap2 .sp-pic-row li {
		width: 14%;
	}

/* リスト表示 */
ul.item-list {
	width: 100%;
}
ul.item-list li.lis-row {
	position: relative;
	width: 100%;
}
ul.item-list li.color {
	background-color: #f0f6ff;
}

ul.item-list li.lis-row span.self-links {
	padding: 2px 0;
	display: block;
}
ul.item-list li.lis-row span.list-thumb {
	width: 50px;
	float: left;
	display: block;
}
ul.item-list li.lis-row span.list-item {
	float: left;
	display: block;
}
ul.item-list li.lis-row span.list-item h3 {
	font-size: 85%;
	font-weight: normal;
}
ul.item-list li.lis-row span.shop {
	margin-right: 85px;
	float: right;
	display: block;
	font-size: 77%;
}
ul.item-list li.lis-row span.list-com {
	position: absolute;
	top: 2px;
	right:0;
}

/* アイテム詳細部分 */
h1.det-item-title {
	margin: 10px 0 20px 0;
	font-size: 107%;
}
#g-detail .det-item-wrap {
	margin-bottom:20px;
}
#g-detail .det-img {
	width: 120px;
	float: left;
}
#g-detail .det-img-wrap {
	position: relative;
}
#g-detail .det-side {
	display: inline;
	width: 100%;
}
#g-detail .det-side .det-shop {
	display: block;
	font-size: 92%;
}
#g-detail .det-side .det-button {
	position: absolute;
	bottom: 2px;
	right: 4px;
	font-size: 107%;
}
#g-detail .det-side .det-button a {
	width: 251px;
	height: 36px;
	background: url(../img/btn/btn_goshop.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}
#g-detail .det-side .det-button a:hover,
#g-detail .det-side .det-button a:focus,
#g-detail .det-side .det-button a:active {
	background-position: left -36px;
}

#g-detail .det-comment,
#g-detail .det-note {
	padding: 5px 0;
	line-height: 1.5;
}

/* 注目ブランド */
ul.p-brand {
	clear: both;
	font-size: 77%;
}
ul.p-brand li a {
	padding: 2px 0 2px 5px;
}


/* ローカルリンクボタン */
.link-lp {
	float: right;
}
/* ...もっと見るリンク */
.more {
	float: right;
}

/* ボタン-Sサイズ */
.link-lp-t {
	position: absolute;
	top: -21px;
	right: 4px;
	width: auto;
	height: 19px;
}

/* ボタン-Mサイズ */
#rect-wrap .link-lp-wrap,
.theme-pic-wrap .link-lp-wrap,
#wa-upd-wrap .link-lp-wrap,
#upd-wrap .link-lp-wrap,
#rel-wrap .link-lp-wrap,
#shop-wrap .link-lp-wrap,
#p-b-wrap .link-lp-wrap,
#att-shop-wrap .link-lp-wrap {
	margin: 1px;
	padding: 2px;
	background-color: #e6eefa;
}

/* ボタン-Lサイズ */
#nav-rnk-wrap .link-lp-wrap {
	margin: 1px;
	padding: 2px;
	background-color: #e6eefa;
}

/* ボタン-LLサイズ */
#att-inf-wrap .link-lp-wrap,
#inf-wrap .link-lp-wrap {
	margin: 1px;
	padding: 2px;
	background-color: #e6eefa;
}

/* ボタン-Mサイズ-ライト */
.btn-hm-li a,
.btn-hm-li a span {
	display: block;
	background: url(../img/btn/btn_hm_li.gif) no-repeat;
	cursor: pointer;
}
.btn-hm-li a {
	padding-left: 0;
	padding-right: 5px;
	position: relative;
	top: 0;
	z-index: 2;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
	white-space: nowrap;
	background-position: right -38px;
}
.btn-hm-li a:link,
.btn-hm-li a:visited {
	color: #001533;
	text-decoration:none;
}
.btn-hm-li a:hover,
.btn-hm-li a:focus,
.btn-hm-li a:active {
	background-position: right -57px;
	outline: 0; /* prevent dotted border in Firefox */
	color: #001533;
	text-decoration:none;
}
.btn-hm-li a span {
	padding-left: 10px;
	padding-right: 5px;
	height: 19px; /* IE 6 treats height as min-height */
	min-height: 19px;
	line-height: 19px;
	background-position: left 0;
}
.btn-hm-li a:hover span,
.btn-hm-li a:focus span,
.btn-hm-li a:active span {
	background-position: left -19px;
}
/* ボタン-Mサイズ-ダーク */
.btn-hm-da a,
.btn-hm-da a span {
	display: block;
	background: url(../img/btn/btn_hm_da.gif) no-repeat;
	cursor: pointer;
}
.btn-hm-da a {
	padding-left: 0;
	padding-right: 5px;
	position: relative;
	top: 0;
	z-index: 2;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
	white-space: nowrap;
	background-position: right -38px;
}
.btn-hm-da a:link,
.btn-hm-da a:visited {
	color: #fdfeff;
	text-decoration:none;
}
.btn-hm-da a:hover,
.btn-hm-da a:focus,
.btn-hm-da a:active {
	background-position: right -57px;
	outline: 0; /* prevent dotted border in Firefox */
	color: #fdfeff;
	text-decoration:none;
}
.btn-hm-da a span {
	padding-left: 10px;
	padding-right: 5px;
	height: 19px; /* IE 6 treats height as min-height */
	min-height: 19px;
	line-height: 19px;
	background-position: left 0;
}
.btn-hm-da a:hover span,
.btn-hm-da a:focus span,
.btn-hm-da a:active span {
	background-position: left -19px;
}

/* ボタン-Sサイズ-ライト */
.btn-hs-li a,
.btn-hs-li a span {
	display: block;
	background: url(../img/btn/btn_hs_li.gif) no-repeat;
	cursor: pointer;
}

.btn-hs-li a {
	padding-left: 0;
	padding-right: 5px;
	position: relative;
	top: 0;
	z-index: 2;
	font-size: 9px;
	line-height: 17px;
	text-align: center;
	white-space: nowrap;
	background-position: right -34px;
}
.btn-hs-li a:link,
.btn-hs-li a:visited {
	color: #001533;
	text-decoration:none;
}
.btn-hs-li a:hover,
.btn-hs-li a:focus,
.btn-hs-li a:active {
	background-position: right -51px;
	outline: 0; /* prevent dotted border in Firefox */
	color: #001533;
	text-decoration:none;
}
.btn-hs-li a span {
	padding-left: 10px;
	padding-right: 5px;
	height: 17px; /* IE 6 treats height as min-height */
	min-height: 17px;
	line-height: 17px;
	background-position: left 0;
}
.btn-hs-li a:hover span,
.btn-hs-li a:focus span,
.btn-hs-li a:active span {
	background-position: left -17px;
}
/* ボタン-Sサイズ-リストコメント用 */
ul.item-list li.lis-row span.list-com a {
	display: block;
	height: 17px;
	min-height: 17px;
	line-height: 17px;
	width: 78px;
	background: url(../img/btn/btn_lis_com.gif) left 0 no-repeat;
}
ul.item-list li.lis-row span.list-com a:hover,
ul.item-list li.lis-row span.list-com a:focus,
ul.item-list li.lis-row span.list-com a:active {
	background-position: left -17px;
	outline: 0; /* prevent dotted border in Firefox */
	color: #001533;
	text-decoration:none;
}

/* 最近チェック */
#rect-wrap {
	position: relative;
	margin-top:20px;
	margin-bottom:15px;
	clear: both;
	border: 1px solid #99aecc;
	background-color: #f0f6ff;
}
#rect-wrap .link-lp-t {
	position: absolute;
	top: 4px;
	right: 4px;
	width: auto;
	height: 19px;
}
#rect-wrap h2 {
	margin: 1px 1px 0 1px;
	padding: 0 0 0 5px;
	clear: both;
	background: url(../img/title/back_rec.gif) repeat-x top left;
	color: #fdfeff;
	height: 30px;
	line-height: 25px;
	font-size:85%;
}
#rect-wrap ul.rec-times {
	margin: 0 1px 1px 1px;
}
#rect-wrap h3.rec-inf-title {
	margin-bottom: 2px;
	float: left;
	font-size: 77%;
	width: 100%;
}
#rect-wrap .rec-col-img {
	width: 60px;
	text-align: center;
}
#rect-wrap .shop {
	font-size: 77%;
}
#rect-wrap .first-row .inf-com {
	font-size: 77%;
}
#rect-wrap li.first-row .rec-col-img {
	width: 90px;
}

/* 他のサイトで検索 */
.round-side-top {
	background:url(../img/round_side_top.gif) no-repeat top left;
}
.round-side-bottom {
	margin-bottom:15px;
	width: 310px;
	height: 5px;
	background:url(../img/round_side_bottom.gif) no-repeat bottom left;
}
h2#os-search-title {
	padding: 0 0 0 7px;
	width: 310px;
	height: 24px;
	font-size: 92%;
	line-height: 24px;
}
#os-search-wrap {
	padding: 5px 5px 5px 5px;
	background-color: #e6eefa;
}
#os-search-wrap h3 {
	padding-left: 5px;
	font-size: 85%;
	line-height: 24px;
}
#os-search-wrap ul {
	padding: 0 5px 2px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 288px;
}
#os-search-wrap ul li {
	margin:0 0 5px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	width: 288px;
}
#os-search-wrap div {
	width: 300px;
	height: 5px;
}
#os-search-wrap ul li a {
	margin: 0;
	padding: 5px;
	font-size: 92%;
	font-weight: bold;
	display: block;
}
#os-search-wrap ul li a:hover,
#os-search-wrap ul li a:focus,
#os-search-wrap ul li a:active {
	background-color: #fff3cc;
	color: #001533;
	text-decoration:none;
}
#os-search-wrap ul li a span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-weight: normal;
}
#os-search-wrap ul li img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#title-raku {
	background:url(../img/os_serch/os_se_back_top_raku.gif) no-repeat top left;
}
#wrap-raku {
	background-color: #ffebeb;
}
#bottom-raku {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_raku.gif) no-repeat bottom left;
}
#title-yshop {
	background:url(../img/os_serch/os_se_back_top_yshop.gif) no-repeat top left;
}
#wrap-yshop {
	background-color: #fff5eb;
}
#bottom-yshop {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_yshop.gif) no-repeat bottom left;
}
#title-yauc {
	background:url(../img/os_serch/os_se_back_top_yauc.gif) no-repeat top left;
}
#wrap-yauc {
	background-color: #ffffeb;
}
#bottom-yauc {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_yauc.gif) no-repeat bottom left;
}
#title-amaz {
	background:url(../img/os_serch/os_se_back_top_amaz.gif) no-repeat top left;
}
#wrap-amaz {
	background-color: #ebf5ff;
}
#bottom-amaz {
	margin-bottom: 10px;
	background:url(../img/os_serch/os_se_back_bottom_amaz.gif) no-repeat bottom left;
}
#title-zozo {
	background:url(../img/os_serch/os_se_back_top_zozo.gif) no-repeat top left;
}
#wrap-zozo {
	background:url(../img/os_serch/os_se_back_middle_zozo.gif) repeat-y top left;
}
#bottom-zozo {
	margin-bottom: 0;
	background:url(../img/os_serch/os_se_back_bottom_zozo.gif) no-repeat bottom left;
}


/* コメント折りたたみ */
.link-exp-op,
.link-exp-cl {
	margin-top: -19px;
	margin-right: 2px;
}
.link-exp-op a {
	padding-left: 18px;
	width: 60px;
	height: 16px;
	font-size: 9px;
	line-height: 16px;
	background: url(../img/btn/btn_exp_op.gif) left 0 no-repeat;
	display: block;
	float: right;
}
.link-exp-cl a {
	padding-left: 18px;
	width: 60px;
	height: 16px;
	font-size: 9px;
	line-height: 16px;
	background: url(../img/btn/btn_exp_cl.gif) left 0 no-repeat;
	display: block;
	float: right;
}
.link-exp-op a:link,
.link-exp-cl a:link,
.link-exp-op a:visited,
.link-exp-cl a:visited {
	color: #002a66;
}
.link-exp-op a:hover,
.link-exp-op a:focus,
.link-exp-op a:active,
.link-exp-cl a:hover,
.link-exp-cl a:focus,
.link-exp-cl a:active {
	color: #001533;
	text-decoration:none;
	background-position: left -16px;
}


/* フッターナビゲーション */
#footer-wrap {
	padding: 5px 10px 20px 10px;
	clear: both;
	background: url(../img/back_footer.gif) repeat-x top left;
	border-top: 1px solid #e6eefa;
}
#footer {
	width: 100%;
}
#footer a:link,
#footer a:visited {
	color: #002a66;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #001533;
}
.cate-nav-bottom {
	padding-top: 5px;
}
.cate-nav-bottom li {
	padding: 0 5px;
	font-size:85%;
	border-right: 1px solid #99aecc;
	display: inline;
}
.cate-nav-bottom li#bo-t0109,
.cate-nav-bottom li#bo-t0301,
.cate-nav-bottom li#bo-import {
	border-right: 0;
}

#etc-nav-bottom {
	float: left;
}
#etc-nav-bottom li {
	padding: 0 5px;
	font-size:85%;
	border-right: 1px solid #99aecc;
	display: inline;
}
#etc-nav-bottom li#bo-etc-log {
	border-right: 0;
}

#assist-nav-bottom {
	float: right;
}
#assist-nav-bottom li {
	padding: 0 5px;
	font-size:85%;
	border-right: 1px solid #99aecc;
	display: inline;
}
#assist-nav-bottom li#bo-inquiry {
	border-right: 0;
}

#bottombanner {
	margin: 15px auto;
	text-align: center;
	clear: both;
}
.nav-bottom-wrap {
	margin: 15px 0;
}
.nav-bottom-wrap .fo-txt {
	margin-right: 50px;
	font-size:77%;
	float: left;
}

/* 上へボタン */
#footer .b-up {
	width: 45px;
	float: right;
}

/* GOOD-T PR */
#good-t {
	position: absolute;
	bottom: 11px;
	left: 14px;
	height: 30px;
	z-index: 20;
}
#good-t .label {
	padding: 0 2px 5px 0;
	color: #fdfeff;
	font-size: 77%;
	display: block;
	float: left;
}
#good-t a {
	margin-left: 20px;
	width: 120px;
	height: 30px;
	background: url(../img/banner/banner_gt.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

/* インディアンジュエリーバナー */
#banner-ij {
	margin-bottom: 10px;
}
#banner-ij a {
	width: 310px;
	height: 60px;
	background: url(../img/banner/indian_jewelry.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;

}

/* PRリンク */
#mu-link,
#mu-link-inner {
	background: url(../img/back_pr.gif) no-repeat;
}
#mu-link {
	padding-right: 5px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	background-position: right 0;
}
#mu-link-inner {
	margin-left: -5px;
	padding: 7px 5px 10px 146px;
	background-position: left 0;
}
#mu-link li {
	padding: 0 2px;
	float: left;
	vertical-align: bottom;
	line-height: 0;
}

/* Copyright */
#footer address {
	display: block;
	float: right;
	text-align: right;
	font-size: 77%;
	white-space: nowrap;
}


/* 画像のロールオーバー */
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* スクロールコンテンツ */
.scroll {
	overflow: auto;
}
/* ナビゲーションリンク */
a.nav-link {
	display: block;
}
a.nav-link span {
	color: #3d4a5c;
}
a.nav-link:hover,
a.nav-link:focus,
a.nav-link:active {
	background-color: #fff3cc;
	color: #001533;
	text-decoration:none;
}
/* アイテムリンク */
.item-links,
.self-links {
	padding: 5px;
	cursor: pointer;
}
.hover {
	background-color: #fff3cc;
}


/* クリア */
#contents:after,
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}