* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background:#DDD url(../../../../../tmpl_img/17/bg.gif);
	color:#666;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.text12red{
	color : #CC0000; 
	font-size : 12px;
}

.text14red{
	color : #CC0000; 
	font-size : 14px;
}
.text12redb{
	color : #CC0000; 
	font-size : 12px;
	font-weight: bold;
}
.text12{
	color : #666666; 
	font-size : 12px;
}
.text12ex{
	color : #666666; 
	font-size : 12px;
	line-height: 1.4em;
}
.text12ex2{
	color : #666666; 
	font-size : 12px;
	line-height: 1.2em;
}
.text12ex3{
	color : #666666; 
	font-size : 12px;
	padding-top : 15px;
}
.text12ex4{
	color : #666666; 
	font-size : 12px;
	line-height: 1.2em;
}
.text12ex5{
	color : #666666; 
	font-size : 12px;
	line-height: 2.0em;
}
.text16{
	color : #666666; 
	font-size : 16px;
	font-weight: bold;
}
h1{
	color : #666666; 
	font-size : 12px;
	padding-top : 15px;
	font-weight: normal;
}
h2{
	font-size : 18px;
	line-height: 1.6em;
}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #CC3300; text-decoration: none;}
a:visited {color: #CC3300; text-decoration: none;}
a:active  {color: #CC3300; text-decoration: none;}
a:hover   {color: #FF6633; text-decoration: underline;}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #CC3300; text-decoration: none;}
#title a:visited {color: #CC3300; text-decoration: none;}
#title a:active  {color: #CC3300; text-decoration: none;}
#title a:hover   {color: #666666; text-decoration: underline;}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	width:950px;/* 初期モードで設定 */
	margin:0px auto;
	background:#FFF;
}

#header {
	width:100%;
	background:url(../../../../../tmpl_img/17/header.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:3px;
}

#body {
}

#body .margin {
	margin:11px 13px 30px 15px;
}

#side {
	width:210px;
	float:left;
}

#main {
	margin-left:235px;
}

#footer {
	width:100%;
	background:url(../../../../../tmpl_img/17/footer.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
	text-align:center;
}


/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px #CCC solid;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	border:1px #CCC solid;
	margin-bottom:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:100px;
}

img {border:none;}
.small {font-size:10px;}
.small2 {font-size:10px;
	line-height:1.2em;}
.right {text-align:right;}
.center {text-align:center;}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

/*ヘッダーメニューの背景*/
#page_title {
	height:38px;
	background:#FFFFFF url(../../../../../PA01093/173/etc/top_bar2.gif);
	text-align:left;
	padding-left:20px;
	padding-top:1px;
}

#title {
	height:20px;
	text-align:left;
	padding-left:0px;
	padding-top:0px;
}

#header_menu {
	height:35px;
	left:50px;
	text-align:right;
	margin-top:12px;
	margin-right:12px;
}

/*検索ボックス*/
#search {
	width:208px;
	float:right;
	background:#EFEFEF url(../../../../../PA01093/173/etc/search.gif) no-repeat;
	background-position:left bottom;
	padding-top:10px;
	padding-bottom:10px;
	border:1px #ff6600 solid;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */


/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#page_title ul {
	padding-top:15px;
	padding-left:20px;
}

#page_title  ul li{
	display:inline;
}

#page_title  ul li img {
	height:18px;
	margin-right:11px;
}

#header_menu ul {
	padding-top:14px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:15px;
}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#search .title {
	height:30px;
	background-position:left top;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	border-top:1px #CCC solid;
	margin-bottom:3px;
	padding-top:5px;
}

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 

/* ------------------------------------- 
 *	灰色の部分（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

#grayzone {
	background:url(../../../../../PA01093/173/etc/grayzone.gif) repeat-y;
	margin-bottom:0px;
}

#grayzone .top {
	background:url(../../../../../PA01093/173/etc/grayzone_top.gif) no-repeat;
	background-position:left top;
}
#grayzone .bottom {
	background:url(../../../../../PA01093/173/etc/grayzone_bottom.gif) no-repeat;
	background-position:left bottom;
}

#grayzone dl {margin:0px 5px;}

#grayzone dt img {margin:0px 5px;}

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	margin-bottom:3px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */
#grayzone dd {
	background-position:0px 6px;
	padding-left:5px;
	margin-bottom:3px;
}

