/*----------------------
 import css
-----------------------*/
@import url("../style.css");
@import url("header.css");
@import url("flash.css");
@import url("sidebar.css");
@import url("footer.css");
/*----------------------
 shoplist only
-----------------------*/
/*--------
 topic
----------*/
#shoplist #contents .topic{
	width			: 650px;
	margin			: 0px 10px 10px 5px;
	_margin			: 0 0px 5px 5px;
	position		: relative;
}
#shoplist #contents .topic .text{
	background		: url(../images/home_topic_bg.gif) left top repeat-y;
	padding			: 5px 20px;
	width			: 610px;
	overflow		: hidden;
}
#shoplist #contents .topic .footer{
	background		: url(../images/home_topic_footer.gif) left top no-repeat;
	width			: 650px;
	height			: 11px;
	line-height		: 1px;
}
#shoplist #contents .topic .old{
	list-style		: none outside;
	padding			: 0;
	margin			: 0;
	line-height		: 1px;
}
#shoplist #contents .topic .old li{
	list-style		: none outside;
	padding			: 0;
	margin			: 0;
	position		: absolute;
	top				: 7px;
	left			: 554px;
	clear			: both;
}

#shoplist #contents .topic .old a{
	display			: block;
	width			: 85px;
	height			: 21px;
	background		: url(../images/home_topic_old.gif) no-repeat left top;
	text-indent		: -9999px;
}
/*----
 heading
-----*/
#shoplist #contents .topic h2#shoplist{
	text-indent		: -9998px;
	background		: url(../images/home_shoplist.gif) left top no-repeat;
	width			: 650px;
	height			: 35px;
}
/*----
 list
-----*/
#shoplist #contents .topic ul{
	width			: 190px;
	float			: left;
	list-style		: none;
}
#shoplist #contents .topic li{
	height			: 30px;
	list-style		: none inline;
	background		: url(../images/home_topic_listicon.gif) left top no-repeat;
	padding			: 0 0 0 30px;
	line-height		: 20px;
}
/*--------
 telephone
----------*/
#shoplist #contents .telephone{
	width			: 626px;
	height			: 98px;
	background		: url(../images/home_telephone.jpg) left top no-repeat;
	margin			: 15px 0 0 15px;
}
#shoplist #contents .telephone p{
	width			: 261px;
	height			: 98px;
	background		: url(../images/home_telephone_bg.gif) left top no-repeat;
	float			: right;
	padding			: 10px;
}
