@charset "utf-8";

/*table*/
table{
	width: 650px;
	margin-bottom: 20px;
	}
table th{
	background:url(../img/bdr_dot01.gif) repeat-x 0 bottom;
	padding:10px 10px 12px;
	text-align:left;
	vertical-align:top;
	}
table td{
	background:url(../img/bdr_dot01.gif) repeat-x 0 bottom;
	padding:10px 10px 12px;
	}
td.bg_none{background:none;}