#grayzone dd.sp {
	background:none;
	border-top:2px #FFF dotted;
	padding:0px;
	margin:3px;
}


/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
.grayzone {
	background:url(../../../../../tmpl_img/17/grayzone.gif) repeat-y;
	margin-bottom:10px;
}

.grayzone .top {
	background:url(../../../../../tmpl_img/17/grayzone_top.gif) no-repeat;
	background-position:left top;
}
.grayzone .bottom {
	background:url(../../../../../tmpl_img/17/grayzone_bottom.gif) no-repeat;
	background-position:left bottom;
}

.grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #FF9900 solid;
	margin-bottom:5px;
	padding-top:3px;
}

.grayzone dl {margin:0px 5px;}

.grayzone dt img {margin:2px 5px;}

.grayzone dd #btn_members_login,
.grayzone dd #btn_members_signup,
.grayzone dd #btn_members_logout {
	text-align:center;
}

.grayzone dd #btn_members_signup {
	padding-top:7px;
	margin-top:7px;
	border-top:2px #FFF dotted;
}

.grayzone dd #btn_members_signup span,
.grayzone dd #btn_members_logout span {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	border-bottom:1px #cccccc solid;
	margin-top:4px;
}

dl#cart dt {
	background:url(../../../../../PA01093/173/etc/cart_side.gif) repeat-y;	
	background-position:left top;
	text-align:center;
	padding-top:0px;
}

dl#cart dd {
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	padding:0px 3px 2px 7px;
}

/* ------------------------------------- 
 *	商品の発送について
 * ------------------------------------- */

dl#owner {
	border-bottom:1px #ffcc33 solid;
	margin-bottom:10px;
}

dl#owner dt {
	background:#ffcc33 ;
	background-position:left top;
	border-top:1px #ffcc33  solid;
	border-left:1px #ffcc33  solid;
	border-right:1px #ffcc33  solid;
	text-align:center;
	padding:5px 0px;
}

dl#owner dd {
	border-left:1px #ffcc33  solid;
	border-right:1px #ffcc33  solid;
	padding:2px 3px 9px 7px;
}

/* ------------------------------------- 
 *	お支払い方法について
 * ------------------------------------- */

dl#ccpayment {
	border-bottom:1px #98C769 solid;
	margin-bottom:10px;
}

dl#ccpayment dt {
	background:#98C769 ;
	background-position:left top;
	border-top:1px #98C769  solid;
	border-left:1px #98C769  solid;
	border-right:1px #98C769  solid;
	text-align:center;
	padding:5px 0px;
}

dl#ccpayment dd {
	border-left:1px #98C769  solid;
	border-right:1px #98C769  solid;
	padding:2px 3px 9px 7px;
}

/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:17px;
	margin-bottom:3px;
	background:url(../../../../../tmpl_img/17/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

div.border {
	border-top:2px #8F826C dotted;
	padding-bottom:5px;
	background:none;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	border:1px #8F826C solid;
	text-align:center;
}

dl#mailmaga dt {
	border-bottom:1px #8F826C dotted;
	margin:5px;
	font-weight:bolder;
}

dl#mailmaga dd {
	text-align:center;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:99.5%;
	margin:0px auto 20px auto;
	}
	 
/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.pickup {
	height:27px;	
	background:url(../../../../../PA01093/173/etc/pickup.gif) no-repeat;
	background-position:left;
	padding:13px 0px 0px 90px;
	border-bottom:2px #CCC dotted;
	margin-bottom:10px;
}


.main_title {
	height:27px;
	background:url(../../../../../tmpl_img/17/main_title.gif) repeat-x;
	background-position:left;
}

.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(../../../../../tmpl_img/17/main_title_point.gif) no-repeat;
	background-position:left;
}

.main_title .title {
	height:27px;
	margin-left:20px;
	background:url(../../../../../tmpl_img/17/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	color:#996633;
	border:1px #CCC solid;
	padding:0px 0px 4px 3px;
	margin-top:10px;
	margin-bottom:20px;
}

/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:0px #CCC solid;
	padding:0px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {margin-bottom:10px;}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin:5px 0;
	width:33%;
	float:left;
	text-align:center;
}
.itemarea2 {
	margin:5px 0;
	width:33%;
	float:left;
	font-size :10px;
	line-height:1.4em;
	text-align:center;
}

