@charset "utf-8";

/*  メインメニュー ---------------------------------------------------------------*/
#menu{
	width:800px;
	height:81px;
}	
#menu ul{
	width:800px;
	height:68px;
	margin:0;
	padding:0;
}

/* 内容----------------------------------------------------------------------- */
h2#subttl{
	width:575px;
	height:25px;
	background:#fff url(../img/common/bg_subttl.gif) no-repeat;
	margin:0;
	padding:6px;
	text-indent:5px;
	font-size:14px;
	font-weight:bold;
}
.content-box{
	width:575px;
	margin-bottom:20px;
	padding:0;
}
.resources-box{
	margin-bottom:20px;
}
.resources-box p{
	margin-bottom:10px;
}
.resources-box li{
	margin-bottom:10px;
}

/* 回収物一覧テーブル----------------------------------------------------------------------- */
table#list{
	width:575px;
}