@charset "utf-8";

/*-------------------------------------
section
---------------------------------------*/
#Main div.section{
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0 4px 20px 4px;
	background:url("../../common/image/bg_list.gif") no-repeat 0 bottom;
}
/* IE6 */
* html #Main div.section{
	zoom:1;
}

#Main div.section h2{
	float:left;
	width: 180px;
	padding: 0 0 0 15px;
	font-weight:bold;
	background:url("../../common/image/ico_darkgrey.gif") no-repeat 0 2px;
}
#Main div.section p{
	width:500px;
	float:right;
	margin:0;
}

