@charset "shift_jis";
/*================================
 topics
================================*/
#topics {
	width: 672px;
	margin: 0 auto;
	padding: 0;
}
#topics h2{
	width: 672px;
	margin: 0 0 15px;
	padding: 7px 0 0 30px;
	background:url(../../support/img/support_h3.gif) no-repeat left bottom;
	color: #853600;
	font-size: 14px;
	border: none;
	clear: both;
}
#topics ul {
	width: 530px;
	padding: 0 0 2px;
	margin: 0 auto 14px;
}
#topics li {
	width: 442px;
	float: left;
	margin-bottom: 4px;
}
#topics ul li.data {
	width: 62px;
	padding: 0 10px 0 16px;
	background: transparent url(../img/arrow03.gif) no-repeat 6px 5px;
}

/*================================
CLEAR
================================*/
#topics ul{
	min-height:1%;
}
#topics ul:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #topics ul{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
/* ----------------------------- */