/* ------------------------------------- 
 *	会員価格の表示 トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
}

.discount_rate_top {
	padding:2px 0px 0px;
	color:#ff0000;
}


/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:99.5%;
	border-top:1px #FF6600 solid;
	border-bottom:1px #FF6600 solid;
}

table.list td {padding:10px 5px;}

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
}

/* 商品の値段 */
table.list div.price {
	color:#CC0000;
	width:220px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:#FF6600;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#FFFFFF url(../../../../../PA01093/173/etc/square_mark.gif) no-repeat;
	background-position:0px;
	color:#333; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-size : 14px;
	font-weight:bolder;
	padding:5px 0px 0px 26px;
	border-bottom:2px #CCC dotted;
	margin-bottom:1px;
}

dd#group-list {
	border-top:#FFF dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/* ************************************************ 
 *	商品一覧ページ
 * ************************************************ */

/* 会員価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:10px 0;}

div.detail_img {width:100%;text-align:center;}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec th {
	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#CC0000;/*商品価格表-販売価格の文字色*/
	font-weight:normal;
}

/* テーブルスペック2 */
table.spec2 {
	background:#ffffff;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec2 th {
	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:10px 5px 10px 5px;
	width:70px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec2 td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:1px 5px;
}

table.spec2 table.num td {padding:0px;}

table.spec2 td.sales {
	color:#CC0000;/*商品価格表-販売価格の文字色*/
	font-weight:normal;
}
table.spec3 {
	background:#ffffff;
	border:5px #FBE4A4 solid;
	width:100%;
	
}
table.spec4 {
	background:#ffffff;
	border-top:2px #cccccc dotted;
	border-bottom:2px #cccccc dotted;
	width:679px;
	
}
/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:center;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

/* 商品の説明 */
div.explain {margin:10px 0;}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
margin:5px;
	}
	

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}


/* 会員価格の表示 商品詳細用 */
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

.discount_rate_detail {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#8F826C;
	font-size:14px;
	background:url(../../../../../tmpl_img/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #8F826C;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#8F826C;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #8F826C;
	font-weight:bolder;
	padding:5px 0;
}


/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#FF6600;
}

/* 会員価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ************************************************ 
 *	その他のページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}

/* 会員価格の表示 オプション用 */
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

.discount_rate_stock {
	padding:2px 0px;
	color:#ff0000;
}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:5px;}

table#shop th {
	width:150px;
	background:#DDD;
	text-align:left;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}


/* ------------------------------------- 
 *	プライバシーポリシー
 * ------------------------------------- */

div#privacy {
	margin:10px 20px 20px 20px;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
}


div#privacy .note {
	padding:5px;
}

/* ------------------------------------- 
 *	特集ページ
 * ------------------------------------- */

.futonset {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_futonset.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 26px;
}
.downfutonset {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_downfutonset.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 26px;
}
.comforter {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_comforter.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 22px;
}
.futon_bottom {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_bottom.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 26px;
}
.amenity1 {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_amenity1.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 26px;
}
.amenity2 {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_amenity2.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 26px;
}
.tv_shuno {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/tv_shuno.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.tv_shinshuku {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/tv_shinshuku.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.tv_corner {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/tv_corner2.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.tv_low {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/tv_low.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.shuno_box {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_box.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.shuno_cabinet {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_cabinet.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.sofa_couch {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_couch.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.sofa_corner_couch {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_corner_couch.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.sofa_retro {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_retro.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.sofa_floorsofa {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_floorsofa.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.sofa_floor_corner {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_floor_corner.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.sofa_floorchair {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_floorchair.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_chest {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_chest.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_drawer {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_drawer.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_floorbed {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_floorbed.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_design {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_design.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_mattress {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_mattress.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_leather {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_leather.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_portable {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_portable.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_pipe {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_pipe.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_sunoko {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_sunoko.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_kids {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_kids.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_iron {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_iron.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}
.bed_loft {
	height:35px;
	width:679px;
	background:url(../../../../../PA01093/173/etc/caption_loft.gif) no-repeat;
	font-size : 18px;
	font-weight : bold;
	line-height: 1.6em;
	color:#ffffff;
	padding:15px 0px 0px 17px;
}