/*----------------------
 import css
-----------------------*/
@import url("../style.css");
@import url("header.css");
@import url("flash.css");
@import url("sidebar.css");
@import url("footer.css");
/*----------------------
 home only
-----------------------*/
/*--------
 topic
----------*/

#home #contents .topic{
	width			: 650px;
	margin			: 0px 10px 10px 5px;
	_margin			: 0 0px 5px 5px;
	position		: relative;
}
#home #contents .topic .text{
	background		: url(../images/home_topic_bg.gif) left top repeat-y;
	padding			: 5px 20px;
	width			: 610px;
	overflow		: hidden;
}
#home #contents .topic .footer{
	background		: url(../images/home_topic_footer.gif) left top no-repeat;
	width			: 650px;
	height			: 11px;
	line-height		: 1px;
}
#home #contents .topic .old{
	list-style		: none outside;
	padding			: 0;
	margin			: 0;
	line-height		: 1px;
}

#home #contents .topic .old2 li{
	list-style:none outside;
	padding:0;
	margin:0;
	position:absolute;
	top:7px;
	left:554px;
	clear:both;
}

#home #contents .topic .old2 a{
	display:block;
	width:85px;
	height:21px;
}

/*----
 heading
-----*/

#home #contents .topic #recommend2{
	width:650px;
	height:35px;
}

#home #contents .topic #infomation2{
	width:650px;
	height:35px;
}


#home #contents .topic #shoplist2{
	width:650px;
	height:35px;
}



/*----
 list
-----*/
#home #contents .topic .shoplist{
	width			: 190px;
	float			: left;
	list-style		: none;
}


#home #contents .topic .shoplist 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;
}


/*--------
 banner
----------*/
#home #contents .banner{
	width			: 650px;
	margin			: 0px;
	padding			: 0 0 0 15px;
}
#home #contents .banner img{
	margin			: 0 5px 0 0;
}
/*--------
 telephone
----------*/
#home #contents .telephone{
	width			: 626px;
	height			: 98px;
	background		: url(../images/home_telephone.jpg) left top no-repeat;
	margin			: 15px 0 0 15px;
}

#home #contents .telephone p{
	width			: 261px;
	height			: 98px;
	background		: url(../images/home_telephone_bg.gif) left top no-repeat;
	float			: right;
	padding			: 10px;
}
