div#p_list {
    margin:20px auto;
	text-align:left;
	width:660px;
	font-size:small;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	color:#575757;
	}
	
table.p_list{
   border:none;
   border-spacing:0;
   width:650px;
   background-color:#FFFFFF;
   }
   
table.p_list th{
   padding:3px;
   height:30px;
   text-align:center;
   background:url(th_bg.jpg);
   font-weight:normal;
   }

table.p_list td{
   border-bottom:solid 1px #888888;
   text-align:center;
   padding:5px;
   height:40px;
   }

#listBg{
	width:100%;
	min-height:85px;
    height:auto !important;
    height:85px;
	background-image:url(http://maedacom.jp/z/list/full.gif);
	background-position:top;
	background-repeat:no-repeat;
}      
