@charset "utf-8";

/* ============================================
	/furniture_news/index.html
============================================ */

.innerBox {
	padding: 45px 45px 0 30px;
}


div#newsTopics { clear: both;}

div#newsTopics .purpleBoxT {
	background: url(../img/img_purpleTop.gif) left top no-repeat;
}
div#newsTopics .purpleBoxM {
	background: url(../img/img_purpleMid.gif) left top repeat-y;
	clear: both;
}
div#newsTopics .purpleBoxB {
	background: url(../img/img_purpleBot.gif) left bottom no-repeat;
	margin-bottom: 23px;
	padding: 10px 10px 10px 15px;
}


div#newsTopics .brownBoxT {
	background: url(../img/img_brownTop.gif) left top no-repeat;
}
div#newsTopics .brownBoxM {
	background: url(../img/img_brownMid.gif) left top repeat-y;
	clear: both;
}
div#newsTopics .brownBoxB {
	background: url(../img/img_brownBot.gif) left bottom no-repeat;
	margin-bottom: 23px;
	padding: 10px 10px 10px 15px;
}


div#newsTopics .greenBoxT {
	background: url(../img/img_greenTop.gif) left top no-repeat;
}
div#newsTopics .greenBoxM {
	background: url(../img/img_greenMid.gif) left top repeat-y;
	clear: both;
}
div#newsTopics .greenBoxB {
	background: url(../img/img_greenBot.gif) left bottom no-repeat;
	margin-bottom: 23px;
	padding: 10px 10px 10px 15px;
}


div#newsTopics dl {
	background: url(../img/news_ic_dot.gif) 0 15px no-repeat;
	padding: 13px 0 0 30px;
	width: 550px !important;
	width: 550px;
}
	div#newsTopics dl dt {
	}
	
div#newsTopics .purpleBoxB,
div#newsTopics .brownBoxB,
div#newsTopics .greenBoxB {
	display: block;
	min-height: 1%;
}
div#newsTopics .purpleBoxB:after,
div#newsTopics .brownBoxB:after,
div#newsTopics .greenBoxB:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html div#newsTopics .purpleBoxB,
* html div#newsTopics .brownBoxB,
* html div#newsTopics .greenBoxB {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